Forums  ›  Cheetah  ›  Bug Reports
 

Seems it is looking for the old Dolphin class

 

Any chance you can share the logging code @Geek_Girl. I'm very unhappy with my email situation. Some get through, some don't. Not even to trash. Ta

 See this topic for the code: https://www.cheetahwsb.com/forum/topic/Blank-emails-but-not-all-emails.htm

Any chance you can share the logging code @Geek_Girl. I'm very unhappy with my email situation. Some get through, some don't. Not even to trash. Ta

There is no email log because when I updated to B2 I forgot to put that logging code back in.  I hadn't gotten any emails from the site outside of the periodic reports until we had a spam account to join the site.  I will put the logging code back in place and then do a join to see if that is indeed what is triggering the emails.  If so, then I know it is related to the emails that are sent when someone joins etc.

OK, sorry for reporting a known issue that has been fixed.  I need to see what the log shows for the emails.

That one has already been fixed. https://github.com/deano92964/Cheetah/issues/61

Not sure of the blank emails. This one handles out sending of reports to admin about pending items for review.

I did search through the entire script again looking for old dolphin classes. Did not find any more.

An uncaught exception was thrown in https://domain-name.com/

Type: Error

Message: Class 'BxDolEmailTemplates' not found

File: /home/domain-name/public_html/inc/classes/ChWsbCronCmd.php

Line: 194

Debug backtrace:

#0 /home/domain-name/public_html/inc/classes/ChWsbCronCmd.php(256): processAdminStats()<br />
#1 /home/domain-name/public_html/periodic/cron.php(120): processing()<br />
#2 /home/domain-name/public_html/periodic/cron.php(136): runJob(Array)<br />

Called script: /home/domain-name/public_html/periodic/cron.php

Also got some blank emails today; they appeared to be part of the new member joined.  I haven't traced them down yet.  Could be related to this error; the blank emails are looking for an old Dolphin class perhaps?  

Forums  ›  Cheetah  ›  Bug Reports