Clément Coron Posted August 28, 2016 Share Posted August 28, 2016 Bonjour, J'ai une erreur 500 sur ma page SAV, lorsque les clients clique sur "envoyer" https://www.zoanthus.fr/nous-contacter Je reçois correctement le message, mais par contre le client n'est pas du tout informer de cela. Auriez-vous un piste pour résoudre cette erreur ? Merci bien Clément Link to comment Share on other sites More sharing options...
Eolia Posted August 28, 2016 Share Posted August 28, 2016 Répondu 1000 fois... Activez l'affichage des erreurs pour en savoir plus, en modifiant cette ligne au début du fichier config/defines.inc.php : define('_PS_MODE_DEV_', false); par define('_PS_MODE_DEV_', true); Et donnez-nous l'erreur après avoir rafraichi la page Link to comment Share on other sites More sharing options...
Clément Coron Posted August 28, 2016 Author Share Posted August 28, 2016 Désolé, je sais que l'erreur 500 à été traité de nombreuse fois. L'erreur est survenu lors du passage à la version 1.6.1.6 à priori. L'erreur que j'ai est : Fatal error: Cannot redeclare class Swift in /home/zoanthus/public_html/tools/swift/Swift.php on line 32 Link to comment Share on other sites More sharing options...
Eolia Posted August 28, 2016 Share Posted August 28, 2016 Alors votre mise à jour n'a pas du bien se passer car la classe Swift a été modifiée. Le fichier public_html/tools/swift/Swift.php n'existe plus dans cette version à cet endroit, il est dans le sous-répertoire public_html/tools/swift/classes maintenant. Link to comment Share on other sites More sharing options...
Clément Coron Posted August 28, 2016 Author Share Posted August 28, 2016 j'ai le fichier Swift.php dans le deux emplacements cité. Comment pourrais-je faire pour mettre à jour cette classe ? Link to comment Share on other sites More sharing options...
Eolia Posted August 28, 2016 Share Posted August 28, 2016 Enlevez-le du 1er^^ Link to comment Share on other sites More sharing options...
Clément Coron Posted August 28, 2016 Author Share Posted August 28, 2016 je viens de faire cela, voici l'erreur lorsque j'essaye d'atteindre la boutique : Warning: include_once(/home/zoanthus/public_html/tools/swift/Swift.php): failed to open stream: No such file or directory in /home/zoanthus/public_html/modules/baabandonedcartreminder/baabandonedcartreminder.php on line 41Warning: include_once(): Failed opening '/home/zoanthus/public_html/tools/swift/Swift.php' for inclusion (include_path='/home/zoanthus/public_html/tools/htmlpurifier/standalone:.:/usr/local/php54/pear') in/home/zoanthus/public_html/modules/baabandonedcartreminder/baabandonedcartreminder.php on line 41Fatal error: Interface 'Swift_Events_Listener' not found in /home/zoanthus/public_html/tools/swift/Swift/Events/SendListener.php on line 18 Link to comment Share on other sites More sharing options...
Eolia Posted August 28, 2016 Share Posted August 28, 2016 Ah ben oui ce module n'est pas compatible avec la version 1.6.1.6, il faut le patcher. A voir avec son auteur 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