Forum Moderators: coopster
why do i get these errors?
Warning: main(../accessControl/loginController.php): failed to open stream: No such file or directory
Warning: main(): Failed opening '../accessControl/loginController.php' for inclusion (include_path='.:/usr/share/pear')
i saw this file in the path...not sure what happen.
Is accessControl/loginController.php a subfolder of .:usr/share/pear?
Generally includes will be searched for first relative to where the file calling the include is, then in whatever include path is set (see above). Where is the file you are including found?
the full path is
Warning: main(../accessControl/loginController.php): failed to open stream: No such file or directory in /home/httpd/vhosts/ims.crpp.net/httpdocs/main/view/searchMenu_1.php on line 3
Warning: main(../accessControl/loginController.php): failed to open stream: No such file or directory in /home/httpd/vhosts/ims.crpp.net/httpdocs/main/view/searchMenu_1.php on line 3
Warning: main(): Failed opening '../accessControl/loginController.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/ims.crpp.net/httpdocs/main/view/searchMenu_1.php on line 3