B
Blueprint16mo ago
Venco

Error 500 can't set APP DEBUG (I'm stupid)

Hey, title pretty much says it all, if you need details, ping me.
No description
No description
17 Replies
Emma
Emma16mo ago
uhhh
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
allows you to get ✨ laravel logs ✨
Venco
VencoOP16mo ago
what's the package to install to get the nc command
Emma
Emma16mo ago
netcat iirc
Venco
VencoOP16mo ago
No description
Lovinoes
Lovinoes16mo ago
netcat-openbsd
tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc bin.ptdl.co 99
tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc bin.ptdl.co 99
Venco
VencoOP16mo ago
https://bin.ptdl.co/mmyny/ ooo maybe its because of mysql trying localhost instead of 127.0.0.1, its the same thing to me but maybe it screws up everything in mysql welp nothing happens when i edit .env anyways
Lovinoes
Lovinoes16mo ago
is mariadb up and running
Venco
VencoOP16mo ago
I don't know, i mean i can change things with the mysql command but i don't think it necessarly means its running Ill seee in a few minutes
Lovinoes
Lovinoes16mo ago
systemctl status mariadb
Venco
VencoOP16mo ago
running access denied for user blah blah
Venco
VencoOP16mo ago
No description
Lovinoes
Lovinoes16mo ago
try re-entering your db's password in nano /var/www/pterodactyl.env after that refresh your cache
php artisan config:clear
php artisan config:clear
Loki
Loki16mo ago
What is the output of SHOW GRANTS FOR 'pterodactyl'@'127.0.0.1'; in your SQL terminal? (mariadb -u root -p)
Venco
VencoOP16mo ago
Ill do that tomorrow, novnc is horrible + i'm on phone rn which makes it even worse Same for that
Venco
VencoOP16mo ago
It worked ! but now it can't connect to wings...
No description
Venco
VencoOP16mo ago
obviously its gonna fail if ssl isnt enabled on wings 💀 thanks for the help
Emma
Emma16mo ago
:hmmm:

Did you find this page helpful?