Announcement
Collapse
No announcement yet.
Upgrading
Collapse
X
-
We'll need a support ticket and direct access to the database. You would need to purchase ticket support for this process. -
-
It doesn't appear to have properly updated the contenttype table in step 22 of the process. I am not sure why this step would have been skipped but it is necessary.
Can you restore your vBulletin 4.2.5 database again and run the upgrade again? Make sure that you have are upgrading into a directory that was clean (everything deleted but attachment and customavatar folders) before you uploaded the vBulletin 5 files.Leave a comment:
-
Hmmm... The class field should be a varbinary so the output should look like this:
1 0x506F7374 Post 1 2 0x546872656164 Thread 1 3 0x466F72756D Forum 1 4 0x416E6E6F756E63656D656E74 Announcement 1 5 0x536F6369616C47726F75704D657373616765 SocialGroupMessage 1 6 0x536F6369616C47726F757044697363757373696F6E SocialGroupDiscussion 1 7 0x536F6369616C47726F7570 SocialGroup 1 8 0x416C62756D Album 1 9 0x50696374757265 Picture 1 10 0x50696374757265436F6D6D656E74 PictureComment 1 11 0x56697369746F724D657373616765 VisitorMessage 1 12 0x55736572 User 1 13 0x4C65676163794576656E74 LegacyEvent 1 14 0x43616C656E646172 Calendar 1 15 0x417474616368 Attach 1 16 0x50686F746F Photo 1 19 0x426C6F67456E747279 BlogEntry 2 20 0x426C6F67436F6D6D656E74 BlogComment 2 21 0x41727469636C65 Article 3 22 0x54657874 Text 1 23 0x4368616E6E656C Channel 1 24 0x506F6C6C Poll 1 25 0x47616C6C657279 Gallery 1 26 0x566964656F Video 1 27 0x507269766174654D657373616765 PrivateMessage 1 28 0x4C696E6B Link 1 29 0x5265706F7274 Report 1 30 0x5265646972656374 Redirect 1 31 0x496E6672616374696F6E Infraction 1 32 0x4576656E74 Event 1 Leave a comment:
-
Showing rows 0 - 24 (33 total, Query took 0.0002 seconds.) [contenttypeid: 1... - 28...]
select contenttypeid, class, convert(class, char) as class_label, packageid from contenttype order by contenttypeid
contenttypeid 1 class class_label packageid
1 Post Post 1
2 Thread Thread 1
3 Forum Forum 1
4 Announcement Announcement 1
5 SocialGroupMessage SocialGroupMessage 1
6 SocialGroupDiscussion SocialGroupDiscussion 1
7 SocialGroup SocialGroup 1
8 Album Album 1
9 Picture Picture 1
10 PictureComment PictureComment 1
11 VisitorMessage VisitorMessage 1
12 User User 1
13 Event Event 1
14 Calendar Calendar 1
15 PrivateMessage PrivateMessage 1
16 Infraction Infraction 1
17 Signature Signature 1
18 UserNote UserNote 1
19 PrivateMessage PrivateMessage 2
23 IPAddress IPAddress 1
24 BlogEntry BlogEntry 6
25 BlogComment BlogComment 6
26 BlogDescription BlogDescription 6
27 BlogCustomBlock BlogCustomBlock 6
28 Section Section 7Last edited by Wayne Luke; Wed 11 Jul '18, 10:01am. Reason: Removed PHPMyAdmin Details to remove security risk.Leave a comment:
-
Please run this query on your database using phpMyAdmin, Adminer, or whatever tool you use to access the database directly:
Code:select contenttypeid, class, convert(class, char) as class_label, packageid from contenttype order by contenttypeid;
Leave a comment:
-
Upgrading
For some reason i cant upgrade from Version 4.2.5 to vb5 conect it gets to 7 then i get this error massage
500a1 Step #141
Fatal Error Occurred
Error Could not find phrase 'incorrect_content_class_called'. Arguments given were: "vB_Library_Content_Channel", "2", "' on /home/steamshi/public_html/newforum/core/vb/library/content.php : 2441
Script: 500a1
Step: 141Last edited by joiner42; Tue 10 Jul '18, 11:04pm.Tags: None
Related Topics
Collapse
-
by sergiomcHello, after several times of trying to upgrade to v5 and only get errors, my boss told me to try do this in localhost first and then when i learn do the hosting, the problem is that I do not use localhost....
-
Channel: vBulletin 5 Installs & Upgrades
Sun 9 Jun '13, 9:03pm -
-
by Frank.YatesAll I got was this, no idea how to fix it.
Code:Unexpected Text: <?xml version="1.0" encoding="windows-1252"?>
-
Channel: Support Issues & Questions
Mon 22 Jul '13, 10:06am -
-
by just917So i have on localhost a vb 4.2.0 PL3 forum, and i would like to upgrade it to vb 5.0.2. But i get this error:...
-
Channel: Support Issues & Questions
Fri 10 May '13, 4:03am -
-
by eraksoy
- Step 11 - Importing vbulletin-style.xml
- Template Group: Admin
- Template Group: BB Code
- Template Group: Blog
- Template Group: Blog Admin
- Template Group: Color
- Template Group: Content
- Template
-
Channel: vBulletin 5 Installs & Upgrades
Fri 1 Mar '13, 12:42pm -
by DemOnstarSame procedure, same routine as all installations but I get this.
Code:Action Required Unexpected Text: <?xml version="1.0" encoding="windows-1252"?>
-
Channel: vBulletin 5 Installs & Upgrades
Sat 16 Feb '13, 1:07am -
Leave a comment: