LasseRafn / ui-avatars

MIT License
1.05k stars 138 forks source link

Fatal error: Uncaught Error: Class 'Utils\Input' not found #60

Open PAvelNN opened 3 years ago

PAvelNN commented 3 years ago

Help plz Fatal error: Uncaught Error: Class 'Utils\Input' not found in /home/b/site.ru/public_html/api/index.php:19 Stack trace: #0 {main} thrown in /home/b/site.ru/public_html/api/index.php on line 19

LasseRafn commented 3 years ago

Did you include the entire repository, not just index.php?

There should be a folder called Utils

You will also need to run composer install in the project root (/home/b/site.ru/public_html) to make sure the autoloader is generated properly 👍

Hope that helps