Jump to content

Recommended Posts

ho trovato poi questo codice da aggiungere come file al root di ps 1.7.5 mi dite  cosa c'e che non va? ho provato a lanciarlo ma non cancella

 

<?php
include('./config/config.inc.php');
 
$token = Tools::getValue('token');
 
if($token == "vBnmmP3218") {
    Tools::clearSmartyCache();
    Tools::clearXMLCache();
    Media::clearCache();
    Tools::generateIndex();
    echo "Cache clear ended successfully.";
} else {
    echo "Wrong security token - cache clear failed.";
}
 
?>

Link to comment
Share on other sites

On 19/4/2019 at 10:18 AM, jokercorsa dice:

ho trovato poi questo codice da aggiungere come file al root di ps 1.7.5 mi dite  cosa c'e che non va? ho provato a lanciarlo ma non cancella

 

<?php
include('./config/config.inc.php');
 
$token = Tools::getValue('token');
 
if($token == "vBnmmP3218") {
    Tools::clearSmartyCache();
    Tools::clearXMLCache();
    Media::clearCache();
    Tools::generateIndex();
    echo "Cache clear ended successfully.";
} else {
    echo "Wrong security token - cache clear failed.";
}
 
?>

 

questo codice elimina si le cache che vedi, non elimina la cache fisica smarty ( ossia i file sul server /httpdocs/cache/smarty/cache    e   /httpdocs/cache/smarty/compile )

Saluto

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...