Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing parent::error method at LfmController #1214

Closed
tanero opened this issue Feb 18, 2024 · 3 comments
Closed

Missing parent::error method at LfmController #1214

tanero opened this issue Feb 18, 2024 · 3 comments

Comments

@tanero
Copy link

tanero commented Feb 18, 2024

Some of the controllers calls parent:error() (UniSharp\LaravelFilemanager\Controllers\DeleteController or RenameController) method but parent (LfmController) has no error method.

And provide the followings :

  • Operating system : Linux
  • Laravel version : 10
  • Package version : 2.7.0
  • Steps to reproduce your issue : delete a folder with images, then error occur.
  • Screenshots of browser console :
@Samvdg
Copy link

Samvdg commented Feb 23, 2024

This is a pretty critical bug. It throws a very easily fixable exception for a function that doesn't exist anymore for some reason. Litteraly when you rename something and then don't change the name, this exception pops up.

@streamtw streamtw added the WIP Working in progress. label Feb 27, 2024
@streamtw
Copy link
Member

Related to #1142 .

@streamtw
Copy link
Member

v2.7.1 has been released to fix this issue. Please run php artisan vendor:publish --force --tag=lfm_public and php artisan vendor:publish --force --tag=lfm_view after upgrading to v2.7.1.

@streamtw streamtw removed the WIP Working in progress. label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants