PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Blank white page after uploading an image (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117090-blank-white-page-after-uploading-image.html)

n_wattam December 19th, 2004 04:14 PM

Blank white page after uploading an image
 
I have just installed the script, and when i upload an image, all i get is a white page loaded on my screen

"http://www.kiteforums.net/gallery/upload.php"

I checked in my ftp software and folders where created and the files are there.

I then went back to the gallery its self but there is not images there to see?????

V-Rodforums December 19th, 2004 04:32 PM

Re: Blank white page after uploading an image
 
That sounds the similar to the issue that I had, turned out to be line 281 of the forum/includes/functions_gallery_imageedit.php file. $imginfo['type'] = @image_type_to_mime_type($imagedata[2]);

I commented the line out and corrected the issue.

n_wattam December 19th, 2004 04:38 PM

Re: Blank white page after uploading an image
 
Just tryied this, and again when i click to submit the image a white page is displayed... :(

Brian December 19th, 2004 04:40 PM

Re: Blank white page after uploading an image
 
If you'd like to submit a support ticket via the Members' Area here I'll be glad to take a look and see what the problem is.

n_wattam December 19th, 2004 04:51 PM

Re: Blank white page after uploading an image
 
Cheers, Done..

ArN December 28th, 2004 06:18 PM

Re: Blank white page after uploading an image
 
was it resolved? having a forum is useless if the solutions aren't here, right?

ConqSoft December 28th, 2004 06:26 PM

Re: Blank white page after uploading an image
 
You can check the status of your support tickets in the Members Area (link off the Home Page here).

Pryce December 28th, 2004 07:21 PM

Re: Blank white page after uploading an image
 
I posted a ticket and it was closed but the solution suggested using FTP. The files fail even when I use the FTP method if they are over 1.5MB. I've posted a reply to the ticket, but I don't know if you see those Brian.

Brian December 28th, 2004 09:14 PM

Re: Blank white page after uploading an image
 
Quote:

Originally Posted by Max
That sounds the similar to the issue that I had, turned out to be line 281 of the forum/includes/functions_gallery_imageedit.php file. $imginfo['type'] = @image_type_to_mime_type($imagedata[2]);

I commented the line out and corrected the issue.

noran01 - Please try what Max suggested.

Pryce - I'm sorry, I did miss your reply to that ticket since it was closed. If you'd like to submit another one I'll be glad to look into it.

ttiger January 19th, 2005 07:59 PM

Re: Blank white page after uploading an image
 
Was this resolved? I'm having the same problem.

I uploaded tons of images no problem. Then all the sudden I created a sub category and tried uploading the images and I get a blank page. Sometimes it happens on the first batch of 100 sometimes on the 2nd, or 3rd or 4th etc. There Doesn't seem to be any logic to it. I have tried doing them in different batch amounts doesn't change it.

Slave January 20th, 2005 11:35 PM

Re: Blank white page after uploading an image
 
For those having problems with a blank upload.php file .. go to the following thread ..

http://www.vbulletin.com/forum/showt...319#post748319

I was getting the blank upload.php problem just trying to upload one image and the advise in the above thread has fixed the problem .. :)

ttiger January 21st, 2005 05:17 PM

Re: Blank white page after uploading an image
 
Thanks for the post but that doesn't apply to my server.

Brian January 21st, 2005 05:22 PM

Re: Blank white page after uploading an image
 
Try looking in your forum/includes/functions_gallery_imageedit.php file for this code and remove it:
Code:

Content visible to verified customers only.

MorrisMcD January 30th, 2005 09:35 PM

Re: Blank white page after uploading an image
 
Quote:

Originally Posted by Brian
Try looking in your forum/includes/functions_gallery_imageedit.php file for this code and remove it:
Code:

Content visible to verified customers only.


I removed this.. This did not work for me neither :(

sirchadlington February 13th, 2005 04:25 PM

Re: Blank white page after uploading an image
 
I got the same problem, and I figured out that it only occurs when you have a large ammount of images you want to bulk upload.

If you try choosing 100 to process at a time, you\'ll get the white screen.

Instead, try doing 10 or 20 and you\'ll see that it works fine. This is because the POST command in php seems to only handle a max amount of files at a time...

sirchadlington February 13th, 2005 04:25 PM

Re: Blank white page after uploading an image
 
looks like 10 files at a time was the max for me.


All times are GMT -5. The time now is 04:56 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97