xdebug - Problems with database links on phpmyadmin interface -
i'm having bunch of problems phpmyadmin. have been using tool years , never had problems until last week, since, can't manage make work properly. didn't changes system, apache, php, mysql , phpmyadmin not touched/changed before problems started.
actual symptoms:
- words on links on database list don't work. if click name of database, "loading..." text in yellow background appears on middle of screen, nothing happens, , never dissappear.
- if click "+" sign on database list, database expands , can see tables, new table, , indexes options. if haven't clicked name of database first.
- from top menu, "databases" link times work , times doesn't.
- if copy link database on list @ left of screen , pate on address bar of browser, tries take different address, instance, link "http://phpmyadmin.local/db_structure.php?server=1&db=cosa&token=20b203d3e8b93424798c61ddb6af844e" take me "http://www.phpmyadmin.local/db_structure.php?server=1&db=cosa&token=20b203d3e8b93424798c61ddb6af844e"
- if click on "+" sign of databases list tables database, if click "columns" link, list of columns appear, expected, on main area of windows, if select 1 or more tables , click "drop" link/action, phpmyadmin dissapears. url "http://phpmyadmin.local/tbl_structure.php" , message "the connection reset". (i'm using firefox right now). cookies not disabled.
i can access , operate database mysql-workbench or command line without problems.
other symptoms not present @ moment. fixed?
- it giving me troubles connect , stay logged. use http auth_type, tried cookie , config. after last clean , reinstall, related login in , token seems have been fixed.
- error: token mismatch
phpmyadmin versions tested:
- 4.1.6
- 4.0.7
- 3.5.8.2
browsers tested:
- firefox 26 (normal , private tabs)
- seamonkey 2.22.1 (normal , private tabs)
- opera 12.16 (normal , private tabs)
of course have cleared cache , cookies.
system:
- apache 2.2.25
- php 5.5.7
- mariadb 5.5.32
- mysql 5.1.70 , 5.5.32
- mysql-workbench 5.2.47
- xdebug 2.2.3
- system: linux patito 3.10.7-gentoo #7 smp sun sep 29 10:24:32 myt 2013 x86_64 intel(r) core(tm) i5-3330 cpu @ 3.00ghz genuineintel gnu/linux
update
i found change on xdebug settings culprit, i'm posting answer question finding, try post on xdebug tracking system link question reference. hope helps debug situation.
it seems problem xdebug setting:
xdebug.collect_return="1"
if change to:
xdebug.collect_return="0"
everything works fine again.
it may have this bug reported on xdebug tracking system, don't have time , knowledge test it.
Comments
Post a Comment