eusonlito / GPS-Tracker

GPS Tracker platform for Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd and Queclink devices built with Laravel 11 + PHP 8.2 and MySQL 8. Plataforma GPS Tracker para dispositivos Sinotrack Sinotrack, Coban, Teltonika, Concox, Jimilab, OsmAnd y Queclink creada con Laravel 11 + PHP 8.2 y MySQL 8.
https://tracker-demo.lito.com.es/
MIT License
169 stars 73 forks source link

Application doesn't start #65

Closed jesusv1967 closed 4 months ago

jesusv1967 commented 4 months ago

Hello again, i have installed the app in a VM in VirtualBox, Xubuntu 22.04. PHP 8.2, Mysql 8, REDIS, and everything seem to work fine, no problems on instalation, but when i try to start only appears the screen ERROR 500, System error, and in the log of Apache appears this lines, thank you in advanced for your great work

127.0.0.1 - - [17/May/2024:17:50:14 +0200] "GET / HTTP/1.1" 500 2425 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [17/May/2024:17:50:14 +0200] "GET /build/css/main.min.css?v1715958684 HTTP/1.1" 200 17419 "http://127.0.0.1/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [17/May/2024:17:50:14 +0200] "GET /build/images/error-illustration.svg?v1715958684 HTTP/1.1" 304 250 "http://127.0.0.1/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [17/May/2024:17:50:14 +0200] "GET /build/js/main.min.js?v1715958684 HTTP/1.1" 200 181454 "http://127.0.0.1/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [17/May/2024:17:50:14 +0200] "GET /build/images/bg-main.svg HTTP/1.1" 304 248 "http://127.0.0.1/build/css/main.min.css?v1715958684" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [17/May/2024:17:50:15 +0200] "GET /service-worker.js HTTP/1.1" 200 1167 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
127.0.0.1 - - [17/May/2024:17:50:15 +0200] "GET /service-worker.js HTTP/1.1" 200 1167 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
eusonlito commented 4 months ago

Check storage/logs/laravel folder to detailed error logs.

jesusv1967 commented 4 months ago

I don't have a folder call laravel in logs, only artisan. Thank you for your quick reply

eusonlito commented 4 months ago

Maybe permission problems? Can you check the apache and php error logs?

jesusv1967 commented 4 months ago

Only find the Apache log access.log The app redirects to http://127.0.0.1/user/auth

eusonlito commented 4 months ago

It is difficult for me to help you if you do not have any error log.

jesusv1967 commented 4 months ago

Al final lo he conseguido instalar en un UniformServer, en windows 10. Lo tengo funcionando perfectamente. Muchisimas gracias por tu tiempo y por tu trabajo.

eusonlito commented 4 months ago

Perfecto!