(1/1)聽ErrorExceptionDeclaration of System\Models\File::getPath() should be compatible with October\Rain\Database\Attach\File::getPath($fileName = NULL)
i get that error every time right after installing my project from repo
screen:

cant find any solutions in google, wth is this plz halp
Delete vendor directory and run "composer install" again and that should work
@gorny-dev how did you install the project? This is because you're using the latest version of the library repo but not the latest version of the octoberrain/system module.
ty m8 i got this
just delete vendor directory than run "composer install" and its working fine
I've run into the same issue. For me, the solution was to remove the cache files storage/framework/*.php.
Most helpful comment
ty m8 i got this
just delete vendor directory than run "composer install" and its working fine