[files-module] - Throws error when file is not found on local file system.
Created 6 years ago by lckamal

There is some problem with file system when file is not found. suppose, We take database from live site where file exists. But in local we won't download all files to test on local. It throws error Call to a member function getFilesystem() on null It it possible to suppress this error?

piterden  —  6 years ago

Did you try artisan command, which cleans file module?

lckamal  —  6 years ago

Tried php artisan files:clean but this cleans images only. I have problem with files (doc, docx, pdf)

ryanthompson  —  6 years ago

It cleans images only?? Lol that's not right.. can you debug a bit or is there an issue elsewhere?

lckamal  —  6 years ago

lets say there is a reference of files module to cv column in profiles table. if there is no cv in uploads path, then this error is shown.