Drupal 6.22

Drush enabled TAC lite, everything goes fine. I see it in the database.

TAC lite settings page, all blank. Going to /settings, or /roles, same result. Clicking scheme_1 tab results in a WSOD, but no PHP error in the php log. I cannot find the module on the Modules page, or anything referencing it on the Permissions page. Attempting to Drush uninstall resulted in error. Manually set status to 0 and cleared cache, uninstalled module. Still do not see it on the Module list.

Thoughts?

Comments

kevinquillen’s picture

Was able to install it this time, again asked me to rebuild content permissions twice.

Now the form has options, but when I pick one, content permissions have to be built again. When the page reloads, the option I have is not selected anymore.

'Schemes' are not straightforward. What do schemes 3-7 do? I can't tell if this is working or not since the form options don't stay selected.

Dave Cohen’s picture

I'd start with a fresh drupal install, since it sounds like you've done some manual database edits. Things might not be in a good state.

The WSOD pretty much always has an error associated with it, if your PHP is configured to be verbose. Might be in PHP log, or apache, or some other system log. It's worth finding the underlying error.

The number of schemes is configurable, many sites only need one. Each scheme can have a different set of grants. I.e. you might want one scheme to grant read permission, another scheme to grant update and/or delete.

In issues, rather than write "resulted in error," copy and paste the error message.