Which version of Laravel are you using? Also, exact trace text of error 500 would help
I'm using laravel 4.2, and here is the error log :
::1 - - [28/Nov/2014:15:32:44 +0100] "GET /mia/laravel/public/patientList HTTP/1.1" 500 4391 "http://localhost/mia/laravel/public/users" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36"
Use this as URL in browser
http://localhost/mia/laravel/public/patientList
What is the error text on screen?
it fucking works when I use the url !
So my problem is somewhere else..
I know I have an url problem because my application start with :
http://localhost/mia/laravel/public/users
then, I go to
http://localhost/mia/laravel/public/users/auth
the patient list route looks like : Route::get('patientList', array('as'=>'patientList', uses'=>'PatientsController@getIndex'));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community