Jump to content
thirty bees forum
  • 0

Updater v.1.3.3 "thirty bees' caching features are disabled"


Question

Posted

I am trying to update TB from v.103 to v.1.0.7 using TB Updater but I cannot disable thirty bees' caching features!

I have tried disabling all caching but nothing seems to work.

Any ideas?

17 answers to this question

Recommended Posts

  • 0
Posted

@basix101 said in Updater v.1.3.3 "thirty bees' caching features are disabled":

Edit: The "Update Thirty Bees" button is missing because of the disable cache error!

Edit file /config/settings.inc.php, find line with _PSCACHEENABLED_ and change it to look like this:

define('_PS_CACHE_ENABLED_', '0');

Note that this constant is not used anymore tb core, but tbupdater module still use it to determine if the cache is turned on/off

  • 0
Posted

I'm having the same problem. My settings.inc.php already looks as described, but the updater still says "thirty bees' caching features are disabled"

  • 0
Posted

I have the same problem with tbupdater v.1.4.0 and cache is disabled in settings.inc.php: define('PSCACHEENABLED', '0'); if this constant is not used anymore, why not just remove the check in the tbupdater module?

  • 0
Posted (edited)
8 hours ago, elund said:

I have the same problem with tbupdater v.1.4.0 and cache is disabled in settings.inc.php: define('PS_CACHE_ENABLED', '0'); if this constant is not used anymore, why not just remove the check in the tbupdater module?

This check has already been fixed

If it shows this warning for you, it really means you have server cache enabled on your server.

Edited by datakick
  • 0
Posted

The same problem here: define('_PS_CACHE_ENABLED_', '0'); already in my file.

Do I disalbe the cache settings on my server? To get the option to upgrade from v1.3 to 1.8?

  • 0
Posted

Caching are fixing, but I receive the follow error:

All files upgraded. Now upgrading database...

[Ajax / Server Error for action upgradeDb] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: " "

  • 0
Posted

After upstarted:

I receive a blank screen with the follow message:

[PrestaShop] Fatal error in module file :/home/erolust/public_html/modules/graphnvd3/graphnvd3.php:
Access level to GraphNvD3::$_width must be protected (as in class ModuleGraphEngine) or weaker

  • 0
Posted

Since you have upgraded from 1.0.3, you need to delete old stats modules, as described here:

Go to your modules directory and DELETE all of your stats module except statsdata and statsmodule. Also delete the modules graphnvd3, gridhtml, pagesnotfound, and sekeywords.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...