XF 1.2 Table 'forum.xf_deferred' doesn't exist

Goodspeed

Member
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
 
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).
 
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?
 
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) {
  }
}
 
Top Bottom