Topic: Newsletter
Hi all,
I have PunBB installed and being used from within a CMS Made simple installation. All works fine until i try to install the newslstter plug-in.
At first the install script couldn't alter my database tables so i had to do it manually.
But now i have it installed it doesn't send any newsletters. Here is the error i get:
Fatal error: Call to a member function on a non-object in /home/slwincou/public_html/fayestevenson-co-uk/modules/PunBB/plugins/AP_Newsletter.php on line 88
Line 88 =
$result = $db->query("SELECT DISTINCT email FROM ".$db->prefix."users WHERE newsletter='true'") or die(mysql_error());
any ideas what this could be?
Kind regards
Simon W