IPB 3.0.0 Convertors Tracker > Invisionize.eu - IP.Board (IPB) News
Kanał Rss Kanał Rss
Kanał Atom Kanał Atom

vB attachment paths

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 ...

śro, 28 październik 2009

post_key and attach_post_key

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 ...

wto, 27 październik 2009

vB 3.8.1 to IPB3 Admin only Forum Topics

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 ...

nie, 25 październik 2009

vB 3.8 to IPB3 Emoticon Mysql Escape Issue

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 ...

nie, 25 październik 2009

vb 3.8.4 to IPB Gallery

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 ...

pon, 19 październik 2009

Vb 3.8.4 > IPB 3.x Attachments issue

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 ...

pon, 19 październik 2009

phpBB Forum BBCode

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">&# ...

wto, 13 październik 2009

Strtolower on UTF8 corrupts the strings

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 ...

wto, 13 październik 2009

phpBB word filters

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. ...

śro, 30 wrzesień 2009

Conversion of categories and forums error

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 ...

śro, 30 wrzesień 2009

Conversion from cp1251 to utf8

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 ...

wto, 22 wrzesień 2009

Cannot add moderators in 3.0.3, possible typo in moderator.php line 435

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 ...

wto, 22 wrzesień 2009

Photopost to IP Gallery

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 ...

wto, 22 wrzesień 2009

IPB Merge

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. ...

wto, 22 wrzesień 2009

Convertion: members are not converted

I cannot convert the members to IPB 3.0.2: ...

wto, 22 wrzesień 2009

smf::convert_posts

$rs = array( 'select' => '*', 'from' => 'log_reported', 'order' => 'id_report ASC', 'where' => "id_msg='" . intval($row['id_msg']) . "'" ); $rget = ipsRegistry::DB('hb')->buildAndFetch($ ...

wto, 22 wrzesień 2009

lib_master::getLink foreign_id/type catch

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, ...

wto, 22 wrzesień 2009

the password not import from vb 3.8 to ipb.3.0.2

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 ...

wto, 22 wrzesień 2009

lib_master::getLink finding ipb_id

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 ...

wto, 22 wrzesień 2009
<<  1 2 3 4 5 6 7 8