Bonjour,
J'ai une upload en PHP qui marche en Local avec Easy PHP.
lorsque je suis sur le serveur de mon hébergeur, il n'upload pas l'image apparemment il me dit que l'accés est refusé.
voici le message d'erreur:
Warning: move_uploaded_file(img/nvo_Logo_CG13.jpg): failed to open stream: Permission denied in
/home/arthuro/public_html/uploadimg.php on line
109Warning: move_uploaded_file(): Unable to move '/tmp/phpYe4xDQ' to 'img/nvo_Logo_CG13.jpg' in
/home/arthuro/public_html/uploadimg.php on line
109Erreur: Impossible de déplacer '/tmp/phpYe4xDQ' vers 'img/nvo_Logo_CG13.jpg'
Warning: imagecreatefromjpeg(img/nvo_Logo_CG13.jpg): failed to open stream: No such file or directory in
/home/arthuro/public_html/uploadimg.php on line
117Warning: imagesx(): supplied argument is not a valid Image resource in
/home/arthuro/public_html/uploadimg.php on line
118Warning: imagesy(): supplied argument is not a valid Image resource in
/home/arthuro/public_html/uploadimg.php on line
119Warning: Division by zero in
/home/arthuro/public_html/uploadimg.php on line
129Warning: imagecreatetruecolor(): Invalid image dimensions in
/home/arthuro/public_html/uploadimg.php on line
132Warning: imagecopyresampled(): supplied argument is not a valid Image resource in
/home/arthuro/public_html/uploadimg.php on line
133Warning: imagejpeg(): supplied argument is not a valid Image resource in
/home/arthuro/public_html/uploadimg.php on line
136Warning: imagedestroy(): supplied argument is not a valid Image resource in
/home/arthuro/public_html/uploadimg.php on line
139Warning: imagedestroy(): supplied argument is not a valid Image resource in
/home/arthuro/public_html/uploadimg.php on line
140
Faut-il intégrer une fonction pour donner le password?
Je vous remercie pour votre aide
Gloutz