PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Uploaded photos don't appear in albums? (http://www.photopost.com/forum/photopost-pro-how-do-i/148539-uploaded-photos-dont-appear-albums.html)

AlpineZone August 4th, 2012 09:35 AM

Uploaded photos don't appear in albums?
 
I've been having issues just recently uploading photos. I didn't change anything and I belive some of my forum members are succesfully uploading images, but I tried uploading some and it says succesfull, but then they don't show up in the album. Any ideas why this might happen?

Chuck S August 4th, 2012 09:38 AM

Only one issue I know of that does that and its a server issue well documented here. Are you by chance uploading files larger than your maximum allowed php filesize which is normally 2mb?

If so try uploading a smaller file and see if it uploads. If it uploads fine then this is your issue. You need to upload files smaller than the maximum allowed size or you need to alter your servers PHP settings to allow larger uploads.

AlpineZone August 4th, 2012 09:41 AM

Nope, if I exceed the file size I get a clear warning that says I have exceeded file size. I did also update the max file size to 4mb.

It's odd because I do see some other members able to upload images. This was reported to me by a member and when I went to try upoading his images I saw the same problem.

PS, do you work 24 hours a day? haha.

Chuck S August 4th, 2012 09:50 AM

Well i would need more info but clearly if no image is processed no image is making its way to photopost pro that much u know.

If your using flash uploading turn that off and upload and see what happens

AlpineZone August 10th, 2012 06:37 PM

Chuck it seemed disabling flash uploader worked. Although earlier, flash uploader did seem to work, so I'm not sure what changed. Any common themes to look for?

However, now the member who was having issues reported to me is getting this error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 22676 bytes)

Chuck S August 10th, 2012 08:11 PM

As far as flash upload I did some research here to refresh my memory and maybe possibly if it worked before mod security was turned on on your server. I know flash upload will not work with mod security on.

That memory error is common when using GD2. You can try setting your php memory a little higher by adding an ini_set line in your pp-inc.php file at the top of it after the error_reporting line like so

Code:

Content visible to verified customers only.


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