Error after instaling

Hallo all, after installing blueprint I recieve the following console output
12:15:30 INFO: Syncing Blueprint-related database values..
12:15:30 INFO: Put application into production.
12:15:30 SUCCESS: Blueprint has completed its installation process.

root@mdc-1029:/var/www/pterodactyl# php artisan migrate --step --force

In HtmlRenderer.php line 32:

Class "DOMDocument" not found


root@mdc-1029:/var/www/pterodactyl#
12:15:30 INFO: Syncing Blueprint-related database values..
12:15:30 INFO: Put application into production.
12:15:30 SUCCESS: Blueprint has completed its installation process.

root@mdc-1029:/var/www/pterodactyl# php artisan migrate --step --force

In HtmlRenderer.php line 32:

Class "DOMDocument" not found


root@mdc-1029:/var/www/pterodactyl#
Any clues? My Pterodactyl was fine leading up to the installation
6 Replies
Emma
Emma12mo ago
Have you unzipped an extension like Nebula instead of installing it through Blueprint commands?
jenni <3
jenni <3OP12mo ago
Nope, was installing blueprint 100%
Emma
Emma12mo ago
thats really strange
Blueprint
Blueprint12mo ago
1. Remove certain files and directories with rm -r resources public node_modules. 2. Go through the Pterodactyl update documentation. 3. Install dependencies by running the yarn command. 4. Repair Blueprint with blueprint -upgrade remote blueprintframework/fallback. 5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.
byte snippet-upgrade
Emma
Emma12mo ago
@jenni <3 Could you try this?
jenni <3
jenni <3OP12mo ago
That worked, thank you!

Did you find this page helpful?