Resource icon

Admin Notes 1.1.0

No permission to download
I had that problem some time ago. I cannot remember how we fixed it, but I'm pretty sure we ended up restoring a backup and then manually removing the addon.
I look forward in hearing of a better way than doing that :)

Did you have any problems that led to to restore from a backup or were you just being prudent?

After refreshing the page the server error on the admincp home disappeared and the add-on is not in the list but since it threw an error I suspect it's not completely uninstall... :/
 
Did you have any problems that led to to restore from a backup or were you just being prudent?
More being prudent. Like you have mentioned above, we managed to get the admincp page back but unlike you, it still appeared in our add-on list and so we knew something was awry.
 
Stumbled upon a bug, when I tried to add someone as an administrator, I got this

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'last_note_viewed' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: *************, 5 minutes ago
Stack Trace

#0 /home/*************/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /home/*************/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /home/*************/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /home/*************/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /home/*************/public_html/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_admin', Array)
#5 /home/*************/public_html/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#6 /home/*************/public_html/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#7 /home/*************/public_html/library/XenForo/ControllerAdmin/Admin.php(133): XenForo_DataWriter->save()
#8 /home/*************/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerAdmin_Admin->actionSave()
#9 /home/*************/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /home/*************/public_html/admin.php(13): XenForo_FrontController->run()
#11 {main}

Request State

array(3) {
  ["url"] => string(60) "https://www.*************.org/admin.php?admins/save"
  ["_GET"] => array(1) {
    ["admins/save"] => string(0) ""
  }
  ["_POST"] => array(8) {
    ["visitor_password"] => string(8) "********"
    ["username"] => string(9) "*************"
    ["extra_user_group_ids"] => array(1) {
      [0] => string(1) "3"
    }
    ["permissions"] => array(34) {
      [0] => string(6) "option"
      [1] => string(4) "help"
      [2] => string(12) "bbCodeSmilie"
      [3] => string(5) "addOn"
      [4] => string(4) "node"
      [5] => string(6) "thread"
      [6] => string(10) "attachment"
      [7] => string(3) "tag"
      [8] => string(15) "resourceManager"
      [9] => string(6) "notice"
      [10] => string(13) "notifications"
      [11] => string(17) "manageXenPushover"
      [12] => string(18) "usePushoverXenForo"
      [13] => string(4) "user"
      [14] => string(9) "userField"
      [15] => string(6) "trophy"
      [16] => string(7) "warning"
      [17] => string(3) "ban"
      [18] => string(9) "userGroup"
      [19] => string(11) "userUpgrade"
      [20] => string(5) "style"
      [21] => string(8) "language"
      [22] => string(4) "cron"
      [23] => string(12) "rebuildCache"
      [24] => string(14) "viewStatistics"
      [25] => string(8) "viewLogs"
      [26] => string(6) "import"
      [27] => string(3) "dev"
      [28] => string(14) "upgradeXenForo"
      [29] => string(7) "contact"
      [30] => string(16) "manageXenGallery"
      [31] => string(15) "enableDebugMode"
      [32] => string(12) "rotating_ads"
      [33] => string(9) "bookmarks"
    }
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(21) "/admin.php?admins/add"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

Disabling the addon allowed for addition of the adminisrator.
@Liam W are you still developing?
 
Top Bottom