PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Cannot Upload Photos - image-inc.php error (http://www.photopost.com/forum/photopost-pro-how-do-i/130752-cannot-upload-photos-image-inc-php-error.html)

smokn28 March 2nd, 2007 07:53 PM

Cannot Upload Photos - image-inc.php error
 
I'm getting an error when I attempt to upload photos. This is the error I get returned after I hit the upload photos:

Code:

Content visible to verified customers only.
This is what is shown on the middle of that same screen:

Code:

Content visible to verified customers only.
Here's what my line #46 reads in image-inc.php:

Code:

Content visible to verified customers only.
Any help on this is greatly appreciated.

Chuck S March 2nd, 2007 08:08 PM

Your uploads directory must be set to 777 at every level for uploads to work. Same goes for your data directory also.

smokn28 March 2nd, 2007 08:35 PM

Thanks Chuck....I went through my folders....and my uploads folder and all folders under it are at 777 to include my data folder and all sub-folders under it.

Chuck S March 3rd, 2007 09:59 AM

Have you checked to see if maybe your host turned on safe mode which is a NO NO?

smokn28 March 3rd, 2007 10:03 PM

Looking at my PHP Info...and safe_mode is turned off:

"safe_mode Off Off"

Chuck S March 4th, 2007 11:01 AM

Also check your phpinfo file to see if your server paths have changed and if so update them in your global options and storage options. The error is a permissions one saying the file can not be wrote to your uploads/4 directory which means that directory is not 777 the path is wrong or safe mode is on it has to be one of those 3 I would think here.

smokn28 March 4th, 2007 11:28 AM

Busted!!

Your pinpoint on 777 got me....argh! I did overlook folder 4 as it was set to 755. Changed it to 777 and looks like I'm back in business. Appears this was only happening to me with the uploads not going through. I have no idea how that folder changed permissions.....

Also, going through the subfolders under uploads...I do see some files in the folders. Not many and certainly not all of the folders. Should I go ahead and delete any files within these folders? It would seem to me that any files inside of any subfolders under uploads may cause some issues for those members wanting to upload future photos....?

Chuck S March 4th, 2007 12:01 PM

sure go ahead and clear out all uploads folders thats the easy way out.


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