phpmyadmin has an error and stops working when PHP version is upgraded to 5.4.
Solution:
1. Either you upgraded the lastest phpmyadmin 3.4.10.x.
2. They provide the patch file. If you cannot find it then simply change the code in the given file as follows:
Old:
$this->getBacktrace()
New:
serialize($this->getBacktrace())
Hope this helps someone having the problem.
Cheers !
3 Comments to “phpmyadmin error Notice: Array to string conversion in libraries\Error.class.php”
Post comment
About Me
I am an Opensource Developer. Currently I am working in a company as a Solution Architect. I have around 7 years of Web development experience in Advanced and Core PHP Programming and MySQL and PgSQL database as back end. It has been long time that I have nott been involved with RoR, Perl and ASP, Visual Basic but I had also worked with them. Specialties: PHP, Zend, YII, CodeIgniter, Joomla, Magento, JavaScript, MySQL, PgSQL, HTML, CSS, RoR, Perl, ASP!
Categories
- About Me (2)
- Apache (1)
- Facebook (1)
- JavaScript (6)
- Joomla (10)
- jQuery (5)
- Magento (10)
- MySQL (2)
- Opensource (2)
- PHP (18)
- phpmyadmin (2)
- Programming (19)
- Ubuntu (2)
- Zend Framework (1)
- कच्याक कुचुक (1)



Dmitriy says:
Raju, thank you.
You save me a lot of time!
weldan says:
tq for sharing. it’s worked.
Ken says:
Thank you. That worked a treat!