Tag Essentials [Deleted]

Any idea how to disable the tooltip that shows up when hovering Tags, I dont use wiki previews. So I dont see why the tooltip should still visible.
 
I have just installed XFMG, and tried to add an album, but this was not possible. Because I keep getting this error:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'tagess_tags' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77

Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1638
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1627
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1419
XenForo_DataWriter->save() in XenGallery/ControllerPublic/Album.php at line 1075
XenGallery_ControllerPublic_Album->actionCreate() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/...../public_html/index.php at line 13
 
bug out after installation
Server Error
Mysqli prepare error: Table '..._web.tagess_synonym' doesn't exist

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in TagEss/Model/TagSynonym.php at line 18
  6. TagEss_Model_TagSynonym->getTags() in TagEss/XenForo/ControllerPublic/Tag.php at line 10
  7. TagEss_XenForo_ControllerPublic_Tag->_checkRedirect() in TagEss/XenForo/ControllerPublic/Tag.php at line 188
  8. TagEss_XenForo_ControllerPublic_Tag->actionTag() in XenForo/FrontController.php at line 351
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  10. XenForo_FrontController->run() in /usr/local/www/..../index.php at line 13
 
Hi @Stuart Wright
I found some bug.
I will copy my posts from this thread here, because it is related to this addon.


I get this several times in day.
Any thoughts?
I can not see any addon related to this, and trigger action seems to be View Tag Users

Code:
Server Error Log
Error Info
XenForo_Exception: Invalid controller response from XenForo_ControllerPublic_Thread::actionViewTagUsers - library/XenForo/FrontController.php:490
Generated By: Unknown Account, Today at 20:52
Stack Trace
#0 /home/nginx/domains/pijanitvor.com/public/library/XenForo/FrontController.php(359): XenForo_FrontController->_handleControllerResponse(Object(XenForo_ControllerResponse_Exception), 'XenForo_Control...', 'ViewTagUsers')
#1 /home/nginx/domains/pijanitvor.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /home/nginx/domains/pijanitvor.com/public/index.php(13): XenForo_FrontController->run()
#3 {main}
Request State
array(3) {
  ["url"] => string(76) "https://www.pijanitvor.com/threads/sto-trenutno-slusate.28710/view-tag-users"
  ["_GET"] => array(1) {
    ["/threads/sto-trenutno-slusate_28710/view-tag-users"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

That's definitely an add-on -- that's not a standard action. (If an add-on didn't define the action, it would just give a 404 error; this is from bad controller code.)

The add-on is likely something to do with tags.

I finally reproduce it. Content template is tagess_tag_users and if unregistered user try to see link (view tag users), it reproduce server error.
Error is conected from addon Tag essentials
@Stuart Wright could you look at it please?
 
Top Bottom