sergioas 0 Denunciar post Postado Setembro 21, 2015 Nao sei mais o que fazer com esse erro. Estou tendo o erro:Warning: require_once(../proj/Seguranca.php): failed to open stream: No such file or directory in C:\xampp\htdocs\proj\adminPaciente\cadastro\CadastroPaciente.php on line 3Fatal error: require_once(): Failed opening required '../proj/Seguranca.php' (include_path='.:/php/includes') in C:\xampp\htdocs\proj\adminPaciente\cadastro\CadastroPaciente.php on line 3ao enviar um Post para: CadastroPaciente.phphtdocs > proj > Seguranca.phphtdocs > proj > adminPaciente > cadastro > CadastroPaciente.phpCadastroPaciente.php esta assim:<?phprequire_once ('../proj/Seguranca.php');?>Qual pode ser o problema ? Compartilhar este post Link para o post Compartilhar em outros sites
(RNU) Ruan Silva 61 Denunciar post Postado Setembro 21, 2015 se vai incluir seguranca.php em cadastropaciente.php, precisa subir 2 níveis... require_once ('../../Seguranca.php'); Compartilhar este post Link para o post Compartilhar em outros sites
sergioas 0 Denunciar post Postado Setembro 22, 2015 Show, resolveu, Obrigado. Compartilhar este post Link para o post Compartilhar em outros sites