1
My site is here:
http://www.mcnology.com/xoops/html/index.phpA little background info. I host with GoDaddy and they have the option to autoinstall XOOPS 2.0.7 as part of their deluxe hosting. It works great, no problems. Well I did their clean install and then immediately upgraded to 2.2.3. I got the error mentioned elsewhere (authfactory.php), but at the time I hadn't seen that announcement. Thinking I'll try it this time as a clean install, I wiped all of it (db included) and then installed the full 2.2.3 manually. The MySQL database is installed by them, but I specify the name, username, password etc. I assume there wouldn't be an issue with XOOPS because their 2.0.7 version works flawlessly (I have another site running it and no probs for a year). Now I received the exact same error, but this time I saw the fix. The fix appeare to work and I was left with a login screen. Here's where it gets tricky. I can login, but I get "done but with errors" in the status bar of IE. As well, when I go to Preferences/System/General Settings I get this:
Fatal error: Undefined class name 'xoopslists' in /home/content/m/c/n/mcnology/html/xoops/html/class/xoopsform/formselectlang.php on line 73
All the other preferences links work fine, its just the General Settings one. Other links that also throw errors are these ones:
The register link on user.php gives me this:
Fatal error: Call to a member function on a non-object in /home/content/m/c/n/mcnology/html/xoops/html/class/theme.php on line 493
Resend activation e-mail link gives me this:
Fatal error: Call to a member function on a non-object in /home/content/m/c/n/mcnology/html/xoops/html/class/theme.php on line 493
Those are all that I've found so far. But as well, the main page gives me no links whatsoever. I have to manually add user.php to the end of the URL to get a login prompt to login, etc. I apologize if this is something simple that I missed, but I haven't been able to find any answers searching and I really wish I knew PHP/Xoops better to figure this out on my own. Since this is all technically a clean install, did I miss a step before hand or anything? I did make sure the permissions were properly set before the install as specified here:
https://xoops.org/modules/smartfaq/faq.php?faqid=286If you have any ideas, I'd appreciate it. I'll keep trying to figure it out.