When I click the module link of my admin area I get following error. Please let me know how to solve the problem.

warning: main(config.main.php) [function.main]: failed to open stream: No such file or directory in D:\domains\mysite.com\wwwroot\sites\default\civicrm.php on line 279.

warning: main() [function.include]: Failed opening 'config.main.php' for inclusion (include_path='.;c:\php\includes;c:\php\pear') in D:\domains\mysite.com\wwwroot\sites\default\civicrm.php on line 279.

warning: main(CRM/Core/Config.php) [function.main]: failed to open stream: No such file or directory in D:\domains\mysite.com\wwwroot\modules\civicrm\modules\civicrm.module on line 35.
PHP Fatal error: main() [function.require]: Failed opening required 'CRM/Core/Config.php' (include_path='.;c:\php\includes;c:\php\pear') in D:\domains\mysite.com\wwwroot\modules\civicrm\modules\civicrm.module on line 35

Comments

oadaeh’s picture

I'm not at all familiar with CiviCRM, but based on your error and the README.txt that comes with the module, I'd say you didn't download the rest of the necessary files.

Try going here for more information: http://www.openngo.org/

ekruehne’s picture

It seems that the API is uncomplete or needed files not installed so that you have to install the missing files.

Follow:

CiviCRM data sheet

and after installation should it work proper.