[Phpmyadmin-devel] Re: losing login credentials under MySQL 5.0.13
Sebastian Mendel
lists at sebastianmendel.de
Wed Oct 19 01:01:27 CEST 2005
Sebastian Mendel wrote:
>> Maybe someone can solve this. When I'm using server 2, left.php
>> generates:
>>
>> <form method="post" action="index.php" target="_parent" id="left"
>> onsubmit="
>> window.parent.goTo(
>> 'db_details_structure.php?lang=fr-utf-8&server=2&convcharset=iso-8859-1&collation_connection=utf8_general_ci&db='
>> + this.value, 'main' );
>> window.parent.goTo(
>> 'left.php?lang=fr-utf-8&server=2&convcharset=iso-8859-1&collation_connection=utf8_general_ci&db='
>> + this.value);
>> return false;">
>>
>> Now, when left.php is reloaded, none of those parameters are received
>> in its $_GET. Instead, only db and table. So I'm missing $server,
>> which gets the value of 1 by default. This does not match the cookie,
>> so we see the login panel again.
>
> i take a look ...
pls check CVS
--
Sebastian Mendel
www.sebastianmendel.de
www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet
More information about the Developers
mailing list