Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
No messages are displaying either. Full error.

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'm.message_tagged' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: THG?, A moment ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('\n\t\t\tSELECT\n\t\t\t\t...')
#1 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '\n\t\t\tSELECT\n\t\t\t\t...')
#2 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('\n\t\t\tSELECT\n\t\t\t\t...')
#3 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(734): Zend_Db_Adapter_Abstract->query('\n\t\t\tSELECT\n\t\t\t\t...', Array)
#4 /var/www/vhosts/wweforums.net/httpdocs/library/Siropu/Chat/Model.php(89): Zend_Db_Adapter_Abstract->fetchAll('\n\t\t\tSELECT\n\t\t\t\t...')
#5 /var/www/vhosts/wweforums.net/httpdocs/library/Siropu/Chat/ControllerPublic/Chat.php(1365): Siropu_Chat_Model->getMessages(Array, Array, false, Array)
#6 /var/www/vhosts/wweforums.net/httpdocs/library/Siropu/Chat/ControllerPublic/Chat.php(979): Siropu_Chat_ControllerPublic_Chat->_getChat(0)
#7 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(347): Siropu_Chat_ControllerPublic_Chat->actionRefresh()
#8 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/vhosts/wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#10 {main}

Every single page view generates this.
 
Thanks for the quick fix :) Not the chat is working again.

The quote function is buggy. If I click the quote button, a new page opens (/chat/152/quote)

@Siropu

Same issue for me.

Another issue after upgrading:

The chat is empty and I have to wait a few seconds (I think 5 or 10 seconds) to see messages.
Print screen attached.
 

Attachments

  • Capture d’écran 2015-07-09 à 00.13.40.webp
    Capture d’écran 2015-07-09 à 00.13.40.webp
    3.8 KB · Views: 9
I had that, I installed default theme, took default siropu_chat_messages, copied over to my current theme, issue corrected.
 
I'm also having the same issue with the few seconds delay for messages to appear. Another issue that came up is with the quotes.. While I was trying to test quoting a message I get the following error on a separate page:

"The requested page is unrepresentable in HTML."
 
I'm also having the same issue with the few seconds delay for messages to appear. Another issue that came up is with the quotes.. While I was trying to test quoting a message I get the following error on a separate page:

"The requested page is unrepresentable in HTML."

Same Here... big delay.
 
1. Does this support widget framework i.e. is there any sort of widget view for it?
2. Can this be setup within a category or is there a way to automatically collapse the chat view on first load?
3. Is there a live demo of this anywhere?
4. How does archiving work? Can you archive the entire chat/room to a specific forum node automatically?

There are 4 display modes: Chat page, Forum List Above, Forum List Below and All Pages. The "All Pages" mode only shows a bar at the bottom of the page with the last message posted and the number of chatters. When you click the bar, the chat opens.

The archive has it's own page where you can search messages by room, username, keywords, date: https://xenforo.com/community/attachments/chatarchive-png.109412/

There is no demo at the moment

@Solidus, try running the latest upgrade again.

If you have display delay or quote problems, you may need to clear the browser cache for the new changes to take effect in the JS script.
 
Last edited:
@Siropu one of my mods brought to my attention that the chat page is still visible to visitors. I logout out of xenforo and tried going to the chat page directly and I was still able to see the whole chat. Even though I set to "Never"on the group permission.
 
@Siropu Whenever I try to ban someone I am getting this error:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Data truncated for column 'ban_type' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
If you know a fix to that I would be very happy as I'm not able to ban people from the chatbox at the current moment.
 
Last edited:
I'm having an issue with custom BBcodes. If I am using a custom BBcode that loads a JS in the template, when the JS is not loaded with the message. It only displays properly after a refresh.
 
Another issue... the Ban List still displays bans for rooms that no longer exist... and you cant delete the ban.
 
Another issue... You cant send the following message:
Code:
0
Its always read as an empty message.
 
Another error: (its random when it happens)
Code:
ErrorException: Undefined index: message_type - library/Siropu/Chat/ControllerPublic/Chat.php:907
Generated By: Jaxel, A moment ago

#0 /home/eightway/public_html/library/Siropu/Chat/ControllerPublic/Chat.php(907): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/eightway/...', 907, Array)
#1 /home/eightway/public_html/library/XenForo/FrontController.php(347): Siropu_Chat_ControllerPublic_Chat->actionSubmit()
#2 /home/eightway/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/eightway/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}

The message still goes through... it just doesnt show up on my screen until I refresh.
 
Top Bottom