My system indicated that it needed several updates, one was cck and when I try to run update or update database the website goes to a white or blank page. Now when I go to the site I get this warning;
warning: require_once(./modules/cck (2)/theme/theme.inc) [function.require-once]: failed to open stream: No such file or directory in /var/www/modules/cck (2)/content.module on line 177.
It looks to me like I have two cck modules. Does anyway have any ideas?
I also get this fatal error when I try to go to the admin page; Fatal error: require_once() [function.require]: Failed opening required './modules/cck (2)/theme/theme.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/modules/cck (2)/content.module on line 177
Comments
Some points
1. Contrib modules shouldn't be placed into the modules folder. Instead they should be placed into a modules folder you create at /sites/all. The same is valid for contrib themes and libraries.
2. The (2) could indicate that you have uploaded the cck folder without replacing the existing one. Check your server and take a look around to locate any duplicate folders.