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.
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
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?