2017-06-27, 02:09 PM
Hi, I recently installed Whisper 1.0.1 for the admincp. After installation I logged into my admincp and every page is blank.
![[Image: 2fa74180f5de49e17e67008086db1b82.png]](https://camo.mybb.com/9d9809f5517202d44a3576620d9b4822258e1eec/68747470733a2f2f692e6779617a6f2e636f6d2f32666137343138306635646534396531376536373030383038366462316238322e706e67)
Every page looks empty like this, meaning I can't even uninstall the plugin. How do I fix this? I've contacted Shade, the programmer who made the plugin but he has yet to respond.
I looked at the whisper.php file and found this in the whisper_uninstall function:
// Restore the previous admins' settings and use the default theme
$db->update_query('settings', array('value' => "default"), "name = 'cpstyle'");
$db->update_query('adminoptions', array('cpstyle' => "default"));
Does that mean if I run these queries I can manually reset the admincp to default? I don't know much about MySQL, but would the proper query that matches the the first update_query be:
UPDATE settingsĀ SET value = defaultĀ WHERE name = cpstyle;
And what would the second be?
I can't do anything admincp related right now so the sooner a fix the better, this is pretty urgent. Thanks.
Every page looks empty like this, meaning I can't even uninstall the plugin. How do I fix this? I've contacted Shade, the programmer who made the plugin but he has yet to respond.
I looked at the whisper.php file and found this in the whisper_uninstall function:
// Restore the previous admins' settings and use the default theme
$db->update_query('settings', array('value' => "default"), "name = 'cpstyle'");
$db->update_query('adminoptions', array('cpstyle' => "default"));
Does that mean if I run these queries I can manually reset the admincp to default? I don't know much about MySQL, but would the proper query that matches the the first update_query be:
UPDATE settingsĀ SET value = defaultĀ WHERE name = cpstyle;
And what would the second be?
I can't do anything admincp related right now so the sooner a fix the better, this is pretty urgent. Thanks.