Dans mon functions.php
J'ai eu :
$size = getimagesize($avatarpath . "/" . $file);
$avatarpath
es $avatarpath = dirname(__FILE__)."/img/avatars";
Ma structure :
functions.php (dans le même répertoire que le dossier img). img/avatars
Les Chmods de functions.php , img, avatars ont été fixés à 777.
Et je reçois toujours le message suivant :
Warning: getimagesize(/home/godaddy/private_html/img/avatars/avatar_1.png): failed to open stream: Permission denied in /home/godaddy/private_html/img/avatars/functions.php on line 1337