Moving from phpBB 3.3.3. Using the php3 importer for the current UBB 7. The problem is the mysql command has been replaced over time with mysqli. The importer itself references a file within UBB -

require ("../libs/mysql.inc.php");

Which doesn't exist. mysqli does exist.

When I run it, I get this error ->

Uncaught Error: Call to undefined function mysql_connect() in importers/phpbb_import.php:223
Stack trace:
#0 /importers/phpbb_import.php(70): doconfig()
#1 {main}
thrown in /importers/phpbb_import.php on line 223
[18-Feb-2021 17:56:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /importers/phpbb_import.php:223
Stack trace:
#0 /importers/phpbb_import.php(70): doconfig()
#1 {main}
thrown in /importers/phpbb_import.php on line 223

Last edited by DaveZ; 02/18/2021 3:07 PM.