ui-avatars icon indicating copy to clipboard operation
ui-avatars copied to clipboard

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

Open PAvelNN opened this issue 3 years ago • 1 comments

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

PAvelNN avatar Feb 14 '21 21:02 PAvelNN

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

LasseRafn avatar Feb 14 '21 21:02 LasseRafn