Re: Strange 404 error

2009-09-15 Thread Warringer
Thank you. That was what happened... I dropped the Security Component from the app_controller and than imported it where I need it. Now it works as it should work. Thanks. - Warringer On 15 Sep., 10:08, wilfredo wrote: > I had a similar problem this days. I found out, that this was a > prob

Re: Strange 404 error

2009-09-15 Thread wilfredo
I had a similar problem this days. I found out, that this was a problem with the security component. When the security component is enabled all the POST data is validated. If there is a problem with this data, you are redirected to a blank 404 page (black page). I disabled the security component

Strange 404 error

2009-09-13 Thread Warringer
I have run into a very strange error today. After baking model, view and controller for one table, I set of to modify the 'add' action to work with a adding chain of adding data to several tables. It worked well until I ran into the problem... All I added to get additional data into the view fo

Re: Strange 404 Error

2008-06-20 Thread Abhimanyu Grover
Debug is already 2, and it seems like Cake is not even getting triggered. I think I'll check my apache's security settings now. On Jun 19, 10:08 pm, "b logica" <[EMAIL PROTECTED]> wrote: > I think it's likely that there's an error somewhere. Try setting debug > to 2. When it's set to 0 you'll get

Re: Strange 404 Error

2008-06-19 Thread b logica
I think it's likely that there's an error somewhere. Try setting debug to 2. When it's set to 0 you'll get 404s whenever an error occurs. On Thu, Jun 19, 2008 at 8:35 AM, Abhimanyu Grover <[EMAIL PROTECTED]> wrote: > > I'm trying to access a URL, on which Cake shows me a 404. Its a bit > strange

Strange 404 Error

2008-06-19 Thread Abhimanyu Grover
I'm trying to access a URL, on which Cake shows me a 404. Its a bit strange behavior... URL is http://localhost/my_project/controller1/function1/param1/gigapromoters.com%2Fblog Whenever param2 is an encoded URL it shows me the 404, but when its a simple string or something it would work fine, e