After selecting a database you get list of tables on
the left side. With Firefox 1.5RC3 clicking on a table
name new window pops up instead of table info being
displayed in a frame on a right. This also happens with
new profile so it has nothing to do with extensions.
Windows XP
Logged In: YES
user_id=326580
developer note: this comes from session timeout
Logged In: YES
user_id=1191077
I have also experienced this and just a little info for
anyone else that does...
In my config file, $cfg['PmaAbsoluteUri'] is set to
'http://mycomputername/phpmyadmin'
When i visited http://localhost/phpmyadmin this bug appeared
but when i went to http://mycomputername/phpmyadmin all
links opened in the frame like they should ;)
Logged In: YES
user_id=350886
how has this been fixed if it's a session timeout problem??
Logged In: YES
user_id=326580
@sidhighwind: it doesn't rely in sessions any more
@benp25: yes, you have to set your $cfg['PmaAbsoluteUri'] to
a correct value or leave it empty (as described in the
documentation).