I've disabled the apc module because I was having trouble with drush, I then uninstalled apc from the website.

I restarted apache and purged all caches.

When I delete apc I get the following error:

Fatal error: require_once(): Failed opening required 'sites/all/modules/apc/drupal_apc_cache.inc' (include_path='.:/usr/share/php:/usr/share/pear') in includes/bootstrap.inc on line 2387

Comments

nicxvan’s picture

Priority: Major » Critical

I'm moving this up because I can now no longer edit content and it looks like it is due to apc settings even though the module has been disabled and uninstalled.

nicxvan’s picture

The content editing may not be related to apc.

I removed all of the conf variables from local.settings.php

I enabled dblog and got the following message which leads me to believe it is elsewhere:
EntityMalformedException: Permission to create a node was requested but no node type was given. in entity_metadata_no_hook_node_access() (line 678

nicxvan’s picture

Priority: Critical » Major

Downgrading

nicxvan’s picture

Status: Active » Closed (works as designed)

Turns out that I hadn't removed the conf variables from the settings.php file. Removing those allow removing the apc codebase.

The other issue seems related to another issue here:
https://www.drupal.org/node/2176403