@rivu
Yes all ticked, prompted to send immediately.
The main issue I have here is that it is looking like the db is not being populated in teh notification queue hence why none are going out. Email works and I think cron is working. I have another site on the same host and it works fine.
You see the member online/offline bit is working by changing so from that I am assuming the cron is working. Also data exported is working which again i believe is cron related so I am wondering if I have a bug!
I have 2 sites on the same host company.
My site with the problem has an error log in the cron folder
[05-Jan-2011 17:15:02] PHP Warning: require_once(/home/problem/public_html/ow_utilities/debug.php) [function.require-once]: failed to open stream: No such file or directory in /home/problem/public_html/ow_includes/init.php on line 27
[05-Jan-2011 17:15:02] PHP Fatal error: require_once() [function.require]: Failed opening required '/home/problem/public_html/ow_utilities/debug.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/problem/public_html/ow_includes/init.php on line 27
[04-Oct-2010 15:00:02] PHP Warning: require_once(/home/working/public_html/ow_core/autoload.php) [function.require-once]: failed to open stream: No such file or directory in /home/working/public_html/ow_includes/init.php on line 29
[04-Oct-2010 15:00:02] PHP Fatal error: require_once() [function.require]: Failed opening required '/home/working/public_html/ow_core/autoload.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/working/public_html/ow_includes/init.php on line 29
bottom error is from the site working.
I am going to strip code form the working site to the bust one... :oS