Dear FireBoard users,
In order to further develope the need of Joomla for a robust forum, FireBoard component has been moved to its own new home and new name. You can find more information regarding the Kunena, the successor of FireBoard, at kunena.com. The current forum here will stay for some time more for referencing needs. You can find the FireBoard files under joomlacode.org and other files
Upgrading to Kunena is highly recommended!

Kunena! - To Speak!

A revolution is coming... Kunena - Swahili for: To Speak! THE Next generation of native Joomla based Forum ultra component. Forget what you know about Joomla based forums...
Amazingly Simple Lean and Clean Easier Customization
Kunena is about to redefine the world of Joomla! with the most simplistic ultra component out there. For ultimate performance based on state of the art development techniques, Kunena! is about to bring you... With an integrated plugin system that will allow you to extend Kunena beyond your wildest imaginations...
Undefined variable: botDisplay
TOPIC: Undefined variable: botDisplay
#42108
Undefined variable: botDisplay 4 Years, 3 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/mambots/content/fbdiscussbot.php on line 47

It only seems to show on the page for this component. Any ideas?
#42108
Undefined variable: botDisplay 4 Years, 3 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/mambots/content/fbdiscussbot.php on line 47

It only seems to show on the page for this component. Any ideas?
#42176
Re:Undefined variable: botDisplay 4 Years, 3 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
#42189
Re:Undefined variable: botDisplay 4 Years, 3 Months ago  
Woohoo! That fixed it! Thank you very much!
Page: 1