ctf0 / Laravel-Media-Manager

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

Issue when project run in server #22

Closed ejklock closed 6 years ago

ejklock commented 6 years ago

I Have a new issue when i put de project to run in ubuntu server

the error happens when the script calls /media/files

Details:

{message: "could not find driver (SQL: select "path" from "locked")",…} exception : "Illuminate\Database\QueryException" file : "/var/www/media/vendor/laravel/framework/src/Illuminate/Database/Connection.php" line : 664 message : "could not find driver (SQL: select "path" from "locked")" trace : [,…]

Has anyone ever experienced this?

ejklock commented 6 years ago

Solved! sudo apt-get install php7.0-sqlite

ctf0 commented 6 years ago

can u send me a pr with what u need to install sqlite on ubuntu ?

ejklock commented 6 years ago

So ... I think it was some installation restriction of standard Ubuntu Server images distributed by the company's IT infrastructure team ...

Anyway, that solved :|

ctf0 commented 6 years ago

okay, i added a note about this to the rdme and lock/unlock wiki.

thanx for the headsup.