Bonjour à tous,
Suivant le tutoriel Portfolio, j'accuse un petit problème avec la fonction 'imageResized'. En effet j'obtiens le resultat suivant:
Warning: imagejpeg(Applications/MAMP/htdocs/ZERO/webroot/img/FLEUR_100x100.jpg): failed to open stream: No such file or directory in /Applications/MAMP/htdocs/ZERO/lib/image.php on line 73
la ligne 73 correspond au code suivant:
case IMAGETYPE_JPEG: imagejpeg($image_resized, $output, 80); break;
le debug de
$output
me donne ceci Applications/MAMP/htdocs/ZERO/webroot/img/FLEUR_100x100.jpg (ce qui me semble correcte)
et le debug de
$image_resized
me donne "Resource id #5"
Pouvez vous m'aider.
En vous remerciant.