Quote:
Originally Posted by Gryphon
Going to need a bit more information to be able to help. Are there errors?
|
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE vb_gwowevents SET
`charurl` = 'r=Arygos&n=Censored',
`level` = '70',
`title` = '',
`faction` = 'Horde',
`factionid` = '1',
`gender` = 'Male',
`genderid` = '0',
`race` = 'Undead',
`raceid` = '5',
`class` = 'Priest',
`classid` = '5',
`talentspec` = '20,41,0',
`talent1` = '20',
`talent2` = '41',
`talent3` = '0',
`guild` = '',
`guildurl` = 'r=Arygos&n=&p=1',
`hp` = '6891',
`mp` = '10065',
`str` = '38',
`agi` = '43',
`sta` = '368',
`int` = '515',
`spi` = '521',
`arm` = '1359',
`strbase` = '38',
`agibase` = '43',
`stabase` = '59',
`intbase` = '143',
`spibase` = '163',
`armbase` = '1359',
`prof1` = 'Engineering',
`skill1` = '375',
`prof2` = 'Mining',
`skill2` = '375',
`cooking` = '375',
`firstaid` = '375',
`fishing` = '375',
`riding` = '300',
`armorydata` = '1' WHERE `realmchar` = 'Arygos.Censored';
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Thursday, February 21st 2008 @ 06:27:46 PM
Classname : vb_database
If I run the same SQL call from phpmyadmin it goes fine. I think vBulletin is closing the connection to the database while the cron is running.