Upon installing VW4 beta 4 on XF 1.2, I am getting this error:
Code:
An exception occurred: Mysqli statement execute error : Incorrect index name '' in /public_html/test4/library/Zend/Db/Statement/Mysqli.php on line 214
Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in /public_html/test4/vault/core/controller/db/xf.php at line 121
vw_DB_Controller_XF->query_write() in /public_html/test4/vault/core/controller/dbalter/vw.php at line 273
vw_DBalter_Instance->execute_query() in /public_html/test4/vault/core/controller/dbalter/mysql/vw.php at line 131
vw_DBalter_MySQL_Controller->create_table() in /public_html/test4/vault/core/controller/install/db/create/vw.php at line 58
vw_Install_DB_Create_Controller->execute() in /public_html/test4/vault/core/controller/install/full/steps/vw.php at line 31
{closure}() in /public_html/test4/vault/core/controller/progress/vw.php at line 80
vw_Progress_Controller->call() in /public_html/test4/vault/core/controller/cp/progress/vw.php at line 39
vw_CP_Progress_Controller->process() in /public_html/test4/vault/core/controller/cp/install/vw.php at line 143
vw_CP_Install_Controller->install() in /public_html/test4/vault/core/controller/cp/install/vw.php at line 74
vw_CP_Install_Controller->execute() in /public_html/test4/vault/cp/global.php at line 72
require_once() in /public_html/test4/vault/install/index.php at line 40
array(3) {
["url"] => string(74) "/test4/vault/install/index.php?step=1&nostyle=1"
["_GET"] => array(2) {
["step"] => string(1) "1"
["nostyle"] => string(1) "1"
}
["_POST"] => array(4) {
["step"] => string(1) "1"
["nostyle"] => string(1) "1"
["_xfToken"] => string(8) "********"
["do"] => string(1) "1"
}
}
This occurs when creating the database tables. The name of the table being created should be directly above this error. Knowing the name of the table will make finding the problem much easier. Thanks.
This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.