1
Just tried to install 223a (new install) on a server running PHP 4.1.2. and MySql 3.23.58. I get to the screen where I'm asked to provide an admin name/password etc, which I complete, then press 'Next'. I then just get a blank screen. If I try to enter manually (i.e. type in the
http://www.mysite/index.php stuff into my browser [Avant]) I get the following:
Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/oldcantabrigiansociety.org.uk/httpdocs/Xoops223a/html/class/theme.php on line 499
Notice [PHP]: Undefined index: enable_badips in file class/xoopssecurity.php line 215
Notice [PHP]: Undefined index: language in file include/common.php line 152
Notice [PHP]: Undefined index: language in file include/common.php line 160
Notice [PHP]: Undefined index: language in file include/common.php line 172
Notice [PHP]: Undefined index: use_ssl in file include/common.php line 183
Notice [PHP]: Undefined index: use_mysession in file include/common.php line 185
Notice [PHP]: Undefined index: banners in file include/common.php line 235
Notice [PHP]: Undefined index: debug_mode in file include/common.php line 235
Warning [PHP]: Wrong datatype for second argument in call to in_array in file include/common.php line 235
Notice [PHP]: Undefined index: theme_fromfile in file class/template.php line 66
Notice [PHP]: Undefined index: sitename in file class/theme.php line 417
Notice [PHP]: Undefined index: slogan in file class/theme.php line 418
Notice [PHP]: Undefined index: slogan in file class/theme.php line 436
Notice [PHP]: Undefined index: theme_set_admin in file class/theme.php line 477
Notice [PHP]: Undefined index: theme_set_admin in file class/theme.php line 482
Notice [PHP]: Undefined index: closesite in file include/common.php line 238
Notice [PHP]: Undefined index: use_mysession in file include/functions.php line 411
Notice [PHP]: Undefined index: language in file class/theme.php line 263
Line 499 of theme.php says
return 'mod_'.$GLOBALS['xoopsModule']->getVar('dirname').'|'.md5(str_replace(XOOPS_URL, '', $protocol."://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].$cachegroup));
I've read elsewhere that this may be to do with not having the usermanagement module installed; however, I don't know what this module is actually called and where I can get it, neither do I know how I can install it if I can't get XOOPS to open up! Permissions on all my folders are 777, so I don't think that's the problem. I looked in the SQL database and my admin name and password etc have not been recorded. Be very grateful if anyone has any ideas as to what I should try next!