Author Topic: installation  (Read 5277 times)

Offline consumatica

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
installation
« on: September 07, 2015, 03:49:09 PM »
Please I need to disable opcache in php module.

Can someone help me.

Very thanks

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: installation
« Reply #1 on: September 08, 2015, 07:20:05 AM »
Sorry your question is not AbanteCart related.

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: installation
« Reply #2 on: September 08, 2015, 08:16:36 AM »
please, ask about it your hosting provider techsupport
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: installation
« Reply #3 on: September 08, 2015, 11:52:39 AM »
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:
Code: [Select]
php_flag opcache.enable Off
2.If PHP runs as CGI/FastCGI, use a .user.ini file:
Code: [Select]
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

Offline consumatica

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: installation
« Reply #4 on: September 08, 2015, 12:58:56 PM »
The error is in the installation of abantecart

Offline webdevmerc

  • Full Member
  • ***
  • Posts: 172
  • Karma: +32/-1
    • View Profile
Re: installation
« Reply #5 on: September 08, 2015, 03:24:14 PM »
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.

Offline consumatica

  • Newbie
  • *
  • Posts: 7
  • Karma: +1/-0
    • View Profile
Re: installation
« Reply #6 on: September 09, 2015, 10:06:38 AM »
Thank you for the information

Offline Thunder_Beaver

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
    • Freak~A~Wear (WIP)
Re: installation
« Reply #7 on: August 24, 2020, 04:11:08 PM »
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?

 

Powered by SMFPacks Social Login Mod