PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Doh, white screen when uploading. (http://www.photopost.com/forum/photopost-pro-how-do-i/128661-doh-white-screen-when-uploading.html)

seeker November 12th, 2006 11:46 PM

Doh, white screen when uploading.
 
What did I do? :x

Chuck S November 13th, 2006 06:38 AM

http://www.photopost.com/forum/showp...15&postcount=4

That should help you

seeker December 6th, 2006 06:07 AM

Thanks, that fixed it for a while. I set the upload limit ini_set("memory_limit", "2000M");

Now I've uploaded a video into my upload dir but when I press on the skip button it says it process it and then I get a white screen and the video isn't in the categories.

Chuck S December 6th, 2006 08:59 AM

2000M what in the world you dont do that at all. If the memory can not be allocated it will go back to default 8mb

I suggest you clear all uploads in the uploads directory and set memory to 40M this should be fine

If you continue to have issues try installing Imagemagick on the server which does not use PHP's memory.

seeker December 8th, 2006 05:28 AM

I am confused, this video file is 300mb though, so I would need to set it to say 320M?

?

Chuck S December 8th, 2006 08:58 AM

This thread talks on memory for PHP

Usually filesize uploadable is set in the max_uploaded_filesize variable

If you want to process a filesize as this you can raise your PHP memory but I hope you have your own server and popped in some memory to be able to assign that to PHP without crashing things.

seeker December 8th, 2006 02:39 PM

I've been trying to get this video to go through. I uploaded the 290mb video to my upload dir. I went through the upload process and clicked the box. I get to the:
"Preparing to process image list!"
and
then it tries to ahve me download the bulkupload.php

Chuck S December 8th, 2006 04:05 PM

Yes your PHP is timing out. I dont know of anyone trying to process files that large. What is your max execution time?

seeker December 11th, 2006 05:15 AM

I know I've done this before with several 600-900mb videos. I don't know why it's not working now.

I upload the video to upload/1 (my upload dir)

browse the file on my hd, fill out the info fields, click on skip upload process and submit, right?

Thank you for all the help. :)

Chuck S December 11th, 2006 09:15 AM

Yes that is exactly what you do.

Try cleaning your uploads directory of all files except that one and all I know to tell you to do is to alter the PHP settings noted. I dont know anyone who has gone to that extreme.

seeker December 11th, 2006 09:25 AM

Is it abnormal to host those large of videos? I thought it was becoming pretty common on the net now.

Thanks I will try right now!

seeker December 11th, 2006 09:30 AM

Booya, worked. ;)

TY! This will be good to know for the future, we'll prob have hundreds of large videos like these.

Chuck S December 11th, 2006 09:34 AM

The issue is of PHP server timeouts. people upload video all the time I just never heard of anyone uploading 300mb files before is all ;)


All times are GMT -5. The time now is 10:47 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