Closed (fixed)
Project:
Search 404
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Apr 2007 at 02:05 UTC
Updated:
28 Apr 2007 at 20:24 UTC
After i upgraded to Drupal 5.1, Search 404 started to give "access denied" errors instead of it's normal job.
here are the examples;
http://www.hecatomber.org/need/for/speed
http://www.hecatomber.org/search/node/need+for+speed
normally, that first url, used to redirect to that 1 result. but now it doesn't. how can i resolve this?
Comments
Comment #1
forngren commentedI can't find anything obvious that can explain this. Please tell me some more about your configuration.
S404 version?
Relevant permissions? (search)
S404 config? What options have you set?
PHP version?
Does this only happen for anonymous users?
And anything else you feel is relevant
Thank you!
Comment #2
korayal commentedS404 Version is given on the top of the Issue information (I also tried the stable one too)
As for permission, there is only a permission setting for "search" module on "access control" tab. those are granted to all user groups.
On Search 404 settings, all choices are selected, and the other textboxes are in their default entries.
Server info:
MySQL database 4.1.21
PHP 5.2.1
And most importantly, i am getting those access denied errors with admin (user no. 1) account too.
Comment #3
forngren commentedI'm afraid that I still can't find anything that can explain this. PHP 5.2 might have something todo with this. I have not tested the module on 5.2. Another possible cause is the upgrade. I have done major rewrites on S404 since 4.7, but I've not done any db changes though.
You could try...
Comment #4
korayal commentedi can try the first one, but the other two will not work for me :)
i'll update here if i have some changes on the process.
Comment #5
forngren commentedThe second option could at least help determine if PHP 5.2/something else with your server setup is causing this.
Comment #6
korayal commentedWhen i see the "access denied" error instead of the "page not found" error, i tried forwarding "access denied" pages to the search404, from "Error Reporting" section. it's working now. (but we can all say that this is not a good solution)
Comment #7
forngren commentedThat's the way it should be configured. It is configured for you when you do a install, but not during an update.
Comment #8
korayal commentedbtw, while i was uninstalling the previous version, i found a typo on the install file
function "variable_del" was written like "varaible_del" in one of the lines. so we get an error while uninstalling the module.
Comment #9
forngren commentedThanks, updated the dev release.