We have updated our old phpnuke forum to ipb 3.2.3. Everything went fine but all old post where smileys is used the have only the text of the smiley and if we push to edit the post en do nothing en we save again the smiley appears. Why dos'nt ...
The ipboard converter is still attempting to load info from the tracker table which no longer exists; convert_forums() $loop = $this->lib->load('forums', $main, array('forum_tracker', 'rss_export')) ...
Running the latest convert against 3.2.3 I get There appears to be an error with the database. If you are seeing this page, it means there was a problem communicating with our database. Sometimes this error is temporary and will go away ...
The SMF Legacy convert does not appear to be storing attach_parent_id for attachments, causing them to not show post conversion. ...
The hashing algorithm for XenForo passwords in newauth.php is incorrect. This is already fixed for the next build but, posting it here so others know about it, and can patch it themselves immediately. Download, extract, and upload the provide ...
The vbulletin converter is allowing conversion of topics before members. 'topics' => array('forums'), should be 'topics' => array('forums', 'members'), ...
The example path to avatars when converting members shows without a trailing slash but the converter expects a trailing slash to be included. We need to either alter the example or the conversion method. ...
From: http://community.inv...ber-conversion/ Quote ...
it "acts" like its converting comments from posts to article comments... it is not: comment_record_id in ccs_database_comments is coming up 0 on latest build, effectively making the ...
Converters aren't rebuilding warn_level in members table. ...
Vb has a built in signature feature, these images are uploaded in the usercp, than called with bbcode [sigpic][/sigpic] Im not sure we could import them as we have no place to store them, but maybe just run a query to remove the bbcode from ...
getting lots (~8MB per day) of "undefined index" PHP notices in my error.log, pointing to the lines where a $_REQUEST variable is used. ...
With a fresh install of Invision 3.2 and converting an old forum from WebWiz, I receive several screens of warnings when attempting to log into the forum if I get the username or password wrong: Strict Standards: Non-static method webWizAuth ...
System Error: There is a problem with the converter: called invalid action members. ...
Few things I have tested on my site and also that of a few people who trusted me with their databases Passwords -- 50/50 chance of them not being saved and users being required to re-setAvatars - Will read as succ ...
There's an issue in the converters when I try to convert from MyBB 1.6 to IPB 3.2 where I get a "database driver error" when I try converting member-related stuff. ...
Something has changed in the phpBB3 Password Hashing algorithm, which is causing some people to experience login issues post-conversion. By my research, it only effects certain clients. So some may experience the issue, and some may not. ...
When trying to convert members I get the following for all members with avatars/photos: The following errors occurred: : Could not write data to file /[filefolders]/photo-[membernumber].jpg Undefined index: photo_filesi ...
The current smf_legacy converter does not work for 3.2. I've been waiting for 3.2 to be released to change over from SMF. Please get this fixed. SQL Log says this: Error: 1054 - Unknown ...
Referring this: http://community.inv...613-db-cleanup/ ...