ericptak
Forum Replies Created
-
Forum: Plugins
In reply to: nextgen-galleryOh, yes, Safe Mode is Off, and the folder is CHMODed correctly.
Forum: Plugins
In reply to: nextgen-galleryI just added my 172nd gallery with no problems. I subsequently decided to add images to the 12th gallery, and got the error
11.jpg (Error : Create Image failed. Check safe mode settings)
12.jpg (Error : Create Image failed. Check safe mode settings)
13.jpg (Error : Create Image failed. Check safe mode settings)
14.jpg (Error : Create Image failed. Check safe mode settings)I’ve never had a problem like this before.
Forum: Fixing WordPress
In reply to: Post by email problem with CRON JobsI have to apologize to the creators of Word Press. It’s not wp-mail.php that’s got the problem, it’s the help file for posting by email. I just found a working solution on http://www.gnu.org/software/wget/manual/wget.html
The cron job syntax that should be suggested is “wget -N http://yourwebdomain/installdir/wp-mail.php”. This works perfectly and doesn’t create hundreds of files in your root directory.
Forum: Fixing WordPress
In reply to: Post by email problem with CRON JobsI should amend the original post, as the files created are not actually html files with actual web addresses. They are all ascii text files in the root directory containing the text “There doesn’t seem to be any new mail.”
Forum: Fixing WordPress
In reply to: Post by email problem with CRON JobsActually, I just realized (after surfing several sites) that this has nothing to do with the CRON job. It has to do with wp-mail.php writing a new file every time it is accessed. I looked at the code and could not see where to change it so that it did not write a new page every time it is viewed.