|
|
|
Re:upgrading to the latest fire board 6 Months, 2 Weeks ago
|
|
|
Thanks for the reply. Unfortunately, this support is really bad on the Fire board support Forum. At least I know I'm going to get an answer on here, even if you're not sure how to do it.
should I delete this section indicated in mySQLadmin from the actual script? For instance, there is a red cross next to this bit of script, I assume I delete it?
/* Alter table in Second database */ ALTER TABLE `jos_fb_attachments` ADD KEY `mesid` ( `mesid` ) ,
COMMENT = '';
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:upgrading to the latest fire board 6 Months, 2 Weeks ago
|
|
|
Yes, you can correct, you should delete this query from your update file!
Ovidiu
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:upgrading to the latest fire board 6 Months, 2 Weeks ago
|
|
|
should I delete all of this? or is there just a small part I need to delete
* Alter table in Second database */ ALTER TABLE `jos_fb_attachments` ADD KEY `mesid` ( `mesid` ) ,
COMMENT = '';
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:upgrading to the latest fire board 6 Months, 2 Weeks ago
|
|
|
You can delete all from that query! Ovidiu
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:upgrading to the latest fire board 6 Months, 2 Weeks ago
|
|
|
the upgrade seemed to go really well. I actually ended up deleting everything but this:UPDATE `jos_fb_users` SET `rank`=8 WHERE `moderator`=1 AND `rank`=0;
does that sound right to you?
I can only guess that I didn't need any of the other script because the whole forum does seem to be working okay and I have even upgraded to 1.0.4.
Anyway, no thanks to the fire board forum, they were a complete waste of time, you are actually more help. It's very easy when you know how.
The main problem was the instructions in the wiki on the fire board forum were wrong, and they hadn't changed them, or remove them. So for the last few months, I've intermittently tried to go through them and upgrade my forums but given up every time, it's no wonder I did, how can you possibly follow instructions aren't correct in the first place?
|
|
|
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:upgrading to the latest fire board 6 Months, 2 Weeks ago
|
|
|
I think that query should be run, it will update your admin account ranking properly if it's not already at that point!
Anyway, i am sure everybody tries the best for their project even if there could be some delays into updating documentation where needed!
Cheers! Ovidiu
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|