Hey!
What did you try to do? What errors you got?
Me too. A critical error happens when copying object-cache.php to wp-content. Do we need to insert the random salt key both in object-cache.php and wp-config.php? Moreover, do we need to do something when installing php-memcache (which is outdated when compared to php-memcached)?
> A critical error happens when copying object-cache.php to wp-content.
So you installed the plugin and copied the contents? Plugin is inactive, correct?
> Do we need to insert the random salt key both in object-cache.php and wp-config.php?
Just wp-config.php
.
> Moreover, do we need to do something when installing php-memcache (which is outdated when compared to php-memcached)?
No, you just need to install the linked PECL extension.
Thread Starter
Vincèn
(@vincen)
Thanks Andrija for your answer but I gave up on it 😉 Best
Sure thing! I think https://wordpress.org/plugins/redis-cache/ is easier to install and it just works. 🙂
Hi,
> So you installed the plugin and copied the contents? Plugin is inactive, correct?
Correct.
> No, you just need to install the linked PECL extension.
Still not working. Installed the PECL extension through php-pear/php-dev. Added the extension=memcache.so to php.ini.
I will just submit a support ticket to help resolve this issue.
Thank you for the assistance.
@noeyx Can you paste the php error log?
Hi,
I pasted the php error log in the support section:
https://wordpress.org/support/topic/critical-error-433/
Thank you.