TaigaChat Pro - Realtime chat/shoutbox [Deleted]

Mysqli prepare error: Unknown column 'taigachat.last_update' in 'where clause'
  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 Zend/Db/Adapter/Abstract.php at line 734
  5. Zend_Db_Adapter_Abstract->fetchAll() in Dark/TaigaChat/Model/TaigaChat.php at line 165
  6. Dark_TaigaChat_Model_TaigaChat->getMessages() in Dark/TaigaChat/Model/TaigaChat.php at line 76
  7. Dark_TaigaChat_Model_TaigaChat->regeneratePublicHtml() in Dark/TaigaChat/Model/TaigaChat.php at line 346
  8. Dark_TaigaChat_Model_TaigaChat->updateActivity() in Dark/TaigaChat/ControllerPublic/TaigaChat.php at line 70
  9. Dark_TaigaChat_ControllerPublic_TaigaChat->actionActivity() in XenForo/FrontController.php at line 347
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/laikiux.lt/public_html/index.php at line 13
 
Ok - I'm perhaps a dolt... but for the life of me I cannot figure out how to change the size of the full size chat window on the "shoutbox" tab.

It's so big I'm typing at the bottom and the message are way up top outside of my browsers view. How can I change the size of the shoutbox in the full view so it fits in the browser window?
 
Uninstalled because the chat box was not loading the chat messages and now i'm getting this error

Server Error
Mysqli statement execute error : Duplicate column name 'room_id'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Dark/TaigaChat/Install.php at line 175
  4. Dark_TaigaChat_Install->_installVersion34() in Dark/TaigaChat/Install.php at line 83
  5. Dark_TaigaChat_Install::install()
  6. call_user_func() in XenForo/Model/AddOn.php at line 215
  7. XenForo_Model_AddOn->installAddOnXml() in Waindigo/InstallUpgrade/Extend/XenForo/Model/AddOn.php at line 88
  8. Waindigo_InstallUpgrade_Extend_XenForo_Model_AddOn->installAddOnXml() in ConvEss/Model/AddOn.php at line 24
  9. ConvEss_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  10. XenForo_Model_AddOn->installAddOnXmlFromFile() in Waindigo/InstallUpgrade/Extend/XenForo/Model/AddOn.php at line 64
  11. Waindigo_InstallUpgrade_Extend_XenForo_Model_AddOn->installAddOnXmlFromFile() in AddOnInstaller/ControllerAdmin/AddOn.php at line 276
  12. AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 347
  13. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  14. XenForo_FrontController->run() in /home/kika/public_html/forums/admin.php at line 13

Drop all dark_taigachat tables then try installing again


Mysqli prepare error: Unknown column 'taigachat.last_update' in 'where clause'
  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 Zend/Db/Adapter/Abstract.php at line 734
  5. Zend_Db_Adapter_Abstract->fetchAll() in Dark/TaigaChat/Model/TaigaChat.php at line 165
  6. Dark_TaigaChat_Model_TaigaChat->getMessages() in Dark/TaigaChat/Model/TaigaChat.php at line 76
  7. Dark_TaigaChat_Model_TaigaChat->regeneratePublicHtml() in Dark/TaigaChat/Model/TaigaChat.php at line 346
  8. Dark_TaigaChat_Model_TaigaChat->updateActivity() in Dark/TaigaChat/ControllerPublic/TaigaChat.php at line 70
  9. Dark_TaigaChat_ControllerPublic_TaigaChat->actionActivity() in XenForo/FrontController.php at line 347
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /home/laikiux.lt/public_html/index.php at line 13


Run these queries as it has not installed the upgrade correctly:

Code:
alter table `dark_taigachat`
add column `last_update` int(10) unsigned not null after `date`;

alter table `dark_taigachat`
add index `last_update` (`last_update`);

update dark_taigachat set last_update = date;
 
  • Like
Reactions: CNK
Ok this code in extra.css fixes the problem with UI.X

Code:
#taigachat_full.nodeList.sectionMain {
visibility: inherit;
margin-left: 0;
margin-right: 0;
}
 
do other bubbles still work? so just not the chat bubbles?

cozz i do have the live update installed
how does it interfere? does live update still work?
No, alerts balloons don't work if you're on a site when TaigaChat is active. You'll need to reload site to see balloons.
 
I'm not seeing the users in chat count on the navbar tab; my options are shown below. I'm using a UI.X theme, but I don't see the count using the default theme either... Am I doing something wrong?

upload_2015-2-28_15-57-35.webp
 
I cant find any logs in panel..

jRKGk4M.png


after upgrading.. cannot enter.. I try to reinstall database drop table dark_taigachat and dark_taigachat_activity and recreate it again.. still.. enable or disabled speed still have same problem.. @Luke Foreman please advise..
 
I cant find any logs in panel..

jRKGk4M.png


after upgrading.. cannot enter.. I try to reinstall database drop table dark_taigachat and dark_taigachat_activity and recreate it again.. still.. enable or disabled speed still have same problem.. @Luke Foreman please advise..

An issue like that persisting across addon reinstallations indicates outdated dark_taigachat templates that need to be merged/reverted, or possibly the new PHP files not correctly uploaded (though in the latter case you would likely see errors in the XF error log)
 
Top Bottom