I have been trying to clean up my site and I moved all my modules from one folder to another (i'm sure that messed something up somewhere) This is the error i'm receiving:

Fatal error: require_once() [function.require]: Failed opening required 'modules/imagecache/imagecache_actions.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pscok/public_html/sites/all/modules/imagecache/imagecache.module on line 284

Now I've tried to delete and reinstall the module, but it's not going away. Is there something I should be deleting other than the module folder to clear the cache or something?

Comments

Shakaku’s picture

Status: Active » Closed (fixed)

Flushed cache after placing the module in the wrong folder then in the right folder afterwords.

fixed.

Naiya’s picture

I had problem with it too when i copied my local version on www. but in my case it was

...Failed opening required '\'...

i don't how i fixed this. I installed fresh version of drupal, copied modules - install them. then copy themes - set my default. then i copied my files folder, set permission to the files folder. it was also a problem with a variable in db (which had my local path), so i have changed it by adding this line in hoook_form_alter:

 variable_set('file_directory_temp','/tmp');
print 'done'; 

than i refreshed my site and then delete those 2 lines.

maybe it will help someone, i was confused by this for a few hours..

Greetings.

Oraine’s picture

Issue summary: View changes

Got this error on my site:

Fatal error: require_once(): Failed opening required '/home/yaadfl5/public_html/sites/all/modules/rules/rules.features.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/yaadfl5/public_html/includes/bootstrap.inc on line 3186

How do I fix it?