AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: CTGO.co on December 11, 2018, 07:54:43 AM

Title: how to fix CACHE_DRIVER error
Post by: CTGO.co on December 11, 2018, 07:54:43 AM
warning: AbanteCart core v.1.2.13 Use of undefined constant CACHE_DRIVER - assumed 'CACHE_DRIVER' (this will throw an Error in a future version of PHP) in <b>/core/helper/system_check.php</b> on line <b>116</b>
Title: Re: how to fix CACHE_DRIVER error
Post by: Basara on December 11, 2018, 08:33:16 AM
What is your PHP version?
Title: Re: how to fix CACHE_DRIVER error
Post by: CTGO.co on December 11, 2018, 08:54:45 AM
What is your PHP version?


as i see on hosting control panel: PHP version: 7.2.7 this is the recently version. is that ok or not ??
Title: Re: how to fix CACHE_DRIVER error
Post by: CTGO.co on December 12, 2018, 08:33:47 AM
What is your PHP version?

is that ok ??
Title: Re: how to fix CACHE_DRIVER error
Post by: abantecart on December 12, 2018, 09:42:08 PM
PHP version is OK.

Check your AbanteCart configuration file, if it has CACHE_DRIVER defined.
system/config.php

If you do not have CACHE_DRIVER defined, you need to add it with the cache driver that you are using.
Title: Re: how to fix CACHE_DRIVER error
Post by: CTGO.co on December 13, 2018, 03:02:38 AM
PHP version is OK.

Check your AbanteCart configuration file, if it has CACHE_DRIVER defined.
system/config.php

If you do not have CACHE_DRIVER defined, you need to add it with the cache driver that you are using.


thank you for your reply, can you tell me please, what to do exactly and what i have to add ??