What does, searching?
I’d be inclined to think the topics of those who have successfully converted would be useful research.
What does, searching?
For nearly every topic there is a different setup with different solutions. Searching is easy. Following each topic hoping to get the same results is where the frustration kicks in. Yes, it does cost time, but it also helps widen what does not work for my setup.Mick wrote: Fri Feb 09, 2024 8:50 amWhat does, searching?
I’d be inclined to think the topics of those who have successfully converted would be useful research.
Code: Select all
General Error
SQL ERROR [ mysqli ]
Unknown column 'users.yahoo' in 'field list' [1054]
SQL
SELECT users.uid, users.website, users.yahoo, users.icq, users.skype, userfields.fid1 FROM mybb_users users LEFT JOIN mybb_userfields AS userfields ON (users.uid = userfields.ufid) ORDER BY users.uid LIMIT 2000
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/mysql_base.php
LINE: 45
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 261
CALL: phpbb\db\driver\mysql_base->_sql_query_limit()
FILE: [ROOT]/install/install_convert.php
LINE: 1263
CALL: phpbb\db\driver\driver->sql_query_limit()
FILE: [ROOT]/install/install_convert.php
LINE: 214
CALL: install_convert->convert_data()
FILE: [ROOT]/install/index.php
LINE: 409
CALL: install_convert->main()
FILE: [ROOT]/install/index.php
LINE: 289
CALL: module->load()