View Single Post
  #2  
Old 07-24-2006, 06:11 PM
MikeD's Avatar
MikeD MikeD is offline
Orange Plog
 
Join Date: Jun 2006
Location: Cologne / Germany
Posts: 487
Gallery: 10
Comments: 2
Post My To Do List

A Bad Open Error results in writing the PhotoPlog Index file. This means: PhotoPlog can't write the Index.php file because of failed upload of a picture. Then you will get an error message like Bad Open - Cannot Open the images Directory for Writing

I'm positive your '\images' folder not being writeable. I'd check this and all folders inside to have the correct permissions! I'm sure your problem is kinda messed up with the correct given path:

Config.php
Code:
Content visible to registered users only.
PhotoPlog Permissions
Check available permissions for...
  • both '/tmp' and '/images' directories
  • ACP Forum Permissions (Can Upload Files?)
to see whether PhotoPlog is allowed to get access in both Dir's.

PhotoPlog Server Path
  • Are you absolute sure that the entered path within PhotoPlog Settings is correct?
PHP Forum Path
Another way would be: Try to check out your Forum Path of your site. All you have to do is as follows...

Copy the following into a file named 'mypath.php' or whatever you want to name.
Code:
Content visible to registered users only.
Now FTP it into your Main Forum Directory, then call it from your browser, like: http://www.your_site.com/mypath.php and it should tell you immediately your current Forum Server Path.

Did you try this way of $photoplog_handle? See Morgan's Post #2!

If all ways won't help you I think it's time to give us your PhotoPlog Path of your forum. I'm sure we can fix it -Mike
Reply With Quote