Wrox Programmer Forums
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 16th, 2005, 04:26 AM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 117
Thanks: 0
Thanked 2 Times in 2 Posts
Default Thumb Problem

Good morning eveyone
i try to create thumb with php and save it in to directory

everything is working perfect but when i try to save the image i got this error

Warning: imagejpeg(): unable to open 'http://localhost/test/images/thumb/thumb_2.jpg' for writing in c:\inetpub\wwwroot\test\include\image.php on line...

and for somebody, I already have the floder called thumb.

i do not know what is wrong but if i do not want to save the thumb everything is working perfect and i will get a thumb like
imagejpeg($dst, "", 100);
but when i using this
imagejpeg($dst, $thumb, 100)
i will get that Error.

and also i tried to use chmod and 0777 and it is not working.
any help?

Thanks
Regards
Mani_he

 
Old January 16th, 2005, 02:56 PM
Registered User
 
Join Date: Jan 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

wouldnt it be //localhost not http:// ?????
i'm not sure but it seems like its trying to access that file from the internet rather than localhost! does that help you at all?

 
Old January 16th, 2005, 04:19 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 117
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Hi cro_crx
thanks for your reply

can u please be more specific.

Thanks
Regards
Mani_he

 
Old January 17th, 2005, 12:45 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 117
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Any Help??










Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.