1

I am running a LAMP stack on CentOS 5.6 with PHP 5.3. I had installed phpMyAdmin and it worked. I was able to log in and do anything. Then I installed memcached and its PHP extension as well as APC and it’s PHP extension. I have restarted httpd and phpinfo() says that memcache and APC are installed and configured.

So why does phpMyAdmin now display a blank page after installing memcache and APC?

1 Answer 1

1

In your php.ini file, tell APC to not cache the phpMyAdmin directory along the lines of adding:

apc.filters = "-/usr/share/phpmyadmin/.*" 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.