|
[F] IPB 2.3.6 Test Conversion(Merge)
|
|
11-08-2008, 11:08 PM
(This post was last modified: 11-08-2008 11:09 PM by BLWedge09.)
Post: #1
|
|||
|
|||
|
[F] IPB 2.3.6 Test Conversion(Merge)
I downloaded the current merge system SVN snapshot and ran a test conversion from IPB 2.3.6 this evening. So far, everything has gone according to plan except for one error. When attempting to convert posts, I experienced a MYSQL error that a column that was being referenced in the IPB attachments table was invalid. I found and corrected the code in ipb2.php and all was well. Below is the change.
Changed: PHP Code: $query2 = $this->old_db->simple_select("attachments", "COUNT(*) as attach_count", "attach_pid IN ($pids)"); To PHP Code: $query2 = $this->old_db->simple_select("attachments", "COUNT(*) as attach_count", "attach_id IN ($pids)"); |
|||
|
11-09-2008, 05:13 PM
Post: #2
|
|||
|
|||
|
RE: IPB 2.3.6 Test Conversion(Merge)
Hi, do you have a attach_rel_id column in that table? Did you select 2.4 from the version drop instead of 2.3?
![]() My Blog - My Mods |
|||
|
11-12-2008, 11:32 PM
Post: #3
|
|||
|
|||
|
[F] IPB 2.3.6 Test Conversion(Merge)
This bug has been fixed in the latest version of the MyBB Merge System.
Please note the latest code is not live on the site or for download. An update for the MyBB Merge System will be released which contains this fix. With regards, The MyBB Group ![]() My Blog - My Mods |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help


![[Image: ryangordon.png]](http://files.bellomandesign.com/signatures/mybb/ryangordon.png)
