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!
Undefined variable: botDisplay (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Undefined variable: botDisplay
#42108
Undefined variable: botDisplay 10 Months ago  
I have 1.0.4 running on Joomla 1.0.13 using the FB DiscussBot. It is working just fine, but I have a weird situation. Using the iJoomla RSS Feeder component, I get the following error message:

Notice: Undefined variable: botDisplay in /var/www/vhosts/mcpressonline.com/httpdocs/ma...ent/fbdiscussbot.php on line 47

It only seems to show on the page for this component. Any ideas?
dthdevelopment (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#42176
Re:Undefined variable: botDisplay 10 Months ago  
Which version of the bot? Never mind - It looks like version 1.0.3.

[code:1]

change line 47 from this:
$botDisplay; // Associative array holder for the results of the bot...


to this:
$botDisplay = array(); // Associative array holder for the results of the bot...

[/code:1]


If that works, post it back and I'll add the fix to the next version.

-M
4umfreak (User)
Senior Boarder
Posts: 248
graphgraph
User Offline Click here to see the profile of this user
ObjectClarity.com
Logged Logged
 
Last Edit: 2008/01/31 19:01 By 4umfreak.
 
The administrator has disabled public write access.  
#42189
Re:Undefined variable: botDisplay 10 Months ago  
Woohoo! That fixed it! Thank you very much!
dthdevelopment (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top