cancel
Showing results for 
Search instead for 
Did you mean: 

can not access my website after upgrading PLEASE HELP ME

can not access my website after upgrading PLEASE HELP ME

I AM GETTING THESE LINES WHEN TRYING TO ACCESS MY WEBSHOP.

Warning: require(/var/www/example.com/public_html/app/bootstrap.php) [function.require]: failed to open stream: No such file or directory in /var/www/example.com/public_html/index.php on line 64

ANYONE PLEASE HELP ME

1 REPLY 1

Re: can not access my website after upgrading PLEASE HELP ME

Hello @NoNick,

bootstrap.php is missing in folder /app.

Please make bootstrap.php file and put the below code.

<?php
if (function_exists('libxml_disable_entity_loader')) {
    libxml_disable_entity_loader(false);
}
?>

Let me know

Thanks

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.