If you have the ‘DISALLOW_FILE_EDIT’ constant set to true in your wp-config.php, it will cause the Quick Cache settings page to disappear. I don’t know if this is what’s causing it for you, but it sounds like it.
See here for more about it:
http://ww.wp.xz.cn/support/topic/plugin-quick-cache-a-wp-super-cache-alternative-bad-choice-for-capability-check
http://ww.wp.xz.cn/support/topic/plugin-quick-cache-a-wp-super-cache-alternative-definedisallow_file_edit-true-kills-the-plugin
Thread Starter
linkfr
(@linkfr)
Hi jumbo, thanks for your help!
I just opened wp-config.php and there isn’t even a line talking about the constant you mention.
So i guess i should add somethink like this:
define('DISALLOW_FILE_EDIT', false);
Do you know where exactly in such a case?
Thread Starter
linkfr
(@linkfr)
Hi again,
I added the line
define('DISALLOW_FILE_EDIT', false);
in wp-config.php just before
/* That's all, stop editing! Happy blogging. */
But nothing changed.
Any other suggestions?
I’m not sure then. You may want to pose your question on s2member’s (the developer’s) community forum:
http://www.s2member.com/forums/forum/community/
Thread Starter
linkfr
(@linkfr)
Done, i just posted the question here.
Hope someone will show the way, thanks again jumbo!