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
#10452
Re:BIG upgrade bug (speed issues, functionality) f 1 Year, 5 Months ago  
It obviously fixed some things...

If you go through the exercise:

Fresh install.

Import Joomlaboard DB

Run suggested SQL scripts

Things more or less start running normally --
But try replying to an existing topic or thread
as imported from an old joomlaboard install.

SQL error.

I think before the developers offer Fireboard as
a component that seamlessly integrates an
existing Joomlaboard DB -- they need to test the
heck out of it.

Thankfully at no time have I deleted my OLD jb set-up.
colin99 (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/06/05 16:59 By colin99. Reason: spelling mistakes
 
The administrator has disabled public write access.  
#11112
Re:BIG upgrade bug (speed issues, functionality) fix 1 Year, 5 Months ago  
I have a question. How do you "execute the code"? Do you cut and paste it somewhere in phpMyAdmin? Do you go line by line and edit the tables manually following the instructions on the list? Do you pack it up in a file and upload it into the database? I followed numerous threads during the last few weeks, including this one, where the catch phrase is to execute or run the code without an explanation as to how you actually do it.
rsavoia (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Rick Savoia
Host of The Force Field
A podcast for IT Service Providers
http://www.theforcefield.net
 
The administrator has disabled public write access.  
#11146
Re:BIG upgrade bug (speed issues, functionality) fix 1 Year, 5 Months ago  
I manually made the changes. I am not sure about something. On the lines that ADD PRIMARY KEY, do you just add the key to the list or do you add them to the Index as Primary Key as well? Some of the tables do not have anything in the Index.

For instance,

ALTER TABLE `jos_fb_attachments` ADD PRIMARY KEY ( `mesid` );
ALTER TABLE `jos_fb_categories` ADD PRIMARY KEY ( `id` );

Do I add the Primary Keys to the top list or do I also add them to the Index as a Primary Key?

The edit to the database did eliminate the 371 error, however when I go to the user list I get headers but an empty listing. I have 33 members in my forums and they are not listed.
rsavoia (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/06/11 00:46 By rsavoia.
 
Rick Savoia
Host of The Force Field
A podcast for IT Service Providers
http://www.theforcefield.net
 
The administrator has disabled public write access.  
#11151
Re:BIG upgrade bug (speed issues, functionality) fix 1 Year, 5 Months ago  
Can u paste full and complete SQL query to fix this tables ?
appaloosa (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#11171
Re:BIG upgrade bug (speed issues, functionality) fix 1 Year, 5 Months ago  
Apaloosa: www.bestofjoomla.com/component/option,co...6/limitstart,0/#9469

rsavoia:
In PhpMyadmin select your table on the left and after the table is selected go to SQL tab on the top of the right side. Copy and paste the code. If execution stops on an error, remove error and run query again from that line on as phpMyadmin stops executing on error. If error is something like "Key already exists.." just move to next line (you will have a lot of this errors as you ran queries by hand)
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.  
#11223
Re:BIG upgrade bug (speed issues, functionality) fix 1 Year, 5 Months ago  
Thanks, I appreciate the guidance.

I will try it when I get a chance. Everything seems to work except the userlist is blank. Apparently something is not right. At least I am not receiving the error.
rsavoia (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/06/11 09:59 By rsavoia.
 
Rick Savoia
Host of The Force Field
A podcast for IT Service Providers
http://www.theforcefield.net
 
The administrator has disabled public write access.  
#11876
Re:BIG upgrade bug (speed issues, functionality) fix 1 Year, 5 Months ago  
Is anything happening to fix the userlist problem?
jasonrhl (User)
Junior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12006
Re:BIG upgrade bug (speed issues, functionality) f 1 Year, 5 Months ago  
I got stuck on this issue to. At first I was very happy to see this great new board. Even with the database fixes of kauselot, very strange things still happen in the board.

I'll wait for the final version, this should be fixed by then I suppose.
Caraxic (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#13052
Re:BIG upgrade bug (speed issues, functionality) f 1 Year, 4 Months ago  
Finetuning jb to fb upgrade - fix links (to e.g. images) in forum messages:

UPDATE 'jos_fb_messages_text' set message = replace(message,'joomlaboard','fireboard';

If you have links elsewhere(e.g. in ordinary content) you should update those tables too -e.g.: UPDATE 'jos_messages ' set message = replace(message,'joomlaboard','fireboard';
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.  
#13822
Re:BIG upgrade bug (speed issues, functionality) fix 1 Year, 4 Months ago  
I ran the script. I have 44 users and now only the last registered user is in the userlist.
Before I ran the script I could insert emoticons into my posts. Now the emoticons do not work. They show next to the message box but when I click on one nothing happens. So now what?
rsavoia (User)
Junior Boarder
Posts: 49
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Rick Savoia
Host of The Force Field
A podcast for IT Service Providers
http://www.theforcefield.net
 
The administrator has disabled public write access.  
Go to top