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:

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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -