By magnusprime on
I have Drupal 4.7.1 and the latest Simple Access module.
I enabled it, and it seemed to work, except that if I selected "promote to front page" and logged out, Anonymous users could still see content, even though they are not part of the access group that can "view" the content.
Also, I decided to disable the module, following the procedure in the README, which states to visit the page, click the de-activate button, then de-activate the module. I did this, and now NOTHING show up on the front page. I get the standard default drupal page, which has the "click here to create the first account" link and things.
Did I do something wrong? Did I miss something?
Comments
More Info
I did some more research and investigation, and when i looked at the node_access table in the DB, the "realm" for my content was still set to "simple_access". I manually changed it to "all" and now the content shows up on my front page.
However, new content is still not being added properly, or showing on the front page properly.
I think this is a serious bug with Simple_Access module.
-Magnus
More information
We have also encountered this situation. After running the "Deactivate" recommended in the documentation, we ended up with access to all content denied or a blank submission page, depending on whether there was a check on the module administration page for Simple Access. So far, we have changed "simple_access" to "all" as suggested by your posts and also encountered the issue with new content not appearing on the front page.
We have since dropped the two simple_access_* tables from the database, removed the simple_access_enabled variable from variables table, deleted the simple_access/ directory and its contents from our modules/ directory, removed the reference to the module in the system table, removed a reference called simple_access_id from the sequences table, ...
Needless to say, it should not require this much interaction, and we still haven't completely solved the issue.
The lines that appear to be intended to set up for and clean up after simple_access read:
From this, it appears the cleanup should be as simple as removing all the "simple_access" records in the node_access table, create a new record with (0, 0, "all", 1, 0, 0), and remove the "simple_access_active" variable.
We just barely created the new record in node_access table, and it appears to have fixed the issue for us.
This code should have (but apparently did not) run from the Deactivate feature, and even if it had, it would have left a /lot/ of mess behind. Hope this helps.
Same problem
May I add that when pressing the activate and deactivate button (before enabling and before disabling the module respectivelly) nothing seems to happen, no message or indication that it worked succesfully ....
There is a bug posted in the issues section at http://drupal.org/node/65640
--
chios sightseeings
------
GiorgosK
Web Development