1
I stumbled across a E-Xoops module called E-Xoops tools, which is basically a collection of Javascript programs for webmasters - HTML to PHP Converter, HTML to ASP Converter,
HTML to Javascript Converter, CSS scrollbar maker, popup window maker, HTML editor, email encoder etc - 17 scripts in all, bundled as an E-Xoops module. Surprisingly, it works in XOOPS 2.06 without any modifications at all. It did have a list of PHP notices and warnings, which i've all but eliminated, except for one. I get the following PHP notice when PHP debug is turned on:
Quote:
Notice [PHP]: Undefined variable: func in file modules/exoopstools/index.php line 2809
It doesn't seem to affect the operation of the module at all. Line 2809 is:
Quote:
I don't know enough about PHP to answer this, but how can the script function if a variable isn't defined?
I'd like to get this fixed so I can release the module as a XOOPS module. Anyone have any ideas? Perhaps it's something that gets defined in the normal E-Xoops mainfile?