I have removed the goforit as it was not doing anything anyways. I have reinstalled Moo's online 1.1.1 and firefox with firebug.
Upon removing the goforit _script_ there was no change at all inthe operation of the module.
When viewing the site
http://www.phoenix-rising.me.uk hte following errors are present:
Notice: Undefined variable: site_subdirectory in e:/domains/p/phoenix-rising.me.uk/user/htdocs/modules/mod_moolet_online.php on line 69...
That ones an easy one, it is there because there is no field in the admin setup for site_subdirectory therefore no params. There is also no index relating to site_subdirectory.
Notice: Undefined index: away_fade in e:/domains/p/phoenix-rising.me.uk/user/htdocs/modules/mod_moolet_online/mod_moolet_online.inc.php on line 43
I believe this could be an error in the _java_script__ file as when looking in params of firebug the away_fade param is actually showing as away_fade1 not away_fade 1
Notice: Undefined variable: nobody_text in e:/domains/p/phoenix-rising.me.uk/user/htdocs/modules/mod_moolet_online/mod_moolet_online.inc.php on line 265
Notice: Undefined variable: content_2 in e:/domains/p/phoenix-rising.me.uk/user/htdocs/modules/mod_moolet_online/mod_moolet_online.inc.php on line 265.
The above two are for when no one is logged in.
Notice: Use of undefined constant v - assumed 'v' in e:/domains/p/phoenix-rising.me.uk/user/htdocs/modules/mod_moolet_online/mod_moolet_online.inc.php on line 160
Notice: Undefined variable: content_2 in e:/domains/p/phoenix-rising.me.uk/user/htdocs/modules/mod_moolet_online/mod_moolet_online.inc.php on line 271
Notice: Use of undefined constant h - assumed 'h' in e:/domains/p/phoenix-rising.me.uk/user/htdocs/modules/mod_moolet_online/mod_moolet_online.inc.php on line 273
The above three appear once a user is logged in.
I directed my browser to
http://phoenix-rising-me.uk/modules/mod_moolet_online/mod_moolet_online.inc.php and read at the bottom that it could not open the stream to the language file. I know however that it is reading the language file as you can see it is loading the appropiate text from the language file into the module.
Also please note that i have put forward slashes into the directories above due to the fireboard seems to strip back slashes.