CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

edit avatar image error #72

Closed vjmani closed 9 years ago

vjmani commented 10 years ago

While editing avatar image from profile, it is responding with Server Internal Error. As per my debug analysis, i found that particular image file is not being sent, or it is giving error as file not found exception. Can any one help me on that.

leanderme commented 10 years ago

I assume that you need to enable the php_fileinfo extension.

msurguy commented 9 years ago

what version of PHP and what extensions are you using?