
(2020-10-26, 06:08 AM)Darth Apple Wrote: Blank web pages result from PHP errors. Your host is configured to hide them. Check your web host for your server error logs and this will show us what the exact issue is.Hey, thank you for the response.
Should be easy to fix from there.
I'm self-hosting and managed to get it to show errors and this is what it says:
Fatal error: Uncaught Error: Call to a member function _db_tables() on null in /censored/inc/plugins/ougc_annbars.php:943 Stack trace: #0 /censored/admin/modules/config/plugins.php(450): ougc_annbars_uninstall() #1 /censored/forum/admin/index.php(824): require('/censored/fo...') #2 {main} thrown in /censored/inc/plugins/ougc_annbars.php on line 943
This is the section the error is referencing in the plugin file:
// Drop DB entries
foreach($ougc_pages->_db_tables() as $name => $table)
{
$db->drop_table($name);
}