I Have installed Drupal, how ever when i go to administer->Blocks, it tells me:
Fatal error: require_once() [function.require]: Failed opening required 'modules/block/block.admin.inc' (include_path='.\;C:\HSphere.NET\3rdparty\PHP\5.2.5\PEAR') in D:\hshome\xxx\xxx.co.il\includes\menu.inc on line 346
where xxx is the name of the site...
How can this problem be fixed?
Thanks,
Guy.
Comments
Comment #1
frjo commentedThis is the issue section for the admin block module. For general support please go to the Forum http://drupal.org/forum.
I regret naming this module admin_block! I should change it to something like content_queue_block instead to avoid mistakes like this.
Comment #2
kenorb commentedYour current path is wrong (should be Drupal root path).
Check your root path in your web server if it pointing to Drupal path.
If everything is ok, check if some contributed module playing with chdir() or registered shutdown() function without updating current path.
Comment #4
kenorb commentedYou can use also http://drupal.org/project/dtools
to diagnose it.