SiteName missing on email subject line

I received an email to my "bug" email address of an database error (one that I committed) on my site.  However, the subject of the email was missing my site's name: "Database error in <SiteName>."  My site's name should have actually been where "<SiteName>" is currently.


Anyone know how to fix this?

Quote · 25 Jun 2010

You should have also noticied that the email body has nothing in place of <sitename> and would just say "Database error in "

You can pass site url instead of <SiteName> just replace the value.

go to your dolphin installation root /inc/classes/BxDolDb.php

find the string Database error in <SiteName>

and replace it with  Database error in ".$site['url']."

and that's it. Hope this helps :)

Professional Team of Dolphin Developers - http://www.thakkertech.com
Quote · 25 Jun 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.