SMF Support > Install and Upgrade Help

Upgrade fail - Converting "membergroups"... Unsuccessful!

<< < (3/4) > >>

Grudge:
Well - is it working yet? If not then on your *converted* forum using phpmyadmin empty the membergroups table and run this:

--- Code: ---INSERT IGNORE INTO fiddleforum_membergroups
(ID_GROUP, groupName, onlineColor, minPosts, stars)
VALUES (1, 'Forum Owner', '#FF0000', -1, '5#staradmin.gif'),
(2, 'Global Moderator', '#0000FF', -1, '5#stargmod.gif'),
(3, 'Moderator', '', -1, '5#starmod.gif'),
(4, 'Newbie', '', 0, '1#star.gif'),
(5, 'Jr. Member', '', 50, '2#star.gif'),
(6, 'Full Member', '', 100, '3#star.gif'),
(7, 'Sr. Member', '', 250, '4#star.gif'),
(8, 'Fiddle God', '', 500, '5#star.gif'),
(42, 'Fiddle Hell Organiser', '', -1, ''),
(41, 'Forum Committee', '', -1, ''),
(40, 'HonouraryModerator', '', -1, ''),
(43, 'Forum Sponsor', '', -1, '');

--- End code ---
You may need to mess around with it afterwards but that would make it work...

Chris Cromer:
The problem seems to be that it isn't inserting the minPosts for some reason. :-\

madfiddler:
Aha, yes, you're right. I'll do it by hand... This is a supermod board btw.

Chris Cromer:
Supermod isn't supported by SMF or YSE... wouldn't surprise me if it being a supermod board is behind this. :-\

madfiddler:
Yeah, I know. It's just really strange that it worked first time around. Mind you, that was with an older Smod version of my database

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version