I get this error with the converter using the latest CVS:
General Error
SQL ERROR [ mysql4 ]
Unknown column 'p.forum_id' in 'field list' [1054]
SQL
SELECT p.forum_id, SUM(topic_replies + 1) AS forum_posts FROM phpbb_topics t WHERE t.forum_id IN (19, 20, 21, 22, 23, 24, 1, 3, 6, 17, 12, 7, 4, 2, 13, 18, 11, 15, 16, 14, 10) AND t.topic_approved = 1 GROUP BY p.forum_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 133
CALL: dbal->sql_error()
FILE: includes/functions_admin.php
LINE: 1507
CALL: dbal_mysql->sql_query()
FILE: install/install_convert.php
LINE: 1691
CALL: sync()
FILE: install/install_convert.php
LINE: 790
CALL: install_convert->jump()
FILE: install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: install/index.php
LINE: 336
CALL: install_convert->main()
FILE: install/index.php
LINE: 208
CALL: module->load()
Should I report it as a bug? I'm not sure if this is related to my board/server or the problem in the converter, because I assume such a big mistake (not being able to find a field) would have been fixed by now.
PS. I run MySQL 5.0.37, is the [mysql4] "driver" used for 4 and above?