Hi. I'm trying to import a phpBB2 board into a brand new, clean install of vBulletin 3.6.2.
Unfortunately, every module is giving me:
It's fine for the first module, and I (obviously) don't care to associate any users, but it chokes on import usergroups, and import users.
I'm using PHP 5.0.5 and mysqli (API version 4.1.21).
Anyone got any ideas why
is blowing up? My PHP fu is weak.
Unfortunately, every module is giving me:
Warning: Invalid argument supplied for foreach() in /impex/ImpExData.php on line 191
Warning: Invalid argument supplied for foreach() in /impex/ImpExData.php on line 191
Warning: Invalid argument supplied for foreach() in /impex/ImpExData.php on line 191
I'm using PHP 5.0.5 and mysqli (API version 4.1.21).
Anyone got any ideas why
Code:
191 foreach (($this->_values[$this->_datatype]['mandatory']) AS $key => $value)
Comment