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
Upgrade from 1.0.1 and lost Categories (1 viewing) (1) Guest
TOPIC: Upgrade from 1.0.1 and lost Categories
#23016
Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
Hi,

I recently upgraded to 1.0.3, and have no lost a number of categories from my forum.

However, the messages are still in the database.

Has this happened to anyone else?
simple79 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#23019
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
Yes i upgraded from 1.0.0 and lost all my categories some one please consider.
sw0rdfish (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#23030
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
I've ended up re-creating the categories and running some update sql scripts to re-attach the previous threads to the new categories!
simple79 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#23734
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
simple79 wrote:
I've ended up re-creating the categories and running some update sql scripts to re-attach the previous threads to the new categories!
Can you tell what exactly I have to do to solve this problem?
Should I recreate categories again and what scripts should i run?
dd_root (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#24099
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
I have the same problem, upgrating from 1.0.0.
I would be really grateful if you could explain HOW you solve it!
Did you have problems with the backup menu as well?

Please share your wisdom with the hopeless!
strange_bird (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#24114
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
You'll need to login to phpMyAdmin. As always, I would suggest to take a back of your database before.

Find the messages and try and from the subject remember which category they come from. Add the category again via phpMyAdmin or Joomla Admin.

Run an update on those messages updating the catid from the previous id to the newly created one.

Not perfect, but my forum isn't too large that I couldn't do this in 30 minutes.
simple79 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#24117
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
Thanks for your fast answer.
My forum isn't that large either, so it would be no problem to recreate the categories. But I'm afraid I did not fully understand how I can attach the messages to the new categories. And where do I run the update?
Sorry if I should be a little bit slow on the uptake...
strange_bird (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#24146
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
Pardon me if you've tried this but in the FB control panel have you tried Recount Categories Stats? I just had this problem after updating from a 1.0.0 install to the latest release. I forgot to run this and freaked out a little until I remembered to run it.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
 
#24168
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
same thing happened to me, but for me i can't even make a new Category? it gives me this error about stored failed and then a bunch of jiberish when i try to save a new Category. all my messages are still there which makes this so frustrating.
livewire (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#24239
Re:Upgrade from 1.0.1 and lost Categories 1 Year, 3 Months ago  
Recount will fix some issues, but I still had missing categories.

If you recreate them, go to the ...fb_messages table and run the following SQL

"UPDATE `...fb_messages` SET `catid` = 'newID' where `catid` = 'oldID'"

You'll find the newID from the ...fb_categories table, the oldID will be the catid of your already existing messages.
simple79 (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top