Goodspeed Member Aug 1, 2013 #1 Hi there! Getting this error in server message error. Started receiving these errors after upgrade to 1.2.0 Code: Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'forum.xf_deferred' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77
Hi there! Getting this error in server message error. Started receiving these errors after upgrade to 1.2.0 Code: Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'forum.xf_deferred' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77
P Paul B XenForo moderator Staff member Aug 1, 2013 #2 Did you encounter any errors during the upgrade? That table should have been created during the process. Upvote 0 Downvote
Did you encounter any errors during the upgrade? That table should have been created during the process.
Mike XenForo developer Staff member Aug 1, 2013 #3 Are you still receiving it? That would indicate the upgrade failed. Otherwise, it's possible there's a race condition where it could be triggered before the upgrade was complete (which isn't worth worrying about). Upvote 0 Downvote
Are you still receiving it? That would indicate the upgrade failed. Otherwise, it's possible there's a race condition where it could be triggered before the upgrade was complete (which isn't worth worrying about).
Goodspeed Member Aug 1, 2013 #4 No errors were whoen during uprgade. The last time I got that error - 60 minutes ago. Not repeating anymore. So everything is OK with upgrade process as I understood? Upvote 0 Downvote
No errors were whoen during uprgade. The last time I got that error - 60 minutes ago. Not repeating anymore. So everything is OK with upgrade process as I understood?
Mike XenForo developer Staff member Aug 1, 2013 #5 How long ago did you do the upgrade? Upvote 0 Downvote
Goodspeed Member Aug 1, 2013 #6 I started it exactly about an hour ago. So I'm connecting this error to upgrade process. I can see numerous similar errors during that time period. Upvote 0 Downvote
I started it exactly about an hour ago. So I'm connecting this error to upgrade process. I can see numerous similar errors during that time period.
Mike XenForo developer Staff member Aug 1, 2013 #7 Yeah, it looks like a race condition then. Not totally sure what would've triggered it but safe to ignore. Upvote 0 Downvote
Yeah, it looks like a race condition then. Not totally sure what would've triggered it but safe to ignore.
Goodspeed Member Aug 1, 2013 #8 Ok, thanks alot! But bad news, started to receive these errors again This is typical content of request: Code: array(3) { ["url"] => string(21) "http://mydomain.com/" ["_GET"] => array(0) { } ["_POST"] => array(0) { } } Upvote 0 Downvote
Ok, thanks alot! But bad news, started to receive these errors again This is typical content of request: Code: array(3) { ["url"] => string(21) "http://mydomain.com/" ["_GET"] => array(0) { } ["_POST"] => array(0) { } }
Mike XenForo developer Staff member Aug 1, 2013 #9 Can you submit a ticket with admin CP and FTP details so I can look into this? Upvote 0 Downvote