2

I am running xcache (shows as installed in phpinfo).

When I view the admin page, the only php files being shown as cached as those in the admin folder (or those on the current page I am viewing).

enter image description here

Does anyone have suggestions as to why files might not be caching? (note: tried installing both xcache 2 and 3 from src.

mins
  • 6,478
  • 12
  • 56
  • 75
  • How did you use it in your project? Can you put some code here with xcache functions used? – Dmitriy Sushko Nov 26 '12 at 08:34
  • It's used for caching only - there are no custom calls or custom vars. Just xcache doing it's default compiled PHP caching. It worked on a previous server, just moving to a new server it's having this new issue. – user1852653 Nov 28 '12 at 08:19
  • OK it looks like I was running suphp which is not compatible with xcache (or eaccelerator) – user1852653 Nov 28 '12 at 08:59

1 Answers1

0

I think you should have SuPHP enabled. I had the same exact issue and when I disabled SuPhp, xcache started caching everything just like it should.

mazter
  • 136
  • 3