On 3/9/2018 at 10:36 AM, JoseGut dice:Hi,
I had the same problem with BO and quitting DEBUG MODE. I deleted the folders dev and prod that are in root inside the folder "var". Now everything goes softly
I can quit DEBUG MODE, I have no problems updating products, etc.
To see where your shop is recording the cache files, take a look at around line 69 in config/defines.inc.php, where it says:
if (!defined('_PS_CACHE_DIR_')) {
$prestashopCacheDir = _PS_ROOT_DIR_.'/var/cache/'.(_PS_MODE_DEV_ ? 'dev': 'prod'). DIRECTORY_SEPARATOR;
define('_PS_CACHE_DIR_',$prestashopCacheDir);
Thanks a lot, you saved me! 1.7.5.2
Bye