I disabled metatags_quick. Wasn't disabled. Tried again, same result. (Still got the path-based metatags... on every page)
Uninstalling didn't work.
So I SSH'd into my server and deleted the metatags_quick directory.

Now, if I try to open admin/modules, it doesn't respond for a long time, then it gives the following error: "Fatal error: Maximum execution time of 30 seconds exceeded in /home/drupaldir/includes/file.inc on line 2039"

Comments

valthebald’s picture

Perform the following query:
DELETE FROM system WHERE name='metatags_quick' and clean all caches

hameerabbasi’s picture

Status: Active » Closed (fixed)

Thanks a lot, that resolved my issues.