Mysqli prepare error: Unknown column 'vb_picture_id' in 'where clause'

alfa1

Well-Known Member
When selecting option 9 'Clean up picture & comments data' in the CLI Importer.php I am getting this error:

Server Error Log
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'vb_picture_id' in 'where clause' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, A moment ago
Stack Trace
#0 /library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('DELETE FROM xen...')
#1 /library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'DELETE FROM xen...')
#2 /library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('DELETE FROM xen...')
#3 /library/Nobita/Teams/Importer/CLI/Importer.php(378): Zend_Db_Adapter_Abstract->query('DELETE FROM xen...')
#4 {main}
Request State
array(3) {
["url"] => string(7) "http://"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

I am using groups 2.5.9.e
 
Seem you are running clean up data many times. I will add some code to prevent the error.
 
Thanks. As soon as the fix is released, I can continue with the migration test. (everything else works. Just need groups import to work)
 
Back
Top