XenForo
Administrative
- Thread starter
- Admin
- #1
Can anyone help? I am importing a vBulletin forum to xenForo on the same mysql server.
SELECT post.*,
IF(user.username IS NULL, post.username, user.username) AS username,
thread.title AS threadtitle,
editlog.dateline AS editdate,
editlog.userid AS...
Read more
ادامه مطلب...
- XF\Db\InvalidQueryException: MySQL statement prepare error [1176]: Key 'threadid' doesn't exist in table 'post'
- src/XF/Db/AbstractStatement.php:230
SELECT post.*,
IF(user.username IS NULL, post.username, user.username) AS username,
thread.title AS threadtitle,
editlog.dateline AS editdate,
editlog.userid AS...
Read more
ادامه مطلب...