[Phpmyadmin-devel] trunk and query window
Jürgen Wind
jwind at gmx.de
Sun Feb 4 14:00:58 CET 2007
Marc Delisle wrote:
>
> Jürgen Wind a écrit :
>>
>>
>> Jürgen Wind wrote:
>>>
>>>
>>> Jürgen Wind wrote:
>>>>
>>>>
>>>> Marc Delisle wrote:
>>>>> Hi,
>>>>> the query window icon no longer works in trunk, this problem is recent
>>>>> because the icon works in QA_2_10.
>>>>>
>>>>> If someone has an idea :)
>>>>>
>>>>> Marc
>>>>>
>>>>>
>>>>>
>>>> yeah, no popup , but it opens in the right frame with:
>>>> Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler'
>>>> cannot be used twice in D:\HTdocs\PmaTrunk\libraries\ob.lib.php on line
>>>> 85
>>>>
>>>>
>>> weird, i get the warning only in FF and Opera, but *not* in IE6
>>>
>> that's not weird : since $cfg['OBGzip'] default = 'auto';
>> so ob_gzip handler is only started when no IE(6) is detected.
>
> Problem introduced in revision 9876 (thanks subversion :).
>
> * js/querywindow.js: fixed bug #1541147 - # in database names
>
> Sebastian, can you have a look at it please?
>
> Marc
>
>
replacing line 274 with:
url = 'querywindow.php?' + encodeURIComponent(common_query)
+ '&db=' + encodeURIComponent(db) + '&table=' + encodeURIComponent(table);
(on one line) fixes it on my box
HTH
--
View this message in context: http://www.nabble.com/trunk-and-query-window-tf3167578.html#a8792355
Sent from the phpmyadmin-devel mailing list archive at Nabble.com.
More information about the Developers
mailing list