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?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Joomlaboard to Fireboard upgrade bug fix (1 viewing) (1) Guest
Go to bottom Favoured: 3
TOPIC: Joomlaboard to Fireboard upgrade bug fix
#17808
Re:Joomlaboard to Fireboard upgrade bug fix 1 Year, 3 Months ago  
When I try to execute whole or partially this code

ALTER TABLE `jos_fb_whoisonline` ADD PRIMARY KEY ( `id` ) ;
or
ALTER IGNORE TABLE `jos_fb_whoisonline` ADD PRIMARY KEY ( `id` ) ;


I get this error

#1068 - Multiple primary key defined

How can I fix this?
mke (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/12 05:19 By mke.
 
The administrator has disabled public write access.  
#18068
Re:Joomlaboard to Fireboard upgrade bug fix 1 Year, 3 Months ago  
Run
ALTER TABLE `jos_fb_whoisonline` DROP PRIMARY KEY;

Before setting new primary key with
ALTER TABLE `jos_fb_whoisonline` ADD PRIMARY KEY ( `id` ) ;

For other queries with the same error just substitute table name.
kauselot (User)
Junior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1974-10-14
Logged Logged
 
The administrator has disabled public write access.  
#18116
Re:Joomlaboard to Fireboard upgrade bug fix 1 Year, 3 Months ago  
Are you sure that [code:1]sb_fb_smileys[/code:1]is correct?
webfritz (User)
FB 1.0.1 Beta migrated from JB 1.14 in Joomla 1.12
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#18117
Re:Joomlaboard to Fireboard upgrade bug fix 1 Year, 3 Months ago  
Of course not! Thanks for pointing this out - correct is
[code:1]jos_fb_smileys[/code:1]

1sr post corrected accordingly.
kauselot (User)
Junior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1974-10-14
Logged Logged
 
The administrator has disabled public write access.  
#18127
Re:Joomlaboard to Fireboard upgrade bug fix 1 Year, 3 Months ago  
Thx man, everything looks like it worked good, at least for now
mke (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#18182
Re:Joomlaboard to Fireboard upgrade bug fix 1 Year, 3 Months ago  
Hi. I wonder. May be most users only click and don't realize what's the sense of it ...
webfritz (User)
FB 1.0.1 Beta migrated from JB 1.14 in Joomla 1.12
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#18609
Re:Joomlaboard to Fireboard upgrade bug fix 1 Year, 3 Months ago  
Just to let you know: Latest (1.0.2 SVN) fixed this.

Related tracker has been closed.

GrEeZ! Miro
Miro Dietiker (User)
Senior Boarder
Posts: 155
graphgraph
User Offline Click here to see the profile of this user
Gender: Male miro_dietiker MD Systems miro.dietiker@md-systems.ch Location: Zurich, Switzerland Birthdate: 1980-10-30
Logged Logged
 
Boarding with FIRE .-) -- Professional OpenSource developer
 
The administrator has disabled public write access.  
Go to top