therecluse26 / PHP-Login

A login system built with PHP, MySQL, jQuery and Bootstrap
MIT License
839 stars 444 forks source link

Error trying to enter /login/ folder #247

Closed CommunicAll144 closed 4 years ago

CommunicAll144 commented 4 years ago

After installing using XAMPP (Localhost) I try to enter http: // localhost / PHP-login / and it gives me the following errors:

  1. Warning: require(C:\xampp\htdocs\PHP-Login/vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\PHP-Login\login\misc\pagehead.php on line 8

  2. Fatal error: require(): Failed opening required 'C:\xampp\htdocs\PHP-Login/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\PHP-Login\login\misc\pagehead.php on line 8

Note: the / vendor / folder does not exist among my files.

Thank you very much for the help.