SQL Error bei Konvertierung
Verfasst: 13.09.2007 13:45
Hallo Community,
ich wollte heute von phpBB2 auf phpBB3 wechseln; jedoch bekam ich bei der Konvertierung folgenden Fehler:
General Error
SQL ERROR [ mysql ]
Table 'userconv' already exists [1050]
SQL
CREATE TABLE userconv ( user_id mediumint(8) NOT NULL, username_clean blob NOT NULL )
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: _install/convertors/functions_phpbb20.php
LINE: 1789
CALL: dbal_mysql->sql_query()
FILE: _install/install_convert.php(1004) : eval()'d code
LINE: 2
CALL: phpbb_check_username_collisions()
FILE: _install/install_convert.php
LINE: 1004
CALL: eval()
FILE: _install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: _install/index.php
LINE: 363
CALL: install_convert->main()
FILE: _install/index.php
LINE: 235
CALL: module->load()
Muss ich was an der SQL Datenbank ändern, oder kann ich das Problem lokal beheben? Wenn ja, wie?
Danke im Voraus.
ich wollte heute von phpBB2 auf phpBB3 wechseln; jedoch bekam ich bei der Konvertierung folgenden Fehler:
General Error
SQL ERROR [ mysql ]
Table 'userconv' already exists [1050]
SQL
CREATE TABLE userconv ( user_id mediumint(8) NOT NULL, username_clean blob NOT NULL )
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: _install/convertors/functions_phpbb20.php
LINE: 1789
CALL: dbal_mysql->sql_query()
FILE: _install/install_convert.php(1004) : eval()'d code
LINE: 2
CALL: phpbb_check_username_collisions()
FILE: _install/install_convert.php
LINE: 1004
CALL: eval()
FILE: _install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: _install/index.php
LINE: 363
CALL: install_convert->main()
FILE: _install/index.php
LINE: 235
CALL: module->load()
Muss ich was an der SQL Datenbank ändern, oder kann ich das Problem lokal beheben? Wenn ja, wie?
Danke im Voraus.