Jump to content

Problema Relativo A Tutti I Moduli


Rosslyn

Recommended Posts

Salve, ho un problema con i moduli di prestashop. Da un po quando vado nel BO alla finestra "moduli" mi esce in cima l'errore:

Il modulo seguente (s) non è stato possibile caricare:

  • $ s (errore di analisi in$ s)
  • $ s (classe mancante in$ s)

 

e in più qualsiasi modulo attivo nn si attiva veramente e i moduli presenti nella lista si sono dimezzati (sia moduli attivi che non attivi) anche se quelli precedentemente attivati restano comunque attivi e visibili.

 

Spero che mi sappiate aiutare al più presto poiché cosi non posso modificare niente del sito.

 

Grazie anticipatamente, cordiali saluti.

Link to comment
Share on other sites

Hai provato ad attivare il debug:

File confin.inc.php in ../config/config.inc.php

 

nelle prime linee

 

da:

 

 

@ini_set('display_errors', 'off');

define('_PS_DEBUG_SQL_', false);

 

a:

 

@ini_set('display_errors', 'on');

define('_PS_DEBUG_SQL_', true);

 

così dovresti poter vedere dov'è il problema

 

Ciao

Link to comment
Share on other sites

grazie mille :)

 

dice:

 

Parse error: syntax error, unexpected '?' in /web/htdocs/www.massivestore.it/home/classes/module/Module.php(1028) : eval()'d code on line 1

 

 

ho provato a guarda il file alla riga 1028 e risulta:

 

 

if (eval('if (false){ '.$file.' }') !== false)

require_once( _PS_MODULE_DIR_.$module.'/'.$module.'.php' );

Edited by Rosslyn (see edit history)
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...