PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   Error message when uploading an image. (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/119810-error-message-when-uploading-image.html)

HUMMER November 25th, 2005 08:24 PM

Error message when uploading an image.
 
When I try to upload a picture to my gallery I get the following message
"An error occurred while attempting to create a folder for your files. If the problem persists, please notify the webmaster"

My website is www.orchidgeeks.com/gallery
Does anyone have any idea on what the problem might be?

Thanks
-Dave

Chuck S November 25th, 2005 08:33 PM

When you installed the application did you set the files directory under gallery directory to 777 and did you specify the correct path and url in gallery options in admincp?

HUMMER November 25th, 2005 08:37 PM

O before I just chomed the directory.

I just chomed the files in the directory 777 of "gallery" and when I try and upload an image I get a blank screen...hmmm??

trackpads November 25th, 2005 08:54 PM

I just uploaded one fine and got the "must be reviewed by a moderator' message, no errors.

Can you check to make sure it went up ok?

Also, blank pages usually mean a template error but your gallery looks fine to me.

-Jason

HUMMER November 25th, 2005 09:08 PM

Hey your upload worked I validated it...but I myself am still getting a blank screen when uploading... I even tried different browsers and logging out of my user name

trackpads November 25th, 2005 09:09 PM

Hmm, your gallery is working like its supposed to. Why it isnt for you I dont know. Have tried uploading into the same forum I did to see if it wasnt a gallery forum permission error?

HUMMER November 25th, 2005 09:15 PM

Just tried the same forum as yours and I get the same blank screen.

Chuck S November 25th, 2005 09:57 PM

Are you uploading an image over 2mb which is the default PHP server max?

If your PHP memory which by default is set to 8M and your using GD then it could bomb out on large files

At the top of your upload.php file you could try placing these to override PHP's setting's

Code:

Content visible to verified customers only.

HUMMER November 26th, 2005 12:30 PM

I just copied the code you mentioned and put it in the upload.php so far no effect.

I've determined any file size bigger than 8 kilobytes it gives me a blank screen. I looked at my FTP upload folder I can see all the pics which were uploaded even big files, however they do not show up in the gallery itself.

Chuck S November 26th, 2005 12:32 PM

Interesting are you using GD2? If you have imagemagick on the server what happens if you use this processor?

HUMMER November 26th, 2005 12:43 PM

What is GD2? I do not have imagemagick on my server. :(

Chuck S November 26th, 2005 12:51 PM

There are two imageprocessor's one can use to upload images GD or Imagemagick(mogrify)

Now since GD is part of PHP and it processes image it uses PHP memory and if PHP memory runs out you can see behavior such as this. The little tweak I gave you works in most cases for people with GD and memory issues.

Have you cleared your upload directory of unprocessed files and tried uploading again?


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