Hi,
I need help ... at the end of conversion I get this error :
General Error:
SQL ERROR [ mysqli ]
Unknown column 'deleted_done' in 'where clause' [1054]
SQL
SELECT inbox.id, inbox.recipient, inbox.sender, inbox.deleted AS inbox, inbox.seen FROM atk_inbox inbox WHERE (deleted_done <> 1) ORDER BY inbox.id LIMIT 2000
in file /var/www/html/ded/phpbb/db/driver/driver.php on line 999
I'm new to PHP and SQL queries ... I want to convert an old aztek forum to a fresh phpbb3.2.
I've been trying to do so by hand for days ! This convertor would save my life
(PHP : 7.0.22 and mysql 5.7.19)