All attachments imported to IP.Board through moveFiles method maintain the directory structure and vB style filename hashing. Need to modify method or overall process to follow IPS ...
Conversion, at least from vB, does not fill in a post_key, and therefore, no attach_post_key So, if you go into the Gallery, and click on "Images posted by this user" it is very, very, very, very bad. Have to assign a post key if ...
Upon a successful completion of forums, forum topics and posts, I noticed that an admin only permission-ed forum wasnt being seen by IPB. It shows the category, but not the forum itself, as it sees the category as empty. It was suggested that ...
After some trial and error of realizing that my public/ folder where the existing emoticons for IPB are located, I was able to import them. I did however continue to receive an error when trying to save anything on that page. After being pointed to the sq ...
Yet another issue with the converter.... only partial album pictures are transferred.... this has been duplicated on two different sites. Same outcome random pics missing from albums, I have tried both from the database transfer and also from a file syste ...
When importing attachments from vb to IPB, the process completes without errors. The attachments do in fact show up in the threads and post as they should. The issue is when viewing a members gallery and then clicking on the "Show Images in ...
I tried converting from my phpBB forum to IPB and noticed that in phpBB, BBCode is allowed in the forum descriptions, but not in IPB. This is the code that I am using on phpBB: <span class="forum_desc"> ...
There are some big issues with your converters. In almost all your scripts you use the function strtolower. This functions corrupts UTF-8 strings, as it works with 1 byte strings only, however UTF-8 strings have 2 bytes. 1. strtolower is used ...
phpBB uses * in bad word filters which we don't. Need to strip them out and set matching to loose if they're in there. ...
Hi, I recently converted to IPB 3.0.3 from SMF 2, and I ran into some errors while converting. The Categories and Forums convert successfully (I get the "No problems found" before redirecting back to ...
I have converted my old database from russian version in cp1251 to utf8 Now i am using english licensed version of forum. But when i'm writing database name login and password, i have database error. mySQL query error: SE ...
In the current install of 3.0.3 I am unable to add any moderators to my forums, the DB entry always sets the forum to zero. I believe the bug is in admin/applications/forums/modules_admin/forums/moderator.php line 435 ...
I am trying to convert my vb Photopost gallery to IPB. The rest of the conversions have gone really well, so this is now my final stumbling block to making any form of break from VB. My photopost 6.2 install is in a seperate DB to that ...
When doing a merge, I get many SQL errors with groups/members/etc if say gallery/blog/downloads are installed on the slave DB and not the host DB. Should probably add some sort of check for this. ...
I cannot convert the members to IPB 3.0.2: ...
$rs = array( 'select' => '*', 'from' => 'log_reported', 'order' => 'id_report ASC', 'where' => "id_msg='" . intval($row['id_msg']) . "'" ); $rget = ipsRegistry::DB('hb')->buildAndFetch($ ...
You have if (!$foreign_id or !$type) I sent this function $foreign_id=members and $type=0 and it fails. May want to change how you handle that a bit. This was called from lib_board::convertPost. Since you have the $ret to allow it to return, ...
hello i have problem when i try to Converter from vb 3.8 to ipb 3.0.2 its importing very well but the password for users not import because im try to log in from many users and not worked only if i changed the password from ACP ...
In the section where you fetch the ipb_id from conv_link you don't have a check to see if the value was found. You for sure need a check before adding it to the linkCache, but if you don't add a check for the return you will need a check on every getLink ...