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
SQL query error upgrading to 1.0.4 (1 viewing) (1) Guest
TOPIC: SQL query error upgrading to 1.0.4
#36051
SQL query error upgrading to 1.0.4 1 Year ago  
Hi,

I m using Fireboard 1.0.0 version in my Forum site. Now we want to upgrade it to latest 1.0.4. We did everything as mentioned in update file.

But problems starts when run the SQL query in Database. None of the query runs there. It is giving error in all queries.

We are trapped. Dont know what to do know. We have to upgrade. Is there any option?

Do we need to uninstall the current installation and install fresh?
pbengani (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#36052
Re:SQL query error upgrading to 1.0.4 1 Year ago  
It would help if you could share some details, just saying it fails won't allow anybody on this forum to provide meaningful help.

What are the sqls you where trying to run, what where the error messages? Providing that output would be a first step.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#36058
Re:SQL query error upgrading to 1.0.4 1 Year ago  
m Sorry.

I tell u in details.

First I took backup of my installation and then copied Com_fireboard in root/component and in root/administrator/component

then i opened Fireeboard 100 to 103 stable.sql file

copied first query which is:

[code:1]alter table `jos_fb_attachments`
add KEY `mesid`(`mesid`), COMMENT='';[/code:1]

and pasted it in SQL in PHPmyadmin.

then it showed me this error

SQL query:

[code:1]ALTER TABLE `jos_fb_attachments` ADD KEY `mesid` ( `mesid` ) ,
COMMENT = ''

MySQL said: Documentation
#1061 - Duplicate key name 'mesid' [/code:1]

Then I skipped this part and move on to copy rest of the queries one by one, but none of the query run.

:S :dry:
pbengani (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#36062
Re:SQL query error upgrading to 1.0.4 1 Year ago  
This error says that the key already exisits - just ignore. Same for the rest?
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#36063
Re:SQL query error upgrading to 1.0.4 1 Year ago  
yes almost same..

None of the query running actually.

when I see the frontend, everything seems ok but after each category it says, there is no forum in this category.

when I clicked on latest posts, it opens it well but shows an error, invalid argument supplied.....

pbengani (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#36065
Re:SQL query error upgrading to 1.0.4 1 Year ago  
Well, you will have to supply all output. Copy/paste all of it in here or attach a text file with it.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#36067
Re:SQL query error upgrading to 1.0.4 1 Year ago  
fine, just a moment. i will copy all the queries and outcome
pbengani (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#36097
Re:SQL query error upgrading to 1.0.4 1 Year ago  
Please check the Upgrading forum stickies concerning 1.0.0 to 1.0.3 upgrading. This issue is covered there extensively.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
 
Go to top