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>
What is your PHP version?
Quote from: Basara on December 11, 2018, 08:33:16 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 ??
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.
Quote from: 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.
thank you for your reply, can you tell me please, what to do exactly and what i have to add ??