mistercool5226
Upgrade from 3.0 to 3.2 led to SpatieMedia::hasRelationship does not exist in my livewire
And this is the error message : "[previous exception] [object] (BadMethodCallException(code: 0): Method Filament\Tables\Columns\SpatieMediaLibraryImageColumn::hasRelationship does not exist. at /var/www/html/vendor/filament/support/src/Concerns/Macroable.php:72)
[stacktrace]
#0 /var/www/html/vendor/filament/spatie-laravel-media-library-plugin/src/Tables/Columns/SpatieMediaLibraryImageColumn.php(128): Filament\Support\Components\Component->__call()"
16 replies
Upgrade from 3.0 to 3.2 led to SpatieMedia::hasRelationship does not exist in my livewire
The problem doesn't provide from the schema, it comes from this merge : https://github.com/filamentphp/spatie-laravel-media-library-plugin/commit/445a489a95a5f0e1bbce076c2836395606cb0cee
16 replies
Upgrade from 3.0 to 3.2 led to SpatieMedia::hasRelationship does not exist in my livewire
Hey, i have the same problem when i upgrade the spatie media library package for filament.
It seems like the problem appears at the 3.2.17 release, by calling $this->hasRelationship but i think the class doesn't have the good extension to call the method, so i have too the error when i try to load a view which contains a table with SpatieMediaLibraryImageColumn.
I can't upgrade the package after the 3.2.16 release
16 replies