I have a script on my forum where members can send a text to a number (from their mobile phone) they receive a password, they enter it into my script which 'upgrades' them. However it's randomly stopped working and i can't seem to find a fix... i receive this email every time a member tries to enter the code:
Database error in vBulletin 3.8.4:
Invalid SQL:
UPDATE session
SET lastactivity = 1286331448, inforum = 0, inthread = 0, incalendar = 0, badlocation = 0, useragent = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16'
WHERE sessionhash = '30dbc038a03d3361569fe927a9cc021f';
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Wednesday, October 6th 2010 @ 03:17:28 AM
Error Date : Wednesday, October 6th 2010 @ 03:20:37 AM
Script : /sms_signup.php
Referrer : /sms_signup.php
IP Address : ..........
Username :....................
Classname : vB_Database
MySQL Version :
The only thing i can think of regarding the database is i recently disabled pconnect for security reasons, and started using connect. I changed this in includes/class_core.php - maybe the script relies on it?
Question
game_over
I have a script on my forum where members can send a text to a number (from their mobile phone) they receive a password, they enter it into my script which 'upgrades' them. However it's randomly stopped working and i can't seem to find a fix... i receive this email every time a member tries to enter the code:
The only thing i can think of regarding the database is i recently disabled pconnect for security reasons, and started using connect. I changed this in includes/class_core.php - maybe the script relies on it?
Link to comment
Share on other sites
10 answers to this question
Recommended Posts