• Hello,

    I’m trying to understand why activating the plugin has no effect. I read in another topic that an object-cache.php file was created in wp-content. But that’s not my case, so it must be coming from there.

    Could it be because I renamed the wp-content folder via wp-config?
    Thanks for your feedback

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author OllieJones

    (@olliejones)

    Thanks for the defect report.

    When activated, this plugin tries to install the object-cache.php drop-in module into wp-content. It sounds like I’m doing it wrong for your setup. I’ll investigate the problem. https://github.com/OllieJones/sqlite-object-cache/issues/38

    Thanks again.

    Plugin Author OllieJones

    (@olliejones)

    Would you please reply to this topic and show me the lines of your wp-config.php that rename your wp-content folder? This will help me figure out what I’m doing wrong for your situation.

    (There are several ways people get their installations to rename that folder.)

    Thanks, and a happy and prosperous 2024 to you!

    Thread Starter Thomas

    (@thomhsb)

    Hi OllieJones,

    Thank you for replying. If I can be of any help, of course.
    Here’s how I do it:

    define('WP_CONTENT_URL', https://www.mywebsite.com/newfolder’);

    That’s all ??
    Wishing you a happy, healthy and prosperous year ahead.

    Thread Starter Thomas

    (@thomhsb)

    Oups! Sorry, I forgot a line!…

    define('WP_CONTENT_DIR', ABSPATH . newfolder);
    define('WP_CONTENT_URL',?https://www.mywebsite.com/newfolder’);

    Regards

    Plugin Author OllieJones

    (@olliejones)

    Thanks. I will investigate.

    Thread Starter Thomas

    (@thomhsb)

    Hi,

    Do you have any leads?
    Good luck

    Thread Starter Thomas

    (@thomhsb)

    Hello,
    Did you finally give up?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No effect for me’ is closed to new replies.