I am using Joomla 1.5.8 on my page, with the irc component mospjirc.
It works almost complete, i just got this two lines showing:
- Code: Select all
Notice: Undefined variable: nick in /srv/http/overdose/joomla/components/com_mospjirc/mospjirc.php on line 23
Notice: Undefined variable: alternateNick in /srv/http/overdose/joomla/components/com_mospjirc/mospjirc.php on line 23
They are shown above the irc-applet, wich is working fine.
Since i am not familiar with php, i dont recon why this Notice is generated? The variables work, the applet takes the nick and alternateNick you type in.
I tried to define thes variables in the mospjirc.class.php.
Then i realised that the other variables in this line
- Code: Select all
HTML_mospjirc::connect($server, $nick, $alternateNick, $option);
are also not defined in the mospjirc class.
So, i hope you can tell me, why these variables are working and generating Notices at the same time, and how to ged rid of them.
Greetings,
chillta
