1 hour ago, MathiasReker said:Hello. I guess you are running PHP 5.6. The minimum PHP version for this module is PHP 7.0
I am running 5.6. Damn it.
If i remove:
if (Configuration::get('PS_SMARTY_CACHING_TYPE') == 'mysql') {
include(_PS_CLASS_DIR_.'/SmartyCacheResourceMysql.php');
$smarty->caching_type = 'mysql';
}
Will that stop the hack if i haven't already been hit?