Pessoal, estou com problemas no require_once.
Uso o wampp
Minhas pastas estao assim:
www > meuProjeto > adminPaciente > controller > PacienteController.php
www > meuProjeto >index.html
www > meuProjeto > redirectionController.php
Dentro do redirectionController.php tenho : require_once ('../adminPaciente/controller/PacienteController.php');
a index.html chama, atraves do post o redirectionController.php
acesso a index.html normalmente , preencho os campos, ao dar submit, e acessar a redirectionController.php, ocorre o erro:
Warning: require_once(../adminPaciente/controller/PacienteController.php): failed to open stream: No such file or directory in C:\wamp\www\meuProjeto\redirectionController.php on line 7
Fatal error: require_once(): Failed opening required '../adminPaciente/controller/PacienteController.php' (include_path='.;C:\php\includes') in C:\wamp\www\meuProjeto\redirectionController.php on line 7
Por favor,Alguem pode me ajudar ?