Using APCU but advanced-cache.php wont become active
-
Installed the plugin and added define(‘WP_CACHE’,true); inside the wp-config.php file. Right below the define(‘DB_COLLATE’, ”);
Activated the plugin, selected APCU as my backend, and saved.
Problem i have is that in WordPress plugin page, there is tab called “Drop-Ins” and there is a file called “advanced-cache.php” that is inactive that is related to WP-FFPC.
Why is it inactive, and how can i make it active ?
My server php settings can be found here, i am also using WP Version 4.0.1 :
https://www.activetechnique.com/?phpinfo=1
As extra info, in my php.ini file i have added these lines while i was configuring APCU, not sure this is causing any issues
[apc]
; default memory allocation = 1024M
apc.shm_size = “1024M”
; for dev check for changed code every time so set to “1”. “0” for LIVE site.
apc.stat = “0”Thank you for your help
- The topic ‘Using APCU but advanced-cache.php wont become active’ is closed to new replies.