Closed (works as designed)
Project:
Session Cache API
Version:
7.x-1.0
Component:
Documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2013 at 22:04 UTC
Updated:
12 Feb 2013 at 06:11 UTC
How can I uninstall? Deleting the folder in modules gives this error
| Comment | File | Size | Author |
|---|---|---|---|
| session_cache.jpg | 92.5 KB | websmash |
Comments
Comment #1
rdeboerWhy would you want to uninstall this beautiful module? What harm has it done to you? ;-)
As any Drupal sitebuilder will tell you, you cannot just delete the module folder and expect DEPENDING modules to continue to function.
So you need to download that module folder again and put it back where it was.
Then visit the Modules page, admin/modules to disable the module after you've disabled the modules that require it, which in your case most likely is just the "Views Global Filter" module.
Then after saving the module configuration click the UNINSTALL tab on the same page. This will make the module clean up after itself, i.e. it will remove from the database stuff no longer needed.
After that you can safely remove the session_cache folder.
Rik
Comment #2
websmash commentedThanks Rik, could think about it myself, but maybe I was a little bit frustrated, will build Google Maps view from scratch and see if it performs better with Boost.
Thanks anyway.
Comment #3
rdeboer