Any idea what's going on? I get this on module install. PS 1.6.1.3
I tried turning off cashe and dropping in the zip to the modules dir and extracting it from my hosting but still same issue.
I mod'd this in smarty.config.inc.php:
/* Fixes: CVE-2022-31101
if (Configuration::get('PS_SMARTY_CACHING_TYPE') == 'mysql') {
include(_PS_CLASS_DIR_.'/SmartyCacheResourceMysql.php');
$smarty->caching_type = 'mysql';
}
*/
Will that fix it?