The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
i facing this problem when try to install to my domain.Please help
- JNAnswered
Warning: require(/home/vnmfoods/public_html/store/public/…/vendor/autoload.php): Failed to open stream: No such file or directory in /home/vnmfoods/public_html/store/public/index.php on line 28
Fatal error: Uncaught Error: Failed opening required ‘/home/vnmfoods/public_html/store/public/…/vendor/autoload.php’ (include_path=‘.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php’) in /home/vnmfoods/public_html/store/public/index.php:28 Stack trace: #0 {main} thrown in /home/vnmfoods/public_html/store/public/index.php on line 28
- MSAnswered
Hello,
Please install the dependencies with
composer install
then try again.If you are not sure, let me know your server details in private reply.
Thank you
- JCAnswered
To install and populate the DB with sample data
- Composer Install
- in the .env set APP_ENV=local
- php artisan migrate:fresh --seed --force
- MSAnswered
- MSAnswered
Hello,
Can you please check the latest log file in the
storage/logs/
folder and let me know the error details?Thank you
- Login to Reply