Jump to content

Warning and fatal error


JOSSm

Recommended Posts

Hi,

I have this error:

Warning: require_once(/home/joyeria4/public_html/config/../vendor/autoload.php): failed to open stream: No such file or directory in /home/joyeria4/public_html/config/autoload.php on line 26

Fatal error: require_once(): Failed opening required '/home/joyeria4/public_html/config/../vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/joyeria4/public_html/config/autoload.php on line 26

How can I solve it?

Thanks

Link to comment
Share on other sites

Warnings are warnings and you can ignore them, They are less important.

For Fatal error, this is a need.

The  error is saying that there is missing or file cannot be opened due to wrong permissions for  "autoload.php" in your folder /public_html/config/. Check if the file is there with FTP editor program or cPanel, and if file is there, than you need to permissions to 0755 at least. Don't give 0777 permission !! only 0755 or better 0750.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...