Submitted by floown@drupal.org on
Salut salut !
Sur un drupal 7 qui tourne sur un serveur dédié fraîchement installé je n'arrive pas à uploader de grandes images (900ko) dans mes articles. Je précise que j'ai augmenté la bonne ligne dans le php.ini (upload_max_filesize = 40M) et j'ai installé PECL.
Voici l'erreur retournée dans une pop-up :
Une requête HTTP AJAX s'est terminée anormalement.
Informations de débogage ci-dessous.
Chemin : /file/ajax/field_image/und/0/form-7Tt_w2AN-VBUOu_QvxA3aqKPR8Gq6S1ThIWWj_8Uj4I
StatusText: n/a
ResponseText : Internal Server Error
The server encountered an internal error or
misconfiguration and was unable to complete
your request.
Please contact the server administrator,
webmaster@monsite.com 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.
Additionally, a 500 Internal Server Error
error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.22 (Ubuntu) Server at monsite.com Port 80
ReadyState : undefined
Est ce que tu as cette erreur
Permalien Soumis par darkjeff le 7 Mai, 2013 - 13:34
Est ce que tu as cette erreur tout de suite quand tu clique sur transféré ou au bout d'un certain temps ?
Au bout d'un certain temps,
Permalien Soumis par floown@drupal.org le 7 Mai, 2013 - 14:08
Salut,
Au bout d'un certain temps, comme si l'image se chargeait.
Résolu.
Permalien Soumis par floown@drupal.org le 7 Mai, 2013 - 15:09
Résolu.
J'ai rajouté ça dans le vhost :
<IfModule mod_fcgid.c>
# 20MB should be enough
MaxRequestLen 20000000
</IfModule>