An error was encountered by the application while rendering this view

I have just been installed nebula on my pterodactyl panel and when i checked my server is showing me An error was encountered by the application while rendering this view. Try refreshing the page.
No description
38 Replies
Deleted User
Deleted UserOP•2y ago
are you using any non blueprint extensions on ur panel no
Eternal
Eternal•2y ago
upgrade your panel via pterodactyl documentation and try reinstalling or supply logs and hope that purple can help you
Deleted User
Deleted UserOP•2y ago
How I can get that log?
Eternal
Eternal•2y ago
the same way you'd upload logs on ptero support server lemme find the command tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
Eternal
Eternal•2y ago
@Emma
Emma
Emma•2y ago
try running blueprint -rerun-install and see if that fixes it i'll take a look at the logs in the meantime
Eternal
Eternal•2y ago
[2024-04-21 13:47:41] production.NOTICE: A query exception was encountered while trying to load settings from the database: SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select * from settings) seems like a database issue panel can't access the database maybe?
Emma
Emma•2y ago
your database is somehow unreachable
Eternal
Eternal•2y ago
try disabling any firewall try again
Emma
Emma•2y ago
it's weird
Eternal
Eternal•2y ago
or just allow 3306 on them your codebase is weirder
Emma
Emma•2y ago
didn't have this issue yet
Deleted User
Deleted UserOP•2y ago
ignore that
Emma
Emma•2y ago
touche .
Deleted User
Deleted UserOP•2y ago
That was the old phpmyadmin
Eternal
Eternal•2y ago
ah wait you used phpmyadmin extension?
Deleted User
Deleted UserOP•2y ago
No the database for my nodes It's not being used anymore ok wait
Deleted User
Deleted UserOP•2y ago
No description
Deleted User
Deleted UserOP•2y ago
Is it okay if the error show this @Emma
Eternal
Eternal•2y ago
don't show bare minimum check if you have correct versions and all software
Deleted User
Deleted UserOP•2y ago
I have tried reinstalling my pterodactyl but it still persists "An error was encountered by the application while rendering this view. Try refreshing the page."
Deleted User
Deleted UserOP•2y ago
No description
Deleted User
Deleted UserOP•2y ago
Can you help me? @Eternal
Eternal
Eternal•2y ago
logs again
Eternal
Eternal•2y ago
also follow this guide if you haven't -> https://pterodactyl.io/panel/1.0/updating.html
Updating the Panel | Pterodactyl
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Eternal
Eternal•2y ago
and then try the blueprint install script
Eternal
Eternal•2y ago
database issue
Deleted User
Deleted UserOP•2y ago
my panel version is 1.11.5
Eternal
Eternal•2y ago
upgrading will override any changes you did to the panel lowering the risk of having this issue
Eternal
Eternal•2y ago
🇫🇷 🥖 Bienvenue sur Internet, @Deleted User 🥖 🇫🇷 Your database is refusing the Panel's attempts to connect to it. This can be for a number of different reasons so I'll let a human double check, but here are some ideas. Is your MySQL instance running? systemctl status mysql(hopefully not down the road) Is the user you're trying to connect with authorized to access the given database from this IP address? Did you correctly give that user permission to even access that database? Do you have a Firewall that is blocking connections? Is your MySQL instance bound to 127.0.0.1 or localhost and you're trying to connect from outside the server? Does the user have GRANT permissions if you're trying to use them to create a new database for a server? Have special characters in your password? Make sure DB_PASSWORD in your .env file is enclosed in double quotes Here is some additional documentation to help you out: https://pterodactyl.io/tutorials/mysql_setup.html
Setting up MySQL | Pterodactyl
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Deleted User
Deleted UserOP•2y ago
I'm still confused why
Ko v2
Ko v2•2y ago
systemctl status mariadb
Deleted User
Deleted UserOP•2y ago
No description
Ko v2
Ko v2•2y ago
probably check your .env file and make sure you got correct mysql connection settings
Deleted User
Deleted UserOP•2y ago
ok mas
Ko v2
Ko v2•2y ago
ok

Did you find this page helpful?