danielecavagna Posted November 14, 2012 Share Posted November 14, 2012 (edited) Buonasera a tutti, ho un problema che espongo il più dettagliatamente possibile. Ho cambiato hosting trasferendo il mio dominio. Ho importato il database, aggiornato il file che contiene i dati del database, e caricato tutti i files via ftp. A questo punto il mio sito non è visibile e ho chiesto assistenza al mio nuovo service provider che mi ha risposto dicendomi che il problema è dato dal fatto che nel mio sito utilizzo il modulo memcache che non è supportato dal loro servizio. Ora, non potendo accedere nè al BO nè al FO, devo disattivare la funzione memcache. Qualcuno mi sa dare indicazioni su come fare? E' possibile vedere l'errore che mi restituisce il browser visitando http://www.autoridavino.eu/shop/admin-dany/. Utilizzo la versione 1.5.0.17 Grazie a tutti in anticipo! Edited November 15, 2012 by danielecavagna (see edit history) Link to comment Share on other sites More sharing options...
danielecavagna Posted November 15, 2012 Author Share Posted November 15, 2012 Aggiungo che il service provider mi segnala l'estratto del log degli errori: [Wed Nov 14 17:49:28 2012] [warn] [client 95.243.156.1] mod_fcgid: stderr: PHP Fatal error: Class 'Memcache' not found in /var/www/vhosts/autoridavino.eu/httpdocs/shop/classes/cache/CacheMemcache.php on line 82, referer: http://www.autoridavino.eu/. Presumo che debba modificare il file CacheMemcache.php, ma non vorrei fare disastri anziché risolvere il problema. Qualcuno può aiutarmi? Link to comment Share on other sites More sharing options...
danielecavagna Posted November 15, 2012 Author Share Posted November 15, 2012 Risolto modificando il file config/settings.inc.php. E' necessario modificare la riga define('_PS_CACHE_ENABLED_', '1'); in questo modo define('_PS_CACHE_ENABLED_', '0'); Link to comment Share on other sites More sharing options...
kiara1980 Posted February 13, 2017 Share Posted February 13, 2017 Salve, ho le stesso problema da alcuni giorni e non riesco a risolverlo. Dove trovo il file config/settings.inc.php da modificare? grazie Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now