-
AuthorPosts
-
reachthesky Friend
reachthesky
- Join date:
- July 2008
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 14
- Thanked:
- 19 times in 10 posts
October 11, 2008 at 10:34 am #134287Error is as follow:
Warning: imagejpeg() [function.imagejpeg]: Unable to open ‘/homepages/11/d235636955/htdocs/gamerlatino/v2/images/resized/images/stories/pc/warhammer_44_26.jpg’ for writing: No such file or directory in /homepages/11/d235636955/htdocs/gamerlatino/v2/modules/mod_jabulletin/helper.php on line 323
Warning: imagejpeg() [function.imagejpeg]: Unable to open ‘/homepages/11/d235636955/htdocs/gamerlatino/v2/images/resized/images/stories/pc/untitled-1_44_23.png’ for writing: No such file or directory in /homepages/11/d235636955/htdocs
thats All I can see.
PHP5,MYSQL, Folders chmod to 777 same as files and subfolders. Images size set to 44×26
If I disable “show image” then it works like a charm..
any ideas?John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 12, 2008 at 3:05 pm #274858Got a URL you can share with us?
Thanks.
John.reachthesky Friendreachthesky
- Join date:
- July 2008
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 14
- Thanked:
- 19 times in 10 posts
October 12, 2008 at 11:15 pm #274918John I do have a live URL but you won’t see the error message. since the show images option is disabled. If is a good idea, I can provide the user or password same for FTP in order to check it. ?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 13, 2008 at 1:23 am #274933hi
please edit helper.php(modulesmod_jabulletin folder)Search those lines:
$ext = strtolower(substr(strrchr($image, '.'), 1)); // get the file extension
$rzname = strtolower(substr($image, 0, strpos($image,'.')))."_{$tn_width}_{$tn_height}.{$ext}"; // get the file extension
Change to
$ext = (substr(strrchr($image, '.'), 1)); // get the file extension
$rzname = (substr($image, 0, strpos($image,'.')))."_{$tn_width}_{$tn_height}.{$ext}"; // get the file extensionreachthesky Friendreachthesky
- Join date:
- July 2008
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 14
- Thanked:
- 19 times in 10 posts
October 13, 2008 at 4:43 am #274966Thanks, that fix it. I think I saw this solution somewhere in the forum but when I applied it I left the $rzname twice by mistake.
I just realized that. -
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by boulbiz 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum