1

Im trying to upload a picture from my registration form but I get

Failed to load resource: the server responded with a status of 500 (Internal Server Error).

It only happens in the User default model given by laravel. Does this really persist when using this model?

TheBAST
  • 2,680
  • 10
  • 40
  • 68
  • 2
    Check your ```storage/logs/laravel.log``` and see what the actual error was. – AshMenhennett Jan 29 '17 at 06:45
  • Ok i'll check for it. Kindly guide me throught his – TheBAST Jan 29 '17 at 07:16
  • I don't understand all of this – TheBAST Jan 29 '17 at 07:17
  • Go to the very last lot of related messages and paste it here – AshMenhennett Jan 29 '17 at 07:18
  • #79 C:\xampp-2\htdocs\mypharma\server.php(21): require_once('C:\\xampp-2\\htdo...') – TheBAST Jan 29 '17 at 07:20
  • #77 C:\xampp-2\htdocs\mypharma\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(99): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) #78 C:\xampp-2\htdocs\mypharma\public\index.php(54): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #79 C:\xampp-2\htdocs\mypharma\server.php(21): require_once('C:\\xampp-2\\htdo...') #80 {main} – TheBAST Jan 29 '17 at 07:20
  • i reinstalled xampp twice wew :') – TheBAST Jan 29 '17 at 07:20
  • There should be a human readable message. Above what you copy and pasted – AshMenhennett Jan 29 '17 at 07:21
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/134289/discussion-between-a-sand-and-ashmenhennett). – TheBAST Jan 29 '17 at 07:22

0 Answers0