View Single Post
Old 02-03-2012, 05:21 PM   #6
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

PhpMyAdmin can't work with APC, you should disable APC for PhpMyAdmin in /etc/apache2/conf.d/phpmyadmin.conf
add
Code:
php_admin_flag apc.enabled Off
into <Directory /usr/share/phpmyadmin> block

https://bugs.php.net/bug.php?id=58961
slava is offline   Reply With Quote