PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Another uploading error/problem/bug (http://www.photopost.com/forum/photopost-pro-how-do-i/129473-another-uploading-error-problem-bug.html)

seeker December 22nd, 2006 04:46 PM

Another uploading error/problem/bug
 
When myself or my users upload a pic it says "completed" or whatever but isn't showing it in photopost.

What did I do now? :P

Chuck S December 22nd, 2006 04:58 PM

PHP is set to a max upload size of 2mb so if your trying to upload a file larger than this your going to have problems with this as your server will drop the file so there is nothing to process. The issue is from your PHP and not Photopost.

Only way around that is to edit the php.ini file and change your max file uploadsize higher but you may not be able to do this.

You may be able to place this below in an htaccess file in your web root an that will raise the limit but not all servers support that

Code:

Content visible to verified customers only.

seeker December 22nd, 2006 05:39 PM

I did that, attempted to upload a 3mb .jpg and got the ever dreaded white screen.

:(

Chuck S December 22nd, 2006 06:20 PM

Try uping your memory_limit variable

seeker December 23rd, 2006 12:26 AM

It\'s doing that even with 30k .jpg files.

you click upload, it says successful then it\'s the white screen.

Chuck S December 23rd, 2006 10:51 AM

Clear your uploads directory as the large file is still there.

seeker December 23rd, 2006 12:20 PM

okay after doing that and restarting apache I get..


"Unable to read the format of file: httpdocs/forums/media/data/500/medium/2_23_06.JPG"

after attempting to upload a 3.4mb .jpg

It did upload to the upload dir but did not process.

Chuck S December 23rd, 2006 12:50 PM

Your server path to the data directory is incorrect if thats your exact error

Correct the global options paths to be the correct data directory path and save then go to storage options and hit revert and save twice to load the corrected path.

Your only entering half your path

seeker December 23rd, 2006 12:59 PM

no, I was just editing out the url

the path is correct.

seeker December 23rd, 2006 06:11 PM

So we still have the problem on the larger files ""Unable to read the format of file:" ect, ect...

even though it does upload it to the upload dir, but it then doesn\'t process it.

Chuck S December 23rd, 2006 09:09 PM

I would suggest two things one of which I already did

Make sure your uploads directory is clear which you did and then make sure per the install instructions the data directory is set to 777 permissions every level down. Meaning your medium directory could not be set to 777 now that would cause an issue.

seeker December 23rd, 2006 09:13 PM

"Meaning your medium directory could not be set to 777 now that would cause an issue."

what would it need to be set to then?

Chuck S December 24th, 2006 08:50 AM

All data directories at every level need to be 777

seeker December 26th, 2006 04:27 PM

works! thanks


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