B
Blueprintβ€’13mo ago
Talha

503 error

after i installed blueprint
No description
25 Replies
Talha
TalhaOPβ€’13mo ago
i did the php artisan up
Talha
TalhaOPβ€’13mo ago
No description
Talha
TalhaOPβ€’13mo ago
yes just installed the panel and install blueprint
Loki
Lokiβ€’13mo ago
Going off the text, it looks like you missed a step. I'd migrate the database and try again.
Talha
TalhaOPβ€’13mo ago
how i will do that ? also i did not skip any steps and i watched a video to make sure
Loki
Lokiβ€’13mo ago
Ah, I misread that. You did run the migration. It's the second error you'll need to address. Did you install the php dependencies? If so, what command did you use? What versions of packages did you install? And what is the output of php -v?
Talha
TalhaOPβ€’13mo ago
No description
Loki
Lokiβ€’13mo ago
I'm talking about Pterodactyl Panel, not blueprint. When you installed Pterodactyl Panel, what commands did you use when you installed php and it's dependencies?
Talha
TalhaOPβ€’13mo ago
Loki
Lokiβ€’13mo ago
PTERODACTYL PANEL - https://pterodactyl.io I don't know how to be more clear about this. Is there a language barrier? We could try using a translator.
Talha
TalhaOPβ€’13mo ago
i used this and install this
Loki
Lokiβ€’13mo ago
So what commands did you use for that part? What versions did you install?
Talha
TalhaOPβ€’13mo ago
i used a script to install panel
Loki
Lokiβ€’13mo ago
The default is 8.1 If you used the unofficial installation script, it would install the php 8.1 extensions. They wouldn't work with the version your system is using by default, 8.3. Do you need php 8.3 for another website?
Talha
TalhaOPβ€’13mo ago
no i dont need in my vps i just want to run the panel can you help me with that ?
Loki
Lokiβ€’13mo ago
Then you can remove it and install php 8.1 and dependencies again:
apt -y purge php*
apt -y install php8.1 php8.1-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip}
apt -y purge php*
apt -y install php8.1 php8.1-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip}
Talha
TalhaOPβ€’13mo ago
done
No description
Loki
Lokiβ€’13mo ago
Looks good. Try the migration command again.
Talha
TalhaOPβ€’13mo ago
omg working thankss so much
Loki
Lokiβ€’13mo ago
No problem
Talha
TalhaOPβ€’13mo ago
now i can use my Nebula theme
Loki
Lokiβ€’13mo ago
πŸ₯‚
Talha
TalhaOPβ€’13mo ago
🫑 alr you can off the forum

Did you find this page helpful?