JOSSm Posted October 10, 2019 Share Posted October 10, 2019 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 More sharing options...
selectshop.at Posted October 13, 2019 Share Posted October 13, 2019 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 More sharing options...
Recommended Posts