PDA

View Full Version : Upload.php on line 171 Error


Majestic
02-14-2008, 06:21 AM
I just updated to the latest version of photoplog a few days ago, almost a week actually and now when I or one of my users who can upload images attempts to do so the following error appears at the top of the page.

Content visible to registered users only.

The following appears where the upload message usually appears:

Content visible to registered users only.

Does anyone know what has gone wrong? Any help is solving this would be greatly appreicated.

EDIT: I discovered I didn't chmod my image directory to 777. I just did so and attempted to upload only to get a new error message:

Content visible to registered users only.

The following appears where the upload message usually appears:

Content visible to registered users only.

Morgan
02-14-2008, 06:28 AM
Check that the PhotoPlog images directory, and all subdirectories within the PhotoPlog images directory, have 777 permissions. On a *nix server, to set 777 permissions in one go via hell, cd to your PhotoPlog images directory, and then type the following:
Content visible to registered users only.

Majestic
02-14-2008, 08:43 AM
As I mentioned in my earlier post I chmod the images directory(/photoplog/images) and all folders inside to 777 but still get an error.

Content visible to registered users only.

Content visible to registered users only.

Majestic
02-18-2008, 11:43 PM
After my upgrade I am getting this error when attempting to upload.

Content visible to registered users only.

My image folder and all subfolders are chmod to 777 and my config file is directed to the correct path.

Any help would be appreicated.

Qia
02-19-2008, 11:05 AM
Doh, misread, sorry. Disregard this post. Hope you get some support

Morgan
02-19-2008, 04:56 PM
Double check that the permissions are 777 on all directories inside the PhotoPlog images directory and that PHP is configured with safe mode set to off:
Content visible to registered users only.

Majestic
02-19-2008, 11:22 PM
Content visible to registered users only.

They are all on 777. But how do I check to see that PHP safe mod is set to off?

Morgan
02-22-2008, 05:34 AM
Look for safe_mode on your PHP info page. The following code will generate a PHP info page for you:
Content visible to registered users only.