Alors oui j'ai des erreurs dans le index.php seulement :
lo@lo-desktop:~/Documents/test_php/test_pluf/Hello_test$ php index.php
Fatal error: Uncaught exception 'PlufErrorHandlerException' with
message 'Undefined index: REQUEST_METHOD' in /home/lo/pluf/src/Pluf/
HTTP/Request.php:54
Stack trace:
#0 /home/lo/pluf/src/Pluf/HTTP/Request.php(54): PlufErrorHandler(8,
'Undefined index...', '/home/lo/pluf/s...', 54, Array)
#1 /home/lo/pluf/src/Pluf/Dispatcher.php(34): Pluf_HTTP_Request-
>__construct('/')
#2 /home/lo/Documents/test_php/test_pluf/Hello_test/index.php(11):
Pluf_Dispatcher::dispatch('/')
#3 {main}
thrown in /home/lo/pluf/src/Pluf/HTTP/Request.php on line 54
Ensuite dans les log d'apache2 :
dans accesslog
127.0.0.1 - - [19/Nov/2008:22:24:37 +0100] "GET /test_php/test_pluf/
Hello_test/index.php/hello/ HTTP/1.1" 500 253 "-" "Mozilla/5.0 (X11;
U; Linux i686; fr; rv:1.8.1.18) Gecko/20081113 Ubuntu/7.10 (gutsy)
Firefox/
2.0.0.18 FirePHP/0.2.1"
dans error j'ai rien.
et voici mon message :
The server encountered an unexpected condition which prevented it from
fulfilling your request.
An email has been sent to the administrators, we will correct this
error as soon as possible. Thank you for your comprehension.
500 - Internal Server Error
(j'ai lu quelquepart une histoire de multiview avec apache, ça peut
etre ça ?)