You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got two laravel projects running on the same apache2 server on my local system, Now when I run enlightn package on both projects then one of them shows the "OPcache is not enabled" error while another works completely fine
when i check phpinfo(); it also shows OPcache up and running for both project.
also tried uncommenting OPcache config in php.ini files in apache2
I also tried running this "PHP -i | grep opcache" command it also shows everything is okay
The text was updated successfully, but these errors were encountered:
I got two laravel projects running on the same apache2 server on my local system, Now when I run enlightn package on both projects then one of them shows the "OPcache is not enabled" error while another works completely fine
when i check phpinfo(); it also shows OPcache up and running for both project.
also tried uncommenting OPcache config in php.ini files in apache2
I also tried running this "PHP -i | grep opcache" command it also shows everything is okay
The text was updated successfully, but these errors were encountered: