Sebastian Mendel a écrit :
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
Fix confirmed, thanks!
Marc