Quantcast
Channel: Importer bug reports
Browsing all 20 articles
Browse latest View live

error import

XF\Db\DuplicateKeyException : שגיאת שאילתת MySQL [1062]: ערך כפול '10014' עבור מפתח 'PRIMARY' ב- src/XF/Db/AbstractStatement.php בשורה 230 XF\Db\AbstractStatement->getException() ב-...

View Article



vBulletin: Category node for FAQ pages is always created when retaining IDs

When importing FAQ items from vBulletin while retaining IDs, a category node for FAQ items is always created: PHP: /** * When $retainIds is set, creates a category node in order to store all FAQ *...

View Article

phpBB: Custom user field values for type date are not converted

When importing from phpBB with a user profile field of type date, XenForo imports the existing value litereally: PHP: if (isset($choiceLookUps[$fieldId])) { $fieldInfo = $choiceLookUps[$fieldId];...

View Article

IPS importer doesn't import archived thread posts

When IPB forum has archiving enabled .. posts of archived threads are moved from forums_posts to forums_archive_posts and xenforo importer doesn't try to import them This represents the majority of...

View Article

IPB4 to XF challenges

Just some quick feedback after the migration performed in the early days of January 2023, from IPB 4.something to XF 2.2.12: importer didn't import archived posts from the archived table, had to re-do...

View Article


Image may be NSFW.
Clik here to view.

phpBB: Attachments in private messages are not imported

PHP: $attachments = $this->sourceDb->fetchAll(" SELECT * FROM attachments WHERE attach_id > ? AND attach_id <= ? AND is_orphan = 0 AND post_msg_id > 0 AND in_message = 0 ORDER BY...

View Article

PhpBB: Forum watches are not being imported

Threas watches are being imported, but forum watches are not - this seems somewhat inconsistent.

View Article

Error with importing from IPS

Hi, Doing a test import from IPS. The import run for about 20 mins, but now getting this error: Code: ErrorException: [E_WARNING] Illegal string offset 'question' in...

View Article


vB -> xF 'threadid' doesn't exist in table 'post'

Can anyone help? I am importing a vBulletin forum to xenForo on the same mysql server. XF\Db\InvalidQueryException: MySQL statement prepare error [1176]: Key 'threadid' doesn't exist in table 'post'...

View Article


Error when importing IPS4 polls

I got this error with latest two IPS imports I did Code: ErrorException: [E_WARNING] end() expects parameter 1 to be array, bool given , src/addons/XFI/Import/Importer/IpsForums.php:1914 Code: Stack...

View Article

phpBB import broken with MySQL 8 when source database has no table prefix

In user group import step the query SQL: SELECT * FROM groups ORDER BY group_id causes MySQL statement prepare error [1064] because groups is a reserved keyword since 8.0.2

View Article

MySQL query error [1406]: Data too long for column 'title'

Code: XF\Db\Exception: MySQL query error [1406]: Data too long for column 'title' at row 1 in src/XF/Db/AbstractStatement.php at line 230 XF\Db\AbstractStatement->getException() in...

View Article

XFI: vBulletin - Variable placeholders are not converted when importing notices

When importing notices from vBulletin, the variable placehonders {userid}, {username}, {musername}, {sessionurl}, {sessionurl_q} are not converted to XenForo equivalents (if possible).

View Article


MyBB import results in [No message] content in posts

As title. MyBB version 1.8.36 Details in ticket/Slack.

View Article

Importing vbulletin 4 - thread sorting was not imported

On some of my forums I have threads on my vbulletin sorted by: Thread title > Ascending This did not get transferred over with the import.

View Article


IPS Poll discrepancies.

On poll imports from IPS we decode the "choices" field from the poll table. The importer checks the decoded data for the question entry and sets that accordingly: Code: $questions =...

View Article

LogicException: Column 'message' is required

I'm getting this error when trying to import from Invision Board: Code: LogicException: Column 'message' is required and has an empty value while importing XF:ProfilePostComment with id = 250 in...

View Article


Some kind of Sql errors

Hi there can someone explain what does mean this : XF\Db\InvalidQueryException: MySQL query error [1064]: syntax error, unexpected '+', expecting FTS_TERM or FTS_NUMB or '*'...

View Article

vBulletin: alt attribute conversion could be improved

PHP: if (!empty($settings['title'])) { $attributes['alt'] = $this->convertToUtf8($settings['title']); } if (!empty($settings['description'])) { $description = preg_replace( '/[\r\n]/', ' ',...

View Article

Image may be NSFW.
Clik here to view.

merging two Xenforo forums

when merging two XF forums I am getting this error. both are on the latest rev of XF.

View Article
Browsing all 20 articles
Browse latest View live




Latest Images