Published by exdone
Posted on December 13, 2008
If you receive a blank page during the install of Drupal , you will beed to add the following to the bootstrap.inc files located in /includes/bootstrap.inc
ini_set(“include_path”,”.”);
This can be added anywhere in the beginning of the file.
Error log showed:
PHP Fatal error: require_once() [<a href=’function.require’>function.require</a>]: Failed opening required ‘modules/block/block.install’ (include_path=’.;c:\\php\\includes’) in /includes/install.inc on line 690, referer: http://xxx.com /install.php?profile=default
========
Additional config , Override All needed to be enabled in the apache config for the virtual host.
=========