Need Help with code

I am working on admin module and getting the error:

Warning: include(/httpdocs/admin/include/menu.php) [function.include]: failed to open stream: No such file or directory in C:\inetpub\vhosts\umkalhospitals.com\httpdocs\admin\include\header.php on line 33

Warning: include() [function.include]: Failed opening ‘/httpdocs/admin/include/menu.php’ for inclusion (include_path=’.;C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\PEAR’) in C:\inetpub\vhosts\umkalhospitals.com\httpdocs\admin\include\header.php on line 33

This is the code i applied : “<?php include DIR_ROOT.'admin/include/menu.php' ?>”

Please tell me how to solve the error.

Thanks

It is saying the file you are attempting to include does not exist. Goto wherever the file is meant to be and see that the file actually exists. I would guess C:\inetpub\vhosts\umkalhospitals.com\httpdocs\admin\include\menu.php

Sponsor our Newsletter | Privacy Policy | Terms of Service