I have phpBB2.0.19 version and i want to convert to phpBB3 RC4 but i give this Error Message:
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Got error 134 from storage engine [1030]
SQL
SELECT posts.post_id, posts.topic_id, posts.forum_id, posts.poster_id, posts.poster_ip, posts.post_time, posts.enable_bbcode, posts.enable_html, posts.enable_smilies, posts.enable_sig, posts.post_username, posts_text.post_subject, posts.post_edit_time, posts.post_edit_count, posts_text.post_text, posts_text.bbcode_uid AS old_bbcode_uid FROM phpbb_posts posts, phpbb_posts_text posts_text WHERE (posts.post_id = posts_text.post_id) ORDER BY posts.post_id LIMIT 2000
BACKTRACE
FILE: includes/db/mysql.php
LINE: 133
CALL: dbal_mysql->sql_error()
FILE: includes/db/mysql.php
LINE: 180
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 145
CALL: dbal_mysql->_sql_query_limit()
FILE: install/install_convert.php
LINE: 1234
CALL: dbal_mysql->sql_query_limit()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 362
CALL: install_convert->main()
FILE: install/index.php
LINE: 234
CALL: module->load()Please help me
