PDA

View Full Version : Problems after server move


SteveRobWhatever
05-19-2009, 08:52 AM
I recently moved to a new host and server and now when I go to upload a new image I am getting this error:

Content visible to registered users only.

What can be done to remedy this? Thank you in advance for your help.

SteveRobWhatever
05-19-2009, 09:06 AM
Just FYI....I chmod all the photoplog files to 777 and now I am getting this error:

Content visible to registered users only.

Morgan
05-19-2009, 07:27 PM
For the imagetypes error message, check http://www.photoplog.com/forum/showthread.php?t=1637

SteveRobWhatever
05-23-2009, 06:50 AM
Ok I recompiled PHP with GD library support but now I have a new issue. When I go to upload an image i am now getting this error message:Content visible to registered users only.I did a search and somewhere (vbulletin.org) someone suggested to make sure PHP Safe Mode was turned on and it is. How can this be fixed so I can upload images?

Morgan
05-23-2009, 05:27 PM
PhotoPlog requires that safe mode be off. You also need to make sure 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.

SteveRobWhatever
05-24-2009, 05:41 PM
That did the trick, thank you!