It's still showing in the "installed" section and when I click uninstall again it gives me an error:
It's still showing in the "installed" section and when I click uninstall again it gives me an error:
"Uninstallation of: Photos Failed
-- Recompiling permalinks: An error occurred. Contact with module's vendor."
Can someone please tell me how to remove it from the "installed" section so I can re-install it properly?
Many thanks!
|
It will need to be manually uninstalled. https://www.deanbassett.com |
I can do that, I will give it a go. Thanks! |
ok, ran the .sql file and it was still in the list of installed modules, so i went into
But now it's giving me the exact same error when I try to reinstall the Photos module :/ |
That's because removing it from the sys_modules table does not actually remove it. https://www.deanbassett.com |
Also make sure cache folder is writable. https://www.deanbassett.com |
Done it, removed all entries in the database to do with the photos module and it reinstalled fine :D |
the uninstall.sql cannot fail, there's a "if exists delete" in there. I used the error dolphin gave me to find the tables I needed to delete :D
Thanks for your help again Dean! |
the uninstall.sql cannot fail, there's a "if exists delete" in there. I used the error dolphin gave me to find the tables I needed to delete :D
Thanks for your help again Dean!
https://www.deanbassett.com |