Page 1 sur 1

Donner autorisation CHMOD

Posté : 12 févr. 2006, 10:32
par Harris
Salut à tous,

j'ai un site et il est possible de payer par carte bancaire des articles de la boutique et depuis peu il y un message d'erreur quand on va sur la page de paiement sécurisé:

Code : Tout sélectionner

CGIWrap Error: Script Execution Failed CGIWrap encountered an error while attempting to execute this script: Error Message: No such file or directory Error Number: 2 This message usually indicates there is a problem with the script itself. Often this indicates either that the #! line of the script is incorrect, or the script was uploaded in binary mode instead of ascii mode. Check to make sure that the script does not have control-M's at the end of every line. That will prevent it from executing. An easy fix that takes care of this most of the time is to put '#!/.../perl --' instead of '#!/.../perl' on the first line of the script. This is typically a problem if the script was edited or uploaded from a DOS/Windows/Macintosh station to a unix based server. If you are not the owner of this script, please forward this error and the URL that caused it to the script owner. That is often the component in the URL right after /cgiwrap/

On dirait des autorisations qui ont changés. Mais je ne connais pas les autorisations qu'il faut attribuer à chaque fichier et dossier.
Je fais la liste du dossier cgi-bin

"cgi-bin" quel code pour ce dossier? à l'interieur il y a
  • fichier: "call_autoresponse.php"
  • fichier: "call_autoresponse.pl"
  • fichier: "call_request.php"
  • fichier: "call_request.pl"
  • fichier: "call_response.php"
  • fichier: "call_response.pl"
  • fichier: "certif.fr.5227275278520010
  • fichier: "formmail.html"
  • fichier: "parmcom.5227275278520010
  • fichier: "parmcom.transactions"
  • fichier: "pathfile"
ensuite dossier: "bin" code? à linterieur de celui-ci il y a
  • fichier: "request"
  • fichier: "reponse"
ensuite dossier:"param" code? à l'interieur de lui il y a:
  • fichier: "certi.fr 245416514105234"
  • fichier: "parmcom 245416514105234"
  • fichier: "parmcom transactions"
  • fichier: "pathfile"
Merci à celui qui connaitra le CHMOD de chaque et poura me dire pourquoi ce message d'erreur. Vient'il du CHMOD ou autre chose?

Harris