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

Can't uninstall #37

Closed
PubliAlex opened this issue Feb 11, 2021 · 1 comment
Closed

Can't uninstall #37

PubliAlex opened this issue Feb 11, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@PubliAlex
Copy link
Contributor

Hello,

When I try to uninstall this module from backend, I get an error :

"Call to undefined method Illuminate\Database\Schema\SQLiteBuilder::dropTable()" on line 261 of /vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php

October version : 470

Best regards

@bennothommo
Copy link
Contributor

bennothommo commented Feb 12, 2021

@PubliAlex please change the following line in the plugins/abwebdevelopers/imageresize/updates/create_permalinks_table.php (line 32):

Schema::dropTable('abweb_imageresize_permalinks');

to

Schema::drop('abweb_imageresize_permalinks');

and then you should be able to uninstall. I'll push a fix out for this now.

@bennothommo bennothommo added the bug Something isn't working label Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants