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?
Re:Installation Solutions for FB1.0.4 andJoomla! 1.5 (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Installation Solutions for FB1.0.4 andJoomla! 1.5
#47285
Installation Solutions for FB1.0.4 andJoomla! 1.5 6 Months, 4 Weeks ago  
After installing no way would it work, I couldn't find any relevant Q's or A's in this forum so me and my programming buddy fixed it ourselves - heres how

PROBLEM 1. The install script itself falls over because it tries to UPDATE table #_fb_categories before it's been created!

FIX 1 run the actual admin entrypoint script with a task=installfb parameter, like this (replace felixvs/jdev/ with your own development path)

felixvs/jdev/administrator/index.php?option=com_fireboard&task=installfb

PROBLEM 2. In the back end, trying to create a forum is impossible because it falls over - this time due to a very silly mistake in admin.fireboard.php on line 460 where a define (_FB_TOPLEVEL) is used but enclosed within quotes so its not picked up as a define!

FIX 2. First you'll need to make the script writable, then correct the line - remembering not only to unquote the _FP_TOPLEVEL define but to also make sure that the text it expands to gets quoted in the query. Really - you don't want to do this if you don't get where i'm coming from - faint hearted programmers be warned

PROBLEM and FIX 3. Now you will need to create a Top LEvel Category in the #_fb_categories table - it needs a parent id of 0. You'll only need to give values to the parent id (i said that) and the name and a description - make sure its published tho'

PROBLEM and FIX 4. Finally, I had some issues with left-over remnants of the demo data, if you are unlucky enough to have played with this and then removed it you will have to remove what it left behind!
Specifically you need to flush the #_fb_messages and #_fb_messages_text tables.

Then you can create a forum in the back end, under Top Level Category that SHOULD show up in the front end, personally I got a bit 'hacky' at this point so I'm not certain whether it worked from the back end or whether I had to fix-up the row for the forum in the #_fb_catagories table.

Just make sure that your new forum has the id of Top Level Category (should be 1) as its parent id and things should beok...

Now things should be looking like they're working...

EXCEPT - don't do anything to the smileys in the back end! Thats another problem but for me its CBA.

GOOD LUCK!
fee (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52322
Re:Installation Solutions for FB1.0.4 andJoomla! 1.5 3 Months, 3 Weeks ago  
my name is song jianhua .that is a
flysnowinger (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.  
#52323
Re:Installation Solutions for FB1.0.4 andJoomla! 1.5 3 Months, 3 Weeks ago  
我是一只小小鸟,总想飞也飞不高。。。。。
flysnowinger (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.  
#56811
Re:Installation Solutions for FB1.0.4 andJoomla! 1 1 Month, 3 Weeks ago  
I am getting that same problem .. where i cant add a category .. It says no parent in the parent dropdown

I checked line 460 in the admin.fireboard and it looks like there are no brackets like u suggested.. here is the line

$database->setQuery("SELECT distinct '0' AS value, _FB_TOPLEVEL AS text" . "nFROM #__fb_categories AS a" . "nWHERE parent='0' AND id<>'$row->id'" . "nORDER BY ordering";
$categories = array_merge($categories, (array)$database->loadObjectList());

I can't get this to work.. help??

also here is the link to the site..
toner728.brinkster.net/dolphinfitnessonl...eboard&Itemid=74
toner728 (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.  
#60020
Re:Installation Solutions for FB1.0.4 andJoomla! 1 4 Days, 15 Hours ago  
the install of the component simply times out when trying to install Fireboard 1.0.5 RC2.

I tried manually installing it. (legacy mode )
but no joy. I get the admin page all full of errors.
carsten888 (User)
Junior Boarder
Posts: 44
graphgraph
User Offline Click here to see the profile of this user
Gender: Male safe login
Logged Logged
 
The administrator has disabled public write access.  
#60027
Re:Installation Solutions for FB1.0.4 andJoomla! 1 4 Days, 14 Hours ago  
Yes, j1.5 is crap when installing...

Try to install from this URL (don't download, just ask joomla to install form it)

Code:

http://joomlacode.org/gf/download/frsrelease/8676/31958/com_fireboard_v1.0.5RC2_b803_2008-10-06.tar.gz
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 358
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
The administrator has disabled public write access.  
#60034
Re:Installation Solutions for FB1.0.4 andJoomla! 1.5 4 Days, 13 Hours ago  
Hoo - raaaaay

Everybody relax - FireBoard 1.0.5RC2 is the dog bollx - installs like a dream IF you read the instructions properly and do as it says and up your server's php max timeout to something well above 30secs.

Joyio
fee (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top