|
Clean Install - How To 1 Year, 1 Month ago
|
|
|
Okay. This isn't referring to a FRESH Install but rather a CLEAN install where you would need to wipe the slate (database) clean of your previous FB install and reinstall it. This is taken straight from the manual included in the FB download (with a little editing).
Uninstalling Fireboard
Important Note
By Uninstalling all your Fireboard files will be deleted! However, if you have a version greater than 1.0.2, your uploaded files, avatars and all the files that are under “Joomla_Root/images” directory will not be deleted. Also, your database tables will not be dropped.
1. Go to Administrator > Installers > Components
2. Select Fireboard and click Uninstall.
3. After this point, you can decide if you want to completely uninstall Fireboard or leave the database tables and uploaded files intact.
3.1. If you want to completely Uninstall fireboard:
Apply the following database queries:
[code:1]DROP TABLE `jos_fb_announcement` ,
`jos_fb_attachments` , `jos_fb_categories` , `jos_fb_favorites` , `jos_fb_groups` , `jos_fb_messages` , `jos_fb_messages_text` , `jos_fb_moderation` , `jos_fb_ranks` , `jos_fb_sessions` , `jos_fb_smileys` , `jos_fb_subscriptions` , `jos_fb_users` , `jos_fb_whoisonline`[/code:1]
(If you don’t know how to access/use phpmyadmin, please read: http://community.mybboard.net/showthread.php?tid=4720)
[b]FAILURE TO EXECUTE STEP 3.1 WILL RESULT IN foreach() (and possibly other) ERRORS!! You have been warned.[/b]
4. Delete “Joomla_Root/images/fbfiles/” directory.
[b]Installation/Reinstallation[/b]
1. First, unpack the archive on your local computer.
2. Go to your Joomla! Administration > Installer > Components
3. Click Browse, Select the package (zip) and click on “Install”.
4. After a successful installation, go to Components > Fireboard Forum
5. Once you enter the control panel, at top of the page you will notice a dialog asking you whether you want to upgrade from “Joomlaboard” or a “Clean Install”. If you click on Clean Install you will have a fresh installation of Fireboard and necessary database tables are generated automatically.
6. [Optional] You can also try your new board by “loading sample data” which creates a dummy category and a post. We recommend this option to get familiar with creation of categories and post administration.
However while step 6 is recommended in the manual I do not. It seems to cause more problems than it solves. I personally have never installed the sample data and have had no problems whatsoever.
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year, 1 Month ago
|
|
|
I have complete uninstall Fireboard 1.0.3! and Install fresh copy, but when link to main menu, and clik to FORUM the page its complete white ! why ?? can You please help me !
|
|
svija (User)
Fresh Boarder
Posts: 13
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year, 1 Month ago
|
|
|
I just installed 1.03. All went well. But,what is one to do with the patch_to_FireboardPForum_1.03.zip
Thanks
Larry
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year, 1 Month ago
|
|
|
svija wrote:
I have complete uninstall Fireboard 1.0.3! and Install fresh copy, but when link to main menu, and clik to FORUM the page its complete white ! why ?? can You please help me !
DO NOT enable any plugins in the config that you have not installed. Also this post IS a HOW TO and questions concerning that only. Any problems AFTER the install needs to go in it's corect forum..
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year, 1 Month ago
|
|
|
If all went well, nothing.
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year ago
|
|
|
Looks like a few tables to be dropped may be missing from the above list. Would be great if this could be confirmed but as per the manual looks like the above string has left off
`jos_fb_moderation` , `jos_fb_ranks` , `jos_fb_sessions` , `jos_fb_smileys` , `jos_fb_subscriptions` , `jos_fb_users` , `jos_fb_whoisonline`
so the complete query would read:
DROP TABLE `jos_fb_announcement` ,
`jos_fb_attachments` , `jos_fb_categories` , `jos_fb_favorites` , `jos_fb_groups` , `jos_fb_messages` , `jos_fb_messages_text` , `jos_fb_moderation` , `jos_fb_ranks` , `jos_fb_sessions` , `jos_fb_smileys` , `jos_fb_subscriptions` , `jos_fb_users` , `jos_fb_whoisonline`
cheers! ANi_G
PS: The post was super helpful (including the link to the phpmyadmin helpforum which was invaluable/essential for me a MySQL novices) If I could make a suggestion? it would be brilliant to insert this link in the manual (pg.10 Uninstalling)) as it takes the mystery out of querying the db for noobs.
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year ago
|
|
|
Thanks. Glad it was helpful. The query is complete. The code view pushes most of it right off the screen.
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year ago
|
|
|
I just installed 1.03. All went well. But,what is one to do with the patch_to_FireboardPForum_1.03.zip
Thanks
Larry
Good Question... anybody?
|
|
WiZeGuY (User)
Fresh Boarder
Posts: 6
|
Logged
|
|
|
Last Edit: 2007/11/24 14:00 By WiZeGuY.
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 1 Year ago
|
|
|
If it's working why do you need a patch? The answer is "nothing".
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
Re:Clean Install - How To 11 Months, 3 Weeks ago
|
|
|
READ THIS if you get problems with upload and text like wrong in fb_image_upload.php on line 87
go to /images/fbfiles/images folder and set folder permission to 777 and it will all be oki, now the files get moved
THAT problem could ocoure if you upgrade and dont have folders alternative to sett direct 777
|
|
|
Logged
|
|
|
Last Edit: 2007/12/08 04:49 By b9sinner.
|
|
|
The administrator has disabled public write access.
|
|
|