I've tried about 10 times to install version 7 onto Godaddy without any luck. I have their mid tier windows hosting plan. I follow the instructions exactly, changing permissions on both files and creating the DB in Godaddy. I go to my domain, Drupal is there, click install...input my database info..it accepts it, but gives me the following error before actually installing....

Fatal error: require_once() [function.require]: Failed opening required './profiles/drupal_commons/modules/contrib/context/plugins/context_condition_context.inc' (include_path='.:/usr/local/php5/lib/php') in /home/content/34/7373034/html/islandbikes/profiles/drupal_commons/modules/contrib/ctools/includes/plugins.inc on line 747

Anybody know what the heck that means?

Thanks.

Comments

Andreas Renggli’s picture

Hi, I had a similar problem and found the following solution: In my folder the file context_condition_context.inc was actually called context_condition_context.inc0000644. Changing the file name to context_condition_context.inc solved the problem. By the way, I found lots of other files with that 0000644 extension which caused problems.