You need to open File Manager ( https://www.siteground.com/tutorials/cpanel/file_manager.htm ), then check “Show Hidden Files (dotfiles)” and open your home directory. You should see subdirectory .opcache
, enter to this directory and remove directory which you see there (it’s something like b8f0bb764a038db03dfc2c58077eebbc
). It’s way how you can purge opcache.
Related to disabling opcache, enter to public_html and find file php.ini. Try to put this line in php.ini:
opcache.enable = 0
If you find zend_extension = opcache.so there, then remove this line or change to ;zend_extension = opcache.so
Also check .user.ini in your home directory.
Can you check apache error logs at the end? ( https://www.siteground.com/kb/internal_server_error_500/ )
Make simple phpinfo.php, open it and confirm that you don’t see “Zend OPcache” section (or it’s disabled)
-
This reply was modified 7 years, 11 months ago by Sa?a.