thanks to thoul for the help... he pointed out that
Code: Select all
".(($userdata['user_level'] == ADMIN)? "" : " AND c.cat_id<>'".HIDDEN_CAT."'" )."
it's working now.
Code: Select all
".(($userdata['user_level'] == ADMIN)? "" : " AND c.cat_id<>'".HIDDEN_CAT."'" )."
Try switching the email method in the ACP to SMTP instead of localhost and see if that worksJSlayton2002 wrote: OK, whenever someone trys to report a post then it gives them this error message.
Failed sending email :: PHP ::
DEBUG MODE
Line : 242
File : /homepages/20/d88458485/htdocs/includes/emailer.php