Doubt / help site php

hey guys, i am new to the world of php I still don’t understand much, and at the moment I am working and there is a problem with this site because we urgently needed this page to work, it was done by someone with whom we can no longer contact, if anyone could help me was great
this is the error:
Probably something more is needed to understand the error, if it is the case and someone can help me just say…

Warning : require_once(//local/home//rs.pt/system/startup.php) [function.require-once]: failed to open stream: No such file or directory in /home/e***s/r*s.pt/admin/index.php on line 21

Fatal error : require_once() [function.require]: Failed opening required ‘/hsphere/local/home/reo/rs.pt/system/startup.php’ (include_path=’.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php’) in /home/euromilhoes/re****s.pt/admin/index.php on line 21

so the file does not exist, maybe you set this path wrong.

1 Like

if the path is correct, there is one more possibility for this error

the user PHP runs from does not have the permission for that path on the filesystem. check chmod and chown.

Sponsor our Newsletter | Privacy Policy | Terms of Service