PDA

View Full Version : Database errors


sateurope
01-23-2008, 05:19 PM
We get lots of database errors in the /includes/class_core.php on line 274.

Is there something that can be done about this?

New at this so not to technical in the awnsers:eek:

Opserty
01-23-2008, 05:30 PM
You might be able to.

[/sarcasm]

Care to share error messages or are they top secret?

snakes1100
01-23-2008, 08:05 PM
[/sarcasm]

Care to share error messages or are they top secret?

Will we need a super duper decoder ring?... :D

Marco van Herwaarden
01-24-2008, 06:53 AM
Please post the full error message.

sateurope
02-14-2008, 05:46 PM
Warning: Invalid argument supplied for foreach() in /includes/class_postbit.php(296) : eval()'d code on line 42

Opserty
02-14-2008, 07:35 PM
Warning: Invalid argument supplied for foreach() in /includes/class_postbit.php(296) : eval()'d code on line 42
Disable your modifications and enable them one by one, checking every time to see if the error still occurs. It will probably be a plugin with the hook location postbit_... (although you can check by going to line 296 of class_postbit.php).

sateurope
02-18-2008, 06:51 PM
Invalid SQL:

SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','style cache','languagecache','products','pluginlist','cr on','profilefield','userstats' ,'birthdaycache','maxloggedin','iconcache','eventc ache','mailqueue');

MySQL Error : Lost connection to MySQL server during query Error Number : 2013
Date : Monday, February 18th 2008 @ 08:11:33 PM

Opserty
02-18-2008, 07:14 PM
<a href="http://www.vbulletin.com/docs/html/troubleshoot_mysql_goneaway" target="_blank">Lost connection to MySQL server during query</a>