V
vVv
Guest
I tried searching on this before, even tried doing the "ini_set('memory_limit', -1);" in config.php file, and it's been sporadically happening. (usually thats just for normal "unexpected errors" not database errors, i'm tired lmao.) >_<. Host already has a ticket on it, and tried something too.. still got one just tonight.
Viewing page source.. All I seen was..
An unexpected database error occurred. Please try again later.
<!-- Mysqli statement execute error : Prepared statement needs to be re-prepared -->
Sent host that above, and they're saying "We are not seeing the provided error anywhere in the source at footish.xxx. Have you tried clearing your cache and refreshing/restarting your browser? Please let us know." lol.
Not sure what's going on, or what it could be... Most cases, there's not even a server error log on it either. Sometimes it just takes few seconds or minutes, refresh the page and it's back up again.
Edit; Tonight though I had been doing some edits/testing on a resource, which got some server errors around the time I got above error though.
That's probably it, the reason for tonight's database error. But I've gotten that above error before though, and no server logs were made... Maybe a quirky resource? lol!
Viewing page source.. All I seen was..
An unexpected database error occurred. Please try again later.
<!-- Mysqli statement execute error : Prepared statement needs to be re-prepared -->
Sent host that above, and they're saying "We are not seeing the provided error anywhere in the source at footish.xxx. Have you tried clearing your cache and refreshing/restarting your browser? Please let us know." lol.
Not sure what's going on, or what it could be... Most cases, there's not even a server error log on it either. Sometimes it just takes few seconds or minutes, refresh the page and it's back up again.
Edit; Tonight though I had been doing some edits/testing on a resource, which got some server errors around the time I got above error though.
Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'reglog_username' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, 57 minutes ago
Stack Trace
#0 /home/myuser/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/myuser/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/myuser/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `EW...', Array)
#3 /home/myuser/public_html/library/XenForo/DataWriter.php(1591): Zend_Db_Adapter_Abstract->insert('EWRutiles_reglo...', Array)
#4 /home/myuser/public_html/library/XenForo/DataWriter.php(1580): XenForo_DataWriter->_insert()
#5 /home/myuser/public_html/library/XenForo/DataWriter.php(1381): XenForo_DataWriter->_save()
#6 /home/myuser/public_html/library/EWRutiles/Model/Registration.php(40): XenForo_DataWriter->save()
#7 /home/myuser/public_html/library/EWRutiles/ControllerPublic/Register.php(33): EWRutiles_Model_Registration->submitLog(Array, Array)
#8 /home/myuser/public_html/library/XenForo/FrontController.php(310): EWRutiles_ControllerPublic_Register->actionRegister()
#9 /home/myuser/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /home/myuser/public_html/index.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
["url"] => string(36) "http://footish.xxx/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(13) {
["username"] => string(8) "spencerp"
["email"] => string(22) "ungaizeb69@hotmail.com"
["password"] => string(6) "blahblah"
["password_confirm"] => string(6) "blahblah"
["dob_month"] => string(1) "6"
["dob_day"] => string(2) "28"
["dob_year"] => string(4) "1976"
["gender"] => string(4) "male"
["timezone"] => string(16) "America/New_York"
["public_uuid"] => string(25) "1aa9d8e738c250a49986751f2"
["custom_img_captcha_response_field"] => string(5) "spoon"
["agree"] => string(1) "1"
["_xfToken"] => string(0) ""
}
}
That's probably it, the reason for tonight's database error. But I've gotten that above error before though, and no server logs were made... Maybe a quirky resource? lol!