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 Issue (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Installation Issue
#54095
Re:Installation Issue 1 Month ago  
Regarding this error:

Fatal error: Cannot use object of type fb_Config as array in /home/content/g/r/e/gregluce/html/components/com_fireboard/sources/interpreter.fireboard.inc.php on line 325

I took a look in the file: interpreter.fireboard.inc.php

and find this code:

Code:

            case 'img':
                if($between) {
                    $task->autolink_disable--; # continue autolink conversion
                    // Make sure we add image size if specified and while we are
                    // at it also set maximum image width from text width config.
                    //
                    // NOTICE: image max variables from config are not intended
                    // for formating but to limit the size of uploads, which can
                    // be larger than the available post area to support super-
                    // sized popups. 
                    $tag_new = "<img src='".$between.
                        ((isset($tag->options["size"]))?"' width='".htmlspecialchars($tag->options["size"]):'').
                        "' border='0' style='max-width:".(int)$GLOBALS["fbConfig"]["rtewidth"]."px; ' />";
                    return TAGPARSER_RET_REPLACED;
                }



it looks like fireboard has some problems geting the configurations on max width. This is what the phrase that doesn't work:
style='max-width:".(int)$GLOBALS["fbConfig"]["rtewidth"]."px; '

Does anyona have an idea why?
Mellompus (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/18 17:36 By Mellompus.
 
The administrator has disabled public write access.  
#54097
Re:Installation Issue 1 Month ago  
Nice thread hijack. Please start your own thread.
grinchy (User)
Gold Boarder
Posts: 210
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54110
Re:Installation Issue 1 Month ago  
I've tried reinstalling several times. I've even removed all of the tables from the database and then reinstalled and I was still getting that error. Last night I added the sample data and that allowed me to change my forum administration, after that the error just went away. Everything is working fine now from what I can see though I'm a little confused over all this.
dork313 (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.  
#54118
Re:Installation Issue 1 Month ago  
Mellompus wrote:
it looks like fireboard has some problems geting the configurations on max width. This is what the phrase that doesn't work:
style='max-width:".(int)$GLOBALS["fbConfig"]["rtewidth"]."px; '

Does anyona have an idea why?


change it from
$GLOBALS["fbConfig"]["rtewidth"]
to
$GLOBALS["fbConfig"]->rtewidth

it is fixed and will be available in the next release
racoon (User)
FB Core Team
Gold Boarder
Posts: 298
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54184
Re:Installation Issue 1 Month ago  
Thanks racoon!
Mellompus (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
Powered by FireBoard - Creditsget the latest posts directly to your desktop