Quote:
Originally Posted by BadgerDog
I have one ghost user currently and I've set the option to clean it up for seven days, so theoretically, that should expire tomorrow. I'll let everyone know if that doesn't happen.
I have another mod that cleans out users "awaiting email" responses set to delete them after 14 days of them not validating, which is why I set this mod to 7 days so the other didn't interfere with the "do not delete" function of Lancerforhire's mod.
I also run vbMail Pro by Dragonbytes, which has a bounced mail handler and I notice that my ghost user shows up in their bounced email list, but I'm hoping they don't do anything to screw up this mod's handling of that ghost user email address and account. I think they simply use a field in the user record to set if there's bounced emails, so they don't send additional newsletters to users who have previously had an email bounce.
Regards
Doug
|
The problem is not the ghost buster not working; the ghost buster running fine, but there are no ghost users to delete. When this happens, the script halts execution as I coded it to. The problem with this is that the ghost buster is running on one of vBulletin's cron hooks; it is not in it's own PHP file as I initially intended. So, it is theoretically possible for ghost buster to prevent any cron jobs on the same hook with a succeeding execution order from functioning. I believe this is what is happening.