Jump to content

Lista Produttore vuota


LucaGe

Recommended Posts

Salve, 

dopo l'aggiornamento a PrestaShop™ 1.6.0.14 è sparita la lista dei prodotti dalla pagina produttore.

 

è successo anche ad altri?
avete aggiornato a 1.6.0.14 ?

 

grazie per le risposte

Link to comment
Share on other sites

Grazie Daniel_WM,
Si, ho cancellato la cache, reinstallato il modulo, ho inserito nuovi articoli con un nuovo produttore,
ma niente, non funziona.

Oltretutto non ho trovato discussioni in merito, sono l'unico?

Link to comment
Share on other sites

io farei un bel debug semplicemente nel file /config/defines.inc.php

 

da cosi 

 

if (_PS_MODE_DEV_ === true)

{
@ini_set('display_errors', 'on');
@error_reporting(E_ALL | E_STRICT);
define('_PS_DEBUG_SQL_', true);
}
else
{
@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);
}  
 
a cosi
 
 
if (_PS_MODE_DEV_ === true)
{
@ini_set('display_errors', 'on');
@error_reporting(E_ALL | E_STRICT);
define('_PS_DEBUG_SQL_', true);
}
else
{
@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);
}
 
 
e vediamo se visualizza qualche errore la pagina in front
Edited by Daniel_WM (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...