By cmccoy on
I am in the process of setting up my Drupal-powered site. I am running into a problem when I enable the SQL Search module. When the select the module to enable it and the click "Save Configuration" the resulting page displays "Access Denied" and "The configuration options have been saved." and then "You are not authorized to access this page." When I reload the page (clicking refresh) the page loads right up with no errors mentioned. It is almost like drupal forgets who I am during the save. My settings are being saved but it is kind of a hassle to keep running into the page everytime I change a setting in the site admin.
Please Help!!
Comments
Try checking the "access
Try checking the "access control" pages and ensure that the group you are in has the proper access. I've fought with weird things after forgetting to grant permissions after enabling a module.
I tried that...
...with no luck. In addition, I am the admin so shouldn't I have access to all?
I had the same problem
I had the same, exact problem and the only thing that worked was disabling the Acid Free module. You don't happen to have that installed do you? It is listed as a bug in the Acid Free issue tracker but it can't be reproduced.
My guess is it is the interaction between that module and another module.
Let me know if that works. Can anyone out there take a look at the acidfree module and figure out what the issue might be?
Funny thing...
...I do have acidfree installed and enabled. I tried what you suggested and the problem went away. Any ideas where to start looking in the acidfree module for the problem?
interaction issue
i am not familiar with that module and how it works. I am going to reference this thread on their issue folder and hope that someone can do something about this because I really love this module.
Most likely it is an interaction issue between two or more modules as no one can replicate this error using the acidfree module alone. If you can, will you list all the modules you have installed and running when you were having the problems (including acidfree). I will compare it to my list of installed modules. Then we can look and see what the interaction issue might be.
Module conflict
After a bit of playing around, it appears to me to be a conflict with the trip_search module. No idea what is causing things to break, but when I disable either one of the two modules, things are working great.
Check it out here
The issue at acidfree issue tracking:
http://drupal.org/node/38369