Jump to content

Recommended Posts

Ciao,

il problema sembra proprio relativo alle categorie, dato che le altre pagine (CMS, prodotti, ...) sembrano funzionare correttamente. Ma mi sa che c'è anche qualcosa d'altro che non va, dato che non si possono mettere i prodotti nel carrello (almeno su Firefox).
Hai fatto qualche modifica prima che desse l'errore? Hai aggiunto/tolto qualche modulo?
Per avere qualche dettaglio sull'errore 500 devi abilitare la visualizzazione degli errori: in defines.inc.php imposta _PS_MOD_DEV_ a true.

Buon pomeriggio,
Federica

Link to comment
Share on other sites

ciao grazie per l'aiuto. Il problema si è presentato all'improvviso senza alcun installazione o didstallazione moduli. All'interno del file defines ho gi aimpostato cosi

if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
}
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);
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);
 

è corretto?

Link to comment
Share on other sites

Ciao,

vero mistero! In ogni caso, se ora funziona tutto non c'è modo di sapere cosa sia successo a meno di controllare i log sul server.
Se hai un VPS si può fare, se sei su un server condiviso dovresti chiedere ad Aruba.

Buon pomeriggio,
Federica

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...