Page 1 of 1

Blank page after image upload

PostPosted: Tue Jul 11, 2006 6:50 am
Author: BoneHead
I've recently moved servers due to hosting issues. Once I've moved I've noticed that the photo aulbum is no longer working correctly.

The issue is when I go to upload a picture it allows me to select my image and hit upload. It acts like it works (sends the request to the server) but instead of finishing the upload and presenting me a page with the fact that it was done I just get a blank white page.

No errors, no discription, no nothing.

Re: Blank page after image upload

PostPosted: Thu Dec 14, 2006 3:31 am
Author: doswald
Dear All,

I have the same problem with BoneHead. After I moved the IM from one server to another, I can't upload pictures in the Album. I tried but Blank White Page appears. And when I checked there nothing uploaded.

Can somebody help us?

Regards,
Doswald

Re: Blank page after image upload

PostPosted: Thu Dec 14, 2006 3:35 am
Author: found it
Hi

Have you checked your server has GD2 enbled as this causes errors with the album...?

Re: Blank page after image upload

PostPosted: Thu Dec 14, 2006 7:05 pm
Author: Teelk
Try uploading a copy of album_upload_body.tpl from the fisubice theme into the theme you're using. There's a bad copy of this file floating around some of the themes.

Re: Blank page after image upload

PostPosted: Thu Dec 14, 2006 7:57 pm
Author: doswald
Dear Teelk & found it,

Thanks for your reply. However,

Hi

Have you checked your server has GD2 enbled as this causes errors with the album...?


Yes, my GD2 is enabled.

Try uploading a copy of album_upload_body.tpl from the fisubice theme into the theme you're using. There's a bad copy of this file floating around some of the themes.


Teelk, there's now changes in my theme, I'm still using fisubice. What else do you thinks guys is the problem?

Thanks and regards,
Doswald

Re: Blank page after image upload

PostPosted: Fri Dec 15, 2006 12:08 pm
Author: Teelk
Backup you're album_upload.php file. Then remove all @ characters from the file and try to upload an image again, you should now receive an error message, which should shed more light on the problem.

Re: Blank page after image upload

PostPosted: Sat Dec 16, 2006 2:56 am
Author: doswald
Thanks guys, I solved this problem by fixing GD issue, uncommented in php.ini and pointed to the directory of my PHP (i forgot i installed PHP in drive D)

now it's working and white page (blank page) issue has been resolved.

thanks to all.

regards,
doswald

PostPosted: Tue Dec 19, 2006 3:03 pm
Author: shedt_v
what did you change in your php.ini ?

PostPosted: Tue Dec 19, 2006 7:46 pm
Author: doswald
"shedt_v";p="18612" wrote:what did you change in your php.ini ?


hello. in your PHP.ini (mine is in the directory of C:WINNTphp.ini (because I use Windows Server)) look for the line extension=php_gd2.dll and uncomment it (or remove ";"). refer to the image:

[flash=,:4t3dh4t3]http://i19.photobucket.com/albums/b164/doswald/PHPBB/gd2.jpg[/flash:4t3dh4t3]

and on the same file (php.ini) look for this line extension_dir = ".", this is the directory of your extension under your PHP program directory, uncomment it also (remove ";"). in my case I installed it in D:Program Files (look for yours), please refer to the image I attached.

[flash=,:4t3dh4t3]http://i19.photobucket.com/albums/b164/doswald/PHPBB/directory.jpg[/flash:4t3dh4t3]

hope i contribute.

regards,
doswald