En visitant ce site, vous acceptez l'utilisation de cookies afin de vous proposer les meilleurs services possibles.

    × Bienvenue dans le forum VirtueMart.fr !

    Message Internal Server Error 500 virtuemart 3.0.18

    Plus d'informations
    il y a 9 ans 7 mois - il y a 9 ans 7 mois #1 par Th974
    Bonjour,

    J'ai crée un site avec Joomla! 3.6.5 ainsi que virtuemart VirtueMart 3.0.18 .

    Avec les donnée d'exemple tout fonctionne sauf quand je fais le détail d'un produit sa m'affiche un message d'erreur :

    Internal Server Error

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

    Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

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

    Je suis sur un serveur mutualisé , je sais pas d'ou vient le problème ?

    Pouvez vous m'aider svp ?

    bsb-reunion.fr

    un produit

    bsb-reunion.fr/product-attributes/images-1-detail


    Merci d'avance pour votre aide

    Thierry
    Dernière édition: il y a 9 ans 7 mois par Th974.

    Connexion ou Créer un compte pour participer à la conversation.

    Plus d'informations
    il y a 9 ans 7 mois #2 par Th974
    Je pense a un problème dans le fichier htcacess

    Mon fichier htcacess

    ##
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved.
    # @license GNU General Public License version 2 or later; see LICENSE.txt
    ##

    ##
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
    #
    # The line 'Options +FollowSymLinks' may cause problems with some server configurations.
    # It is required for the use of mod_rewrite, but it may have already been set by your
    # server administrator in a way that disallows changing it in this .htaccess file.
    # If using it causes your site to produce an error, comment it out (add # to the
    # beginning of the line), reload your site in your browser and test your sef urls. If
    # they work, then it has been set by your server administrator and you do not need to
    # set it here.
    ##

    ## No directory listings
    IndexIgnore *

    ## Can be commented out if causes errors, see notes above.
    Options +FollowSymlinks
    Options -Indexes

    ## Mod_rewrite in use.

    RewriteEngine On

    ## Begin - Rewrite rules to block out some common exploits.
    # If you experience problems on your site then comment out the operations listed
    # below by adding a # to the beginning of the line.
    # This attempts to block the most common type of exploit `attempts` on Joomla!
    #
    # Block any script trying to base64_encode data within the URL.
    RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
    # Block any script that includes a <script> tag in URL.
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    # Block any script trying to set a PHP GLOBALS variable via URL.
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block any script trying to modify a _REQUEST variable via URL.
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Return 403 Forbidden header and show the content of the root homepage
    RewriteRule .* index.php [F]
    #
    ## End - Rewrite rules to block out some common exploits.

    ## Begin - Custom redirects
    #
    # If you need to redirect some pages, or set a canonical non-www to
    # www redirect (or vice versa), place that code here. Ensure those
    # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
    #
    ## End - Custom redirects

    ##
    # Uncomment the following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update Your Joomla! Directory (just / for root).
    ##

    # RewriteBase /

    ## Begin - Joomla! core SEF Section.
    #
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    #
    # If the requested path and file is not /index.php and the request
    # has not already been internally rewritten to the index.php script
    RewriteCond %{REQUEST_URI} !^/index\.php
    # and the requested path and file doesn't directly match a physical file
    RewriteCond %{REQUEST_FILENAME} !-f
    # and the requested path and file doesn't directly match a physical folder
    RewriteCond %{REQUEST_FILENAME} !-d
    internally rewrite the request to the index.php script
    #RewriteRule .* index.php [L]
    #
    ## End - Joomla! core SEF Section.

    Connexion ou Créer un compte pour participer à la conversation.

    • studio42
    • Portrait de studio42
    • Hors Ligne
    • Modérateur
    • Modérateur
    • Dev Joomla & Virtuemart
    Plus d'informations
    il y a 9 ans 7 mois #3 par studio42
    Réponse de studio42 sur le sujet Message Internal Server Error 500 virtuemart 3.0.18
    Si vous avez un soucis, cela ne sert a rien de mettre d'autres messages dans les autres discussions.
    Il suffisait de marquer dans celui-ci qu'en changeant le .htaccess vous n'avez pas corrigé le soucis.
    Essayez d'afficher les erreurs PHP ou récupérer le error.log PHP ce sera plus simple, car sans ce message, je pourrais vous donner 40 solutions différentes possibles.

    www.st42.fr Truc et astuce Joomla et virtuemart
    shop.st42.fr téléchargement Joomla et extension pour virtuemart
    Gratuit ! Nettoyage des medias : shop.st42.fr/fr/produits/virtuemart-netoyage-des-medias.htm Nouveau!
    Les utilisateur(s) suivant ont remercié: Th974

    Connexion ou Créer un compte pour participer à la conversation.

    Plus d'informations
    il y a 9 ans 7 mois #4 par serge
    modifie la ligne :
    # RewriteBase /
    par
    RewriteBase /
    Les utilisateur(s) suivant ont remercié: Th974

    Connexion ou Créer un compte pour participer à la conversation.

    • studio42
    • Portrait de studio42
    • Hors Ligne
    • Modérateur
    • Modérateur
    • Dev Joomla & Virtuemart
    Plus d'informations
    il y a 9 ans 7 mois #5 par studio42
    Réponse de studio42 sur le sujet Message Internal Server Error 500 virtuemart 3.0.18

    serge écrit: modifie la ligne :
    # RewriteBase /
    par
    RewriteBase /

    bsb-reunion.fr/product-attributes fonctionne, donc c'est pas un soucis de .htaccess ;)

    www.st42.fr Truc et astuce Joomla et virtuemart
    shop.st42.fr téléchargement Joomla et extension pour virtuemart
    Gratuit ! Nettoyage des medias : shop.st42.fr/fr/produits/virtuemart-netoyage-des-medias.htm Nouveau!

    Connexion ou Créer un compte pour participer à la conversation.

    Plus d'informations
    il y a 9 ans 7 mois #6 par Th974
    Bonjour,

    Désolé du double post est merci de votre aide.

    Voila le log récupéré de l'hébergeur.

    bsb-reunion.fr/log

    Connexion ou Créer un compte pour participer à la conversation.

    • studio42
    • Portrait de studio42
    • Hors Ligne
    • Modérateur
    • Modérateur
    • Dev Joomla & Virtuemart
    Plus d'informations
    il y a 9 ans 7 mois #7 par studio42
    Réponse de studio42 sur le sujet Message Internal Server Error 500 virtuemart 3.0.18
    Désolé, c'est le log de connection, il faudrait le log des erreurs PHP

    www.st42.fr Truc et astuce Joomla et virtuemart
    shop.st42.fr téléchargement Joomla et extension pour virtuemart
    Gratuit ! Nettoyage des medias : shop.st42.fr/fr/produits/virtuemart-netoyage-des-medias.htm Nouveau!

    Connexion ou Créer un compte pour participer à la conversation.

    Plus d'informations
    il y a 9 ans 7 mois #8 par Th974
    Aprés vérification avec Nuxit il ne peuvent me fournir que le log ftp ainsi que http

    Pas le php , je suis bloquer .

    Connexion ou Créer un compte pour participer à la conversation.

    • studio42
    • Portrait de studio42
    • Hors Ligne
    • Modérateur
    • Modérateur
    • Dev Joomla & Virtuemart
    Plus d'informations
    il y a 9 ans 7 mois #9 par studio42
    Réponse de studio42 sur le sujet Message Internal Server Error 500 virtuemart 3.0.18
    Non, testez dans la configuration de Joomla.
    VOTRESITE/administrator/index.php?option=com_config
    onglet >Serveur
    Rapport d'erreurs : Maximum
    et enregistrez.
    Puis vérifier si vous ne voyez toujours pas les erreurs.
    Sinon il y presque sur tous les serveurs la possibilité d'afficher les erreurs.
    SInon , changez de serveur, c'est le minimum a fournir, si votre serveur n'est pas gratuit ! ;)

    www.st42.fr Truc et astuce Joomla et virtuemart
    shop.st42.fr téléchargement Joomla et extension pour virtuemart
    Gratuit ! Nettoyage des medias : shop.st42.fr/fr/produits/virtuemart-netoyage-des-medias.htm Nouveau!

    Connexion ou Créer un compte pour participer à la conversation.

    Plus d'informations
    il y a 9 ans 7 mois #10 par Th974
    Bonjour,

    J'ai essayer mes idem lors du clique sur un produit sa me fait toujour .

    Par contre j'ai vue dans un autre forum que nuxit bride certaine fonction pour acheté un serveur dédiée .


    Comme Je suis avec une cliente très impatiente je passe sous un autre cms et sa fonctionne Je suis sur prestashop en sous domaine : boutique.bsb-reunion.fr donc je sais pas d’où vient le problème avec virtuemart.

    Merci beaucoup pour votre aide est votre patience .

    Cordiealement,

    Connexion ou Créer un compte pour participer à la conversation.