As topic says;
I've tried for absolutely hours and hours and searched tons on here to no avail:
Undefined property: mysqli_result::$EOF in /xxxx/xxxxxx/public_html/smf/convert.php on line 2721
Notice: Undefined property: mysqli_result::$Fields in /xxxx/xxxxxxx/public_html/smf/convert.php on line 2725
Notice: Trying to get property of non-object in /xxxx/xxxxxxxx/public_html/smf/convert.php on line 2726
Fatal error: Call to undefined method mysqli_result::MoveNext() in /xxxx/xxxxxxxxxx/public_html/smf/convert.php on line 2731
It fails in convert_fetch_assoc() when it tries to look for $result->Fields, whcih doesn't exist in the object. The object does contain things likes num rows (11, which matches the number of Ranks) and fields (4). So it's reading in the table and finding applicable rows.
So, fails on the very first hurdle.
Any help would be greatly appreciated at this point before I just go in and write my own converter. Could have done that by now but there's a LOT to this great converter, so I didn't want to reinvent the wheel
