Diagnose cause of 403 and 404 errors in Admin
Posted: Fri May 18, 2012 12:42 am
I often get errors in Admin after submitting some data - a 403 at first because I have indexing disabled, but if I enable directory indexing I get a 404.
Mostly this relates to using modules, and the URL in admin is "http://mydomain.com/admin/moduleinterface.php"
I know this isn't the modules board, but my question is really about debugging. Is there a way to find out more about what is causing these errors? I have tried turning debug on in config but that doesn't give me any information on the 403/404 screen. There are no errors in my PHP logs.
I have had these errors in many modules (FormBuilder, CGblog, Glossary) so I think it must be some general configuration error, maybe to do with my hosting? Mostly the errors happen after submitting content containing HTML tags - it tolerates a simple structure but nested structures cause the errors, so maybe some kind of parsing issue? I know this description is very vague.
I saw another post where it was suggested that having mod_security installed in Apache can cause problems. Do you think that could be it?
Any help would be very much appreciated.
Mostly this relates to using modules, and the URL in admin is "http://mydomain.com/admin/moduleinterface.php"
I know this isn't the modules board, but my question is really about debugging. Is there a way to find out more about what is causing these errors? I have tried turning debug on in config but that doesn't give me any information on the 403/404 screen. There are no errors in my PHP logs.
I have had these errors in many modules (FormBuilder, CGblog, Glossary) so I think it must be some general configuration error, maybe to do with my hosting? Mostly the errors happen after submitting content containing HTML tags - it tolerates a simple structure but nested structures cause the errors, so maybe some kind of parsing issue? I know this description is very vague.
I saw another post where it was suggested that having mod_security installed in Apache can cause problems. Do you think that could be it?
Any help would be very much appreciated.