Hello everybody, i have an issue as somebody else who had post it in github but nobody has answered it for 2 monthes this is the github link: https://github.com/tsawler/laravel-filemanager/issues/36 the problem is about laravel file manager which upload images for example for an editor like ckeditor to put them in article but now it doesn't work correctly as mentioned in above link. if you think that you need more information ask me to answer you. thanks a lot for your helps
Do you have access to the server that it is uploading to? If yes you could enable debug mode and check what kind of exception is thrown or have a look in the server logs what happens there.
ftiersch said:
Do you have access to the server that it is uploading to? If yes you could enable debug mode and check what kind of exception is thrown or have a look in the server logs what happens there.
yes i have access and i had changed permissions to 777 also. the error is this when i open any folders in file manager: 500 internal server error the project has developed via laravel 5.1 i also put csrf value in the form(the common roblem with 500 internal server error in laravel project)
finally i found the solution according to an answer in Github. in this issue i should enable php modules required by Laravel File Manager which mentioned in Github source
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community