Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Errors after upgrading (1 viewing) (1) Guest
TOPIC: Errors after upgrading
#20658
Re:Errors after upgrading 1 Year, 4 Months ago  
Goodnews everyone. I think I have got it worked.
I can now create and move categories.

Just do as plaebluedot say. Compare your mysql database to the SQL txt file in the uppgrade zip file. And copy the part of the sql txt file that is missing and insert this in the sql query.

For example: [code:1]alter table `jos_fb_categories`
add column `headerdesc` text NOT NULL after `description`,
add column `class_sfx` varchar(20) NOT NULL after `headerdesc`,
add KEY `msg_id`(`id_last_msg`), COMMENT='';
[/code:1]

And not all, do this with all the tables in the SQL txt file.
fistersn (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#20661
Re:Errors after upgrading 1 Year, 4 Months ago  
Nice one Fistersn. Im getting there as well thanks to palebluedot.

It seems im missing a whole lot of entries jos_fb_categories and now that ive added them in i can now see the categories again!!

im now going through the rest to make sure its all right.
muzzy (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#20662
Re:Errors after upgrading 1 Year, 4 Months ago  
Thats good.
My next issues is the rank. I got this error message when trying to edit a rank.
[code:1]Invalid argument supplied for foreach() in /MYABSOLUTPATH/administrator/components/com_fireboard/admin.fireboard.php on line 2152[/code:1]

Edit: Have worked this to out, searched the forum and find out that the reason was that i use a other language than english on my Joomla website. I have to use english...
fistersn (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/06 20:52 By fistersn.
 
 
#20682
Re:Errors after upgrading 1 Year, 4 Months ago  
Check the entries in you databse for ranks i found mine were missing.

Below is what needs to in there somewhere.

CREATE TABLE `#__fb_ranks` (
`rank_id` mediumint(8) unsigned NOT NULL auto_increment,
`rank_title` varchar(255) NOT NULL default '',
`rank_min` mediumint(8) unsigned NOT NULL default '0',
`rank_special` tinyint(1) unsigned NOT NULL default '0',
`rank_image` varchar(255) NOT NULL default '',
PRIMARY KEY (`rank_id`)
);

Also for the pre-defined ranks you will need to add the entries below.

INSERT INTO `#__fb_ranks` (`rank_id`, `rank_title`, `rank_min`, `rank_special`, `rank_image`) VALUES
(1, 0x467265736820426f6172646572, 0, 0, 0x72616e6b312e676966),
(2, 0x4a756e696f7220426f6172646572, 20, 0, 0x72616e6b322e676966),
(3, 0x53656e696f7220426f6172646572, 40, 0, 0x72616e6b332e676966),
(4, 0x45787065727420426f6172646572, 80, 0, 0x72616e6b342e676966),
(5, 0x476f6c6420426f6172646572, 160, 0, 0x72616e6b352e676966),
(6, 0x506c6174696e756d20426f6172646572, 320, 0, 0x72616e6b362e676966),
(7, 0x41646d696e6973747261746f72, 0, 1, 0x72616e6b61646d696e2e676966),
(8, 0x4d6f64657261746f72, 0, 1, 0x72616e6b6d6f642e676966),
(9, 0x5370616d6d6572, 0, 1, 0x72616e6b7370616d6d65722e676966);
muzzy (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#20691
Re:Errors after upgrading 1 Year, 4 Months ago  
Have already done that, but thanks anyway.
fistersn (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#20692
Re:Errors after upgrading 1 Year, 4 Months ago  
lol fair enough.
muzzy (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#20730
Re:Errors after upgrading 1 Year, 4 Months ago  
uhm i'm really new to this where is the mysql file at ???? sorry very very new to this
farmboy72 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/07 00:10 By farmboy72.
 
 
#20745
Re:Errors after upgrading 1 Year, 4 Months ago  
farmboy72 wrote:
uhm i'm really new to this where is the mysql file at ???? sorry very very new to this

In the upgrades folder of the package you downloaded
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
#20776
Re:Errors after upgrading 1 Year, 4 Months ago  
ok now were is the file that you modify at??
farmboy72 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#20779
Re:Errors after upgrading 1 Year, 4 Months ago  
Have you read the manual? It tells you what to do with the file
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
Go to top