PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   The page cannot be displayed (http://www.photopost.com/forum/photopost-pro-installation-upgrades/111958-page-cannot-displayed.html)

Damir P February 4th, 2005 01:17 AM

The page cannot be displayed
 
Hello

I am trying to do a bulk upload of 10 pics but when i hit process files i got this
The page cannot be displayed

Chuck S February 4th, 2005 08:57 AM

Your php memory is bombing out and killing the script. You need to increase your php memory in the php.ini or you can try this

You can also try adding this to your bulkupload.php file

Find this

ini_set("max_execution_time", 0);

Below it add this

ini_set("memory_limit", "20M");

Damir P February 5th, 2005 12:21 AM

I can proces 10 images no more in one proces list. What do i tell my host to do in php.ini what to increase.

Thanks

Damir P February 5th, 2005 12:50 AM

Can you do something like this when i set in bulk everything i need and add 10 pics to process can you add option so that the script process 10 images and then when it shows next 10 to simply automaticly process other 10 so i dont need to push procces files button.

Chuck S February 5th, 2005 08:16 AM

You need to hit process submit button if you dont hit bypass approval button on upload screen otherwise its looking for approval

Damir P February 5th, 2005 08:55 AM

i hit it but it asks me to apove what shall i do

Chuck S February 5th, 2005 11:54 AM

You need to hit both checkbox's on the initial upload.

If I hit both these all images are processed without any action from me

Skip upload and process the files in your upload directory?

Click here to bypass approval process and upload all files in directory?

Damir P February 6th, 2005 03:15 AM

i have hit only one check box not the other one to sorry for the inconvinience Regards


All times are GMT -5. The time now is 02:01 AM.

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