The panel is inaccessible after the uninstallation of a theme

Error code 500
74 Replies
Sarthak
Sarthakβ€’9mo ago
which theme was it? Sir
Griind
Griindβ€’9mo ago
Do you have an error after running the blueprint -remove extentionname in the console?
Sarthak
Sarthakβ€’9mo ago
Delete please. You are not supposed to send it
Deleted User
Deleted UserOPβ€’9mo ago
Nope
Sarthak
Sarthakβ€’9mo ago
Isn't it a paid extension
Griind
Griindβ€’9mo ago
Also pls don't send .blueprint foles
Deleted User
Deleted UserOPβ€’9mo ago
Okay sorry No
Griind
Griindβ€’9mo ago
Nays released all their extensions for free yesterday
Sarthak
Sarthakβ€’9mo ago
Oh damn lol
Griind
Griindβ€’9mo ago
But still isn't good to repost them
Sarthak
Sarthakβ€’9mo ago
Yup
Deleted User
Deleted UserOPβ€’9mo ago
Also when i did php artisan cache:clear It says in blueprint.php unexpected } at line 17
Griind
Griindβ€’9mo ago
And that's the error I was looking for The -remove command sometimes fucks up
Deleted User
Deleted UserOPβ€’9mo ago
Oh
Griind
Griindβ€’9mo ago
Go into the file it mentions and remove the unexpected } or whatever it says is wrong, after making a backup of the file
Deleted User
Deleted UserOPβ€’9mo ago
Okay
Griind
Griindβ€’9mo ago
(at least this worked for me lol)
0x7d8
0x7d8β€’9mo ago
Optimally you could update to the newest dev release
Griind
Griindβ€’9mo ago
@Emma when fix lmfao
Deleted User
Deleted UserOPβ€’9mo ago
In blueprint.php line 24:
Unclosed '{' on line 17
0x7d8
0x7d8β€’9mo ago
Which fixed the entire issue
Griind
Griindβ€’9mo ago
Oh it did?
Deleted User
Deleted UserOPβ€’9mo ago
Okay
0x7d8
0x7d8β€’9mo ago
It is
Griind
Griindβ€’9mo ago
Didn't she mention earlier today she hadn't fixed it yet?
Deleted User
Deleted UserOPβ€’9mo ago
This is the error
0x7d8
0x7d8β€’9mo ago
No blueprint -upgrade remote
Griind
Griindβ€’9mo ago
Add the { where it wants it Can't, on Nova xD
0x7d8
0x7d8β€’9mo ago
Is he on nova?
Griind
Griindβ€’9mo ago
I am But he not I thought u meant I should do it xd Assuming not*
Deleted User
Deleted UserOPβ€’9mo ago
<?php use Illuminate\Support\Facades\Route; use Pterodactyl\Http\Controllers\Admin; /* |-------------------------------------------------------------------------- | Blueprint Extensions |-------------------------------------------------------------------------- | | Endpoint: /admin/extensions | / Route::group(['prefix' => 'extensions'], function () { Route::get('/', [Admin\ExtensionsController::class, 'index'])->name('admin.extensions'); }); Route::group(['prefix' => 'extensions/blueprint'], function () { / Blueprint admin page */
0x7d8
0x7d8β€’9mo ago
Run the command
Deleted User
Deleted UserOPβ€’9mo ago
No description
Deleted User
Deleted UserOPβ€’9mo ago
Where should i put }
Griind
Griindβ€’9mo ago
You can do that upgrade command MCJars did to update to a soon released version that has this fixed apparently
Deleted User
Deleted UserOPβ€’9mo ago
Will it fix the issue?
0x7d8
0x7d8β€’9mo ago
Yes
Griind
Griindβ€’9mo ago
Should do yeah
Deleted User
Deleted UserOPβ€’9mo ago
Its building It fixed Thanks
Griind
Griindβ€’9mo ago
πŸ‘
Deleted User
Deleted UserOPβ€’9mo ago
Will it happen everytime? Like when I uninstall anything else?
Griind
Griindβ€’9mo ago
Nope It was a bug in that last version
Deleted User
Deleted UserOPβ€’9mo ago
Okay thanks a lot
Griind
Griindβ€’9mo ago
It should be fixed now with the update you did No worries πŸ˜„
Deleted User
Deleted UserOPβ€’9mo ago
You can close this thread
Griind
Griindβ€’9mo ago
Annoying part was that it wasn't always it did this xD
Deleted User
Deleted UserOPβ€’9mo ago
Lol
Griind
Griindβ€’9mo ago
Threads don't close like that here xd
Deleted User
Deleted UserOPβ€’9mo ago
Ok πŸ‘
Griind
Griindβ€’9mo ago
Have a nice afternoon!
Deleted User
Deleted UserOPβ€’9mo ago
This blueprint is way easier than installing themes or extensions manually Haha its good night for me
Griind
Griindβ€’9mo ago
🀷 safest for me to say afternoon with everyone here lol Evening for me xd
Morven
Morvenβ€’9mo ago
Yeah i know this one very well
Deleted User
Deleted UserOPβ€’9mo ago
It was fixed by updating to the new dev version
Morven
Morvenβ€’9mo ago
Your blueprint files were curropted By upgrading the version the files were remade
Deleted User
Deleted UserOPβ€’9mo ago
Yeah due to remove cmd
Morven
Morvenβ€’9mo ago
Yeah some extensions are broken Mostly extensions developed by ai
Deleted User
Deleted UserOPβ€’9mo ago
U too have an extension, am i right?
Morven
Morvenβ€’9mo ago
Yup
Deleted User
Deleted UserOPβ€’9mo ago
Which one?
Morven
Morvenβ€’9mo ago
Advanced subdomain manager In BuiltByBit
Deleted User
Deleted UserOPβ€’9mo ago
Yeah i saw that its paid πŸ₯² @Griind a quick question can i have 2 extension of same type ie theme installed
0x7d8
0x7d8β€’9mo ago
Yes, if they collide its up to the themes
Deleted User
Deleted UserOPβ€’9mo ago
One is theme The other one is something this bluetables.blueprint
0x7d8
0x7d8β€’9mo ago
Yeah but is one an admin theme and the other a client theme Blue tables works with themes
Deleted User
Deleted UserOPβ€’9mo ago
Thanks again
Morven
Morvenβ€’9mo ago
Just don’t install multiple admin themes or client themes Also i am not sure if the themes work in beta-12
Deleted User
Deleted UserOPβ€’9mo ago
Again a error
0x7d8
0x7d8β€’9mo ago
Some admin themes dont
Deleted User
Deleted UserOPβ€’9mo ago
root@:/var/www/pterodactyl# blueprint -i bluetables 17:50:28 INFO: Searching and validating framework dependencies.. 17:50:28 INFO: Installing bluetables... (1/1) ────────────────────────────────────────────────────────────────────────────────────────────── 0%[bluetables.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of bluetables.zip or bluetables.zip.zip, and cannot find bluetables.zip.ZIP, period. [bluetables.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of bluetables.zip or bluetables.zip.zip, and cannot find bluetables.zip.ZIP, period. 17:50:28 FATAL: Extension configuration file not found or detected.
0x7d8
0x7d8β€’9mo ago
Did you unzip the file?
Deleted User
Deleted UserOPβ€’9mo ago
Yes I pasted the .blueprint file
0x7d8
0x7d8β€’9mo ago
ls bluetables.blueprint -la
Deleted User
Deleted UserOPβ€’9mo ago
Deleted the file and uploaded again It worked Its soo cool

Did you find this page helpful?