Jump to content

Onglet Modules inaccessibles " Internal Server Error "


Recommended Posts

J'ai deja fait cette modification :

     Ouvrez config/defines.inc.php
    À la line 28 (ou proche) vous trouverez
     define('_PS_MODE_DEV_', false);
  Changez alors par
    
define('_PS_MODE_DEV_', true);

mais aucun changement toujours le même message : 

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@........... to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Apache/2.4.9 (Unix) Server at www............... Port 80

Edited by YassineLinks (see edit history)
Link to comment
Share on other sites

voici mon code : 

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


et pour accés aux logs erreurs, non j'ai pas !!
Link to comment
Share on other sites

Ben celui qui a installé la boutique doit connaitre l'hébergeur et devrait avoir accès aux logs, ce qui permettrait d'en savoir un peu plus.

 

Un ou plusieurs modules ne doivent pas être compatibles avec cette nouvelle version de Prestashop (quelle était l'ancienne)

 

Il y a une option lors de l'upgrade "désactiver les modules non-natifs", vous ne l'avez pas coché ?

 

Il faudrait faire une sauvegarde du répertoire module, puis le vider. Ensuite recharger chaque module 1 à 1 et afficher la page à chaque fois pour trouver le coupable

Edited by Eolia (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...