1
So I installed several modules, things seemed to be OK. Then I realized that I had set everything up for "registered users", although I don't intend to have users (other than me) modifying anything on the site.
So I grab a different computer, connect to my site, and
only have a login block.
I went through the group permissions editor, and set up anonymous access to have access to my modules, and checked the boxes that display them on the left/center/right.
If I go to the preferences, and select one of the modules as my start page, then it works, although that's not what I want. My anonymouse user gets the full page spread.
If I disable it and set the start module to None, then I get a blank page.
TUrning on full inline error debuggings shows:
Fatal error: Class articlepermissionhandler: Cannot inherit from undefined class xoopsgrouppermhandler in /home/mathcon/public_html/modules/article/include/functions.php(122) : eval()'d code on line 2
I'm half-tempted to leave the start page as one of the blocks (it is a xpress block), because it works, *except* it displays the block twice. Once with the full text of the blog entry, and once with a "summary".
It doesn't do that when I'm logged in as a "Registered user".
Any tips appreciated.