> Try putting this at the top: > $this->autoRender = false; I tried... it's the same
> Are you using the last stable version ? yes > Have you got access to the HTTP Access Log ? yes, i'm using my laptop as server, the access log line of the request is: 127.0.0.1 - - [25/Mar/2009:15:25:12 +0100] "GET /dianadobreva/anfore/edit/31 HTTP/1.1" 200 12014 "http://localhost/dianadobreva/users/login" "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7" 127.0.0.1 - - [25/Mar/2009:15:25:23 +0100] "GET /dianadobreva/disegni/thumbnail/1 HTTP/1.1" 200 2676 "http://localhost/dianadobreva/anfore/edit/31" "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7" 127.0.0.1 - - [25/Mar/2009:15:25:28 +0100] "GET /dianadobreva/anfore/edit/css/niftyCorners.css HTTP/1.1" 200 11535 "http://localhost/dianadobreva/anfore/edit/31" "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7" 127.0.0.1 - - [25/Mar/2009:15:25:44 +0100] "POST /dianadobreva/anfore/edit/31 HTTP/1.1" 404 - "http://localhost/dianadobreva/anfore/edit/31" "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7" 127.0.0.1 - - [25/Mar/2009:15:25:50 +0100] "GET /favicon.ico HTTP/1.1" 404 323 "-" "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7" 127.0.0.1 - - [25/Mar/2009:15:27:28 +0100] "POST /dianadobreva/anfore/edit/31 HTTP/1.1" 404 - "http://localhost/dianadobreva/anfore/edit/31" "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7" the only recent line of error log is: [Wed Mar 25 15:25:50 2009] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico the cakephp log in tmp/log/ don't show nothing of recent.. > Try debugging with die('something'). if i put a die in the beforeFilter, and it works, doesn't send me a 404, but shows the output of die if i put a die() in the first line of edit action this sends me again a 404 with empty page so the problem is between the execution of beforeFilter and edit.. but i don't know where is.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
