In some case, if you using PHP 8, you can get an error 503 issue after activating the plugin Penci PageSpeed Optimizer - you just need to go to your hosting > Cpanel > Select PHP Version > click on the "Extensions" tab and disable the opcache extension - check the image below:
Hi, I have added a opcache.ini file to the directory you mentioned, even edited the php.ini in the /etc/php/8.0/apache2 folder with opache.enabled=0 command.Still doesn't work.
Hi Support, I encountered the attached error when activating the penci pagespeed plugin, can you help to see what is the problem?
Hi,
In some case, if you using PHP 8, you can get an error 503 issue after activating the plugin Penci PageSpeed Optimizer - you just need to go to your hosting > Cpanel > Select PHP Version > click on the "Extensions" tab and disable the opcache extension - check the image below:
For more information, please read the document here: https://optimize.pencidesign.net/
Regards,
PenciDesign.
Hello, as I'm using Ubuntu Server on DigitalOcean, how do i get about on this as I don't have cpanel? Thanks!
Hi,
Your site currently enables Zend OPcache, please SSH in as root and edit the following files:
Add the following line to the end of each of these files:
Finally, restart the PHP version by running the following command as root:
Regards,
PenciDesign.
Hi, I have added a opcache.ini file to the directory you mentioned, even edited the php.ini in the /etc/php/8.0/apache2 folder with opache.enabled=0 command.Still doesn't work.
Hi,
I've checked and the OP Cache still enable on your site.
In this case, please contact DigitalOcean support to help you disable this feature.
Regards,
PenciDesign.
Hello, this has been resolved. Disabled by typing phpdismod opcache into Ubuntu terminal line. Thanks!