It used to run well, but after I changed 'magic_quote_runtime' to be Off it 开发者_Python百科encounters this problem.
I must change magic_quote_runtime to be off because i have the unserialize problem.(See PHP unserialize error at offset, works on some servers, not others)
If phpmyadmin cannot run with magic_quote_runtime off how can i solve this two problem together?
you can try a couple of things..
- Restart apache
- clear browser's cache
- and if everything else fails..reinstall xampp (in case you have got phpmyadmin through xampp installation)
let us know if any of these helped or you have got any other solution that worked for you..
精彩评论