Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Post Reply Favoured: 1
TOPIC:
#28181
Re:Upgrade from 1.0.0 to 1.0.3 Stable 8 Months, 3 Weeks ago  
Ok, was in a bit of a hurry so assumed grumblemarc meant to remove all lines causing error from the upgrade script. So did that and got through.

However I am now getting the:

There are no forums in this category!

problem!

bpowers84 suggestion doesn't seem to work for me.
PaulyPaul (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#28182
Re:Upgrade from 1.0.0 to 1.0.3 Stable 8 Months, 3 Weeks ago  
"No categories showing!!! Argh! Ran the 1.0.1 script right behind it and BINGO categories!!! But what now?!!! Now no posts!!! Recount Categories Stats and BINGO all back to normal!! Fully upgraded FB!!!".

Did you try this? This is what got BoJosley's forum totally upgraded.
grumblemarc (User)
Platinum Boarder
Posts: 3555
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#28183
Re:Upgrade from 1.0.0 to 1.0.3 Stable 8 Months, 3 Weeks ago  
Somehow....by the grace of god and all kind living things on this good earth....

IT WORKS!!

Thanks for a great component!
PaulyPaul (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#28191
Re:Upgrade from 1.0.0 to 1.0.3 Stable 8 Months, 3 Weeks ago  
Well Ive been following the thread with interest.

And Yes I have tried the same "fix".. Still no posts.. and Update stats times out!
freefallnz (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
 
Last Edit: 2007/10/18 20:51 By freefallnz.
 
The administrator has disabled public write access.  
#31366
Re:Upgrade from 1.0.0 to 1.0.3 Stable 7 Months, 3 Weeks ago  
i get this error:

/* Alter table in Second database */ ALTER TABLE `jos_fb_attachments` ADD KEY `mesid` ( `mesid` ) ,
COMMENT = '';

MySQL said: Documentation
#1146 - Table 'cikopajo_joomla.jos_fb_attachments' doesn't exist
paxs (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#31370
Re:Upgrade from 1.0.0 to 1.0.3 Stable 7 Months, 3 Weeks ago  
I'm sorry but it is SO obvious that you didn't read through this thread before you posted as this issue is covered RIGHT ON THE FIRST PAGE OF THE THREAD!!!
grumblemarc (User)
Platinum Boarder
Posts: 3555
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#34482
Re:Upgrade from 1.0.0 to 1.0.3 Stable 6 Months, 3 Weeks ago  
Hi,

I get an error running:
Code:


alter table `jos_fb_messages`
add column `modified_by` int(7) NULL after `moved`,
add column `modified_time` int(11) NULL after `modified_by`,
add column `modified_reason` tinytext NULL after `modified_time`,
add KEY `hold_time`(`hold`,`time`),
drop key `id`,
add KEY `locked`(`locked`),
add KEY `time`(`time`), COMMENT='';



I get the following error message:
"ERROR 1091 (42000): Can't DROP 'id'; check that column/key exists"

I've traced this down to:
Code:


alter table jos_fb_messages
drop primary key(`id`);



Which results in the following error:
"ERROR 1075 (42000): Incorrect table definition; there can be only one auto column and it must be defined as a key"

Is it safe to ignore the "drop key `id`," line?

This would result in a table definition of:
Code:


mysql> describe jos_fb_messages;
+-----------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------------+-------------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| parent | int(11) | YES | | 0 | |
| thread | int(11) | YES | | 0 | |
| catid | int(11) | NO | | 0 | |
| name | tinytext | YES | | NULL | |
| userid | int(11) | NO | | 0 | |
| email | tinytext | YES | | NULL | |
| subject | tinytext | YES | | NULL | |
| time | int(11) | NO | MUL | 0 | |
| ip | varchar(15) | YES | | NULL | |
| topic_emoticon | int(11) | NO | | 0 | |
| locked | tinyint(4) | NO | MUL | 0 | |
| hold | tinyint(4) | NO | MUL | 0 | |
| ordering | int(11) | YES | | 0 | |
| hits | int(11) | YES | | 0 | |
| moved | tinyint(4) | YES | | 0 | |
| modified_by | int(7) | YES | | NULL | |
| modified_time | int(11) | YES | | NULL | |
| modified_reason | tinytext | YES | | NULL | |
+-----------------+-------------+------+-----+---------+----------------+



Fireboard seems to work OK if I ignore this line, but thought I better check that this won't cause me problems later.

If it helps, we're running Joomla 1.0.13 and our forum history is:
Joomlaboard 1.1.3 -> Joomlaboard 1.1.4 -> Fireboard 1.0 release -> Fireboard 1.0.3 release

Thank you.
Jag (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
#34483
Re:Upgrade from 1.0.0 to 1.0.3 Stable 6 Months, 3 Weeks ago  
Skip all missing and duplicate errors. I'd hold off on upgrading. The new release is right around the corner. Just don't ask for a specific date 'cause I aint tellin'.
grumblemarc (User)
Platinum Boarder
Posts: 3555
graph
User Offline Click here to see the profile of this user
Gender: Male
 
Ironside/Ben Dover said I was supposed to be an expert!! That\'s funny! I don\'t remember getting certified to be a FireBoard expert.
 
The administrator has disabled public write access.  
#35960
Re:Upgrade from 1.0.0 to 1.0.3 Stable 6 Months, 2 Weeks ago  
"No categories showing!!! Argh! Ran the 1.0.1 script right behind it and BINGO categories!!! But what now?!!! Now no posts!!! Recount Categories Stats and BINGO all back to normal!! Fully upgraded FB!!!".

Does anyone have this magic 1.0.1 script?
Or can anyone post this script here, please.
thanx.
hafi7000 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
 
Last Edit: 2007/12/27 22:40 By hafi7000.
 
The administrator has disabled public write access.  
#35979
Solved!!! - Re:Upgrade from 1.0.0 to 1.0.3 Stable 6 Months, 2 Weeks ago  
Sorry, I found the file in the 1.0.3 Stable download file.
here is the link http://joomlacode.org/gf/download/frsrel...1.0.3_UnzipFirst.zip
Open the zip file and move to the upgrades folder.

i did the mysql update and finally - it WORKS !!!!!!!!!!!!
thanx to all of you.
hafi7000 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop