News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

installation

Started by consumatica, September 07, 2015, 03:49:09 PM

Previous topic - Next topic

consumatica

Please I need to disable opcache in php module.

Can someone help me.

Very thanks

Basara

Sorry your question is not AbanteCart related.

abolabo

please, ask about it your hosting provider techsupport
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

eCommerce Core

Quote from: consumatica on September 07, 2015, 03:49:09 PM
Please I need to disable opcache in php module.

Can someone help me.

Very thanks
You can try one of the following:

1. If PHP runs as Apache module, use an .htaccess file:
php_flag opcache.enable Off

2.If PHP runs as CGI/FastCGI, use a .user.ini file:
opcache.enable=0
"If you're in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent."
― Warren Buffett

consumatica

The error is in the installation of abantecart

webdevmerc

I suggest try what eCommerce Core wrote...
Also, most errors can be solved by doing a plain web search or google search or whatever search engine you prefer to use:

https://www.google.com/search?q=how+to+disable+opcache

1st link that popped up is:
http://stackoverflow.com/questions/21556437/disable-opcache-temporally

Same answer as posted above.


I honestly solve nearly all my cart problems or any coding, excel, you name it...problem by doing a search.  Almost in all cases, someone has had the same problem as you before so you can fix it and move on quickly afterwards...

If there are NO matches, then either no one else has the problem (and more likely, your config or setup is wrong) or it's too new.  Most things we do aren't new/leading/bleeding edge...so I lean towards if an error is only affecting me and I can't find another instance of it, then it's only in my site.

Good luck.  This should be straight forward to fix.

consumatica

Thank you for the information

Thunder_Beaver

I'm running into this same issue and found that same link posted above.

Ubuntu 18.04 server
php 7.2
nginx 1.14
AbanteCart 1.2.16 regular install (after unconfigured docker)

Used nano to change two opcache_enabled = 0 lines in /etc/php/7.2/fpm/php.ini & /etc/php/7.2/cli/php.ini
systemctl restart nginx php7.2-fpm

opened a new profile/container in the web browser and it's still enabled.
What did I miss?

Forum Rules Code of conduct
AbanteCart.com 2010 -