ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

oh no something went wrong #87

Closed darvishiyan-mahdi closed 5 years ago

darvishiyan-mahdi commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

laravel 5.7

is it an issue related to installation or usage ?

usage on deplyment

what is the error you are getting ?

oh no something went wrong

Extra Info "attaching a screen shot would be very helpful"

Screenshot (148) Screenshot (149) Screenshot (150)

Do You Know A Solution For this Issue ?

not at this time

adibenc commented 5 years ago

https://stackoverflow.com/questions/38949781/pdo-exception-driver-not-found-in-laravel-for-sqlite

This is happened because i didn't have php-sqlite package. After installing & restart the apache & the app, it works on my project.

ctf0 commented 5 years ago

@darvishiyan-mahdi sadly i cant really tell what actually have went wrong as the error code 500 is too generic, maybe try what @0x4164 have mentioned and re-check if u r still getting the same error

chithien175 commented 4 years ago

fix file MediaController.php line 59 to: $this->db = app('db')->connection('mysql')->table('locked'); or file database.php to: 'mediamanager' => 'mysql'

ctf0 commented 4 years ago

@chithien175 https://github.com/ctf0/Laravel-Media-Manager/wiki/Lock-Files-&-Folder