perezf Posted October 6, 2006 Share Posted October 6, 2006 i have this error that keeps showing up and i dont know what caused it[quote]Warning: imagejpeg(): Unable to open '/hsphere/local/home/way2fr3s/euroclassmotors.com/image/Palm_Z22_Handheld-100x100.jpg' for writing in /hsphere/local/home/way2fr3s/euroclassmotors.com/include/image.php on line 56[/quote]below is the code for line 56[code] imagejpeg($destImg, DIR_IMAGE.$new_image, 90);[/code] Quote Link to comment https://forums.phpfreaks.com/topic/23134-i-need-help-with-an-error-i-keep-getting/ Share on other sites More sharing options...
perezf Posted October 6, 2006 Author Share Posted October 6, 2006 i need help desperately Quote Link to comment https://forums.phpfreaks.com/topic/23134-i-need-help-with-an-error-i-keep-getting/#findComment-104739 Share on other sites More sharing options...
HuggieBear Posted October 6, 2006 Share Posted October 6, 2006 OK, Unless you provide all of the code you're using for this image, I can only help from what you've provided, which is likely to be incomplete.1. Make sure you've already called [color=green]imagecreatetruecolor()[/color]2. Make sure you've defined the constant DIR_IMAGE.3. Try echoing both $destImg and $new_image to make sure they look as expected.RegardsHuggie Quote Link to comment https://forums.phpfreaks.com/topic/23134-i-need-help-with-an-error-i-keep-getting/#findComment-104843 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.