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

frjo’s picture

Assigned: guyzalon » Unassigned
Priority: Critical » Normal
Status: Active » Closed (fixed)

This 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.

kenorb’s picture

Status: Closed (fixed) » Fixed

Your 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kenorb’s picture

You can use also http://drupal.org/project/dtools
to diagnose it.