Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Call to a member function headers() on a non-object #1

Open
ofca opened this issue Jun 14, 2011 · 0 comments
Open

Fatal error: Call to a member function headers() on a non-object #1

ofca opened this issue Jun 14, 2011 · 0 comments
Assignees

Comments

@ofca
Copy link
Owner

ofca commented Jun 14, 2011

Jak dodamy w indexie ini_set('display_errors','On'); (dziwy, dziwy...) i wklepiemy jakiś błędny nie istniejący adres (żeby dostać HTTP_Exception_404) to pod standardowym komunikatem Kohany dostajemy:

Fatal error: Call to a member function headers() on a non-object in ...modules/shared/peeper/classes/kohana/peeper.php on line 331

To wygląda tak jakby $response = $request->response(); nie zwracał obiektu odpowiedzi. Tak na szybko weryfikując, zgaduję, że przy wyjątku 404, Response jest po prostu nie tworzona w ogóle w klasie requestu.

W każdym razie błąd nie krytyczny, pojawiający się tylko w takiej sytuacji.

@ghost ghost assigned ofca Jun 14, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant