Nonsense!

Why do we have to stomp our feet like little children around here to get anyones attention?

This error is becoming very bothersome! The sql server is timing out resulting in a bunch of errors that make no sense whatsoever! I keep getting emails about it. The sql server just stands there with it's frikkin arms crossed sayin "I ain't doin squat till you get the command right!"

An example

Query:

SELECT `ID` FROM `sys_localization_languages` WHERE `Name`='en' LIMIT 1

Mysql error: MySQL server has gone away

Found error in the file '/home/skyforum/public_html/inc/classes/BxDolEmailTemplates.php' at line 31.
Called 'getOne' function with erroneous argument #0.

 

I have deleted dozens of others. I do not understand why the powers of the Boonex team have not gotten onto this issue as it is apparent that a serious problem exists. A quick Google search tells me there could be several reasons as to why this happens one of which is the sql server thinking something is wrong and closing the connection or the connection is just flat timing out because a script is stuck somewhere. I have checked everything and cannot resolve it.

 

Having Dolphin send me my ENTIRE database, along with the access username and password in plain text format is starting to worry me just a bit. I know I can change this so it cuts the message short but I shouldn't have too.

 

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 1 Mar 2010

The code from my bx_dol_emailtemplates

function BxDolEmailTemplates() {
  $this->iDefaultLangId = $GLOBALS['MySQL']->getOne("SELECT `ID` FROM `sys_localization_languages` WHERE `Name`='" . process_db_input($GLOBALS['sCurrentLanguage']) . "' LIMIT 1");
  $this->aDefaultKeys = array(
            'Domain' => $GLOBALS['site']['url'],
            'SiteName' => $GLOBALS['site']['title'],
  );
 }

 

and my database

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 1 Mar 2010

passwords...plain text...

Hey... Ah, I wanna' share that email output?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 1 Mar 2010

Wanna hear somethin funny?

I Typed "<SiteName> Nonsense!" for the title and it stripped <SiteName>

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 1 Mar 2010

Wanna hear somethin funny?

I Typed "<SiteName> Nonsense!" for the title and it stripped <SiteName>

As a BoonEx products user, you shouldn't be surprised by anything.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 1 Mar 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.