Hi All,

Drupal version =7.23
Mac OS version = 10.9.5
XAMPP version = 1.8.3-1

When try to run my own module under "htdocs" directory by entering "http://localhost/abc/" (assume "abc" is the module name). The browser returns me the below error.

Fatal error: require_once(): Failed opening required './modules/system/system.install' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/abc/install.php on line 25

Checked with people in XAMPP forum but seems this is more like a Drupal problem. Hope someone can help. Thanks in advance.

ANdo

Comments

VM’s picture

what do you mean 'run your own module'?

If you mean a custom module that you wrote, it's unlikely that anyone can help without reviewing your code.