SMF Support > IPB

[SMF Converter] IPB 2.3.x

(1/32) > >>

SleePy:
Software: IPB
Version: 2.3.x

This is the official support topic for IPB 2.3.x converter.  Use this topic to ask for support for this converter.

Changelog

convert.php
Use this convert.php with the .sql file attached in this topic.

Crivelli:
I get a lot of errors but this I can't solve...


--- Quote ---Converting permissions... Successful.
Converting board permissions...
Notice: unserialize() [function.unserialize]: Error at offset 5 of 194 bytes in /home/galeraon/public_html/forum/convert.php(910) : eval()'d code on line 89

Fatal error: Unsupported operand types in /home/galeraon/public_html/forum/convert.php(910) : eval()'d code on line 89
--- End quote ---

SleePy:
If you go into your IPB database and look at the ipb_forums table
Can you paste a sample from the permissions_array column?

That column should have a serialized array of the permissions. So that is odd why its happening.

Try opening the ipb23_to_smf.sql
Find:

--- Code: ---        $row += unserialize(stripslashes($row['permission_array']));
        $row = addslashes_recursive($row);
--- End code ---

Replace:

--- Code: ---        $row += @unserialize(stripslashes($row['permission_array']));
         $row = addslashes_recursive($row);
--- End code ---

This will hopefully tell it to be quiet if it has errors and the rest of it should hopefully quietly give up.

GrandTheftGamer:
I ran through everything and the conversion seems to have gone 100% successful. Thank you. :)

Bulent:
Good job. ipb 2.3.1 100% successful.
Thank you.

Navigation

[0] Message Index

[#] Next page

Go to full version