Quote:
Originally Posted by calorie
@Lamby1973: that 'bad open' message only happens when the following in edit or upload fails.
Code:
$photoplog_handle = @fopen($photoplog_directory_name."/index.html","w")
// try taking off the @ to see what error message PHP gives
|
I was getting this error too, and I'd set the chmod correctly, and its not in safe mode.
What caused it was that the PhotoPlog Directory and Upload Directory in the ACP weren't set to to the correct paths. I've adjusted them and it works.