PHP error - Failed to open stream: No such file or directory in X on line Y

0

I am using codeigniter to develop a basic system that allows me to make registrations, deletions, modifications and queries.

In the local connection everything works fine, also at the moment of opening the main page, but at the moment of accessing the route that takes me to the main menu of my system link the page gives me the following error:

  

Warning: include (/home/victor634742334/soluciondental.online/ci/application/views/errors/html/error_php.php): failed to open stream: No such file or directory in /home/victor634742334/soluciondental.online /ci/system/core/Exceptions.php on line 268

I'm quite disoriented. I would like to know if it is something that can be solved from some codeigniter configuration file or if it is a problem of the host.

    
asked by samuel ramirez 21.07.2017 в 07:24
source

0 answers