Shoutbox by Siropu

Shoutbox by Siropu [Paid] 1.10.2

No permission to buy (€14.99)
A few questions do mentions work in shoutbox? Do emoticons work in the shoutbox? Can you also locate it above the nodes or is this sidbar only?
 
Yes, mentions work. As for positioning, since this is a widget, you can place it anywhere you want.
 
Any way to save the shouts to a forum? I know this is possible in chat but was wondering if it could be done with Shoutbox? Thanks
 
Hello @Siropu. Is it possible to auto delete or auto disable links/embedded images after x hours? The reason is the embedded images screws up scrolling on the shoutbox on mobile devices.
 
Failed to load resource: /index.php?shoutbox/refresh the server responded with a status of 500 ()

how to solve?
 
Do you see any specific errors in the admin error log?
I think this should be it

Code:
XF\Db\Exception: MySQL query error [1615]: Prepared statement needs to be re-prepared src/XF/Db/AbstractStatement.php:212
Generated by: Unknown account Apr 8, 2018 at 8:30 AM
Stack trace
            SELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_profile_Profile_2`.*, `xf_user_privacy_Privacy_3`.*, `xf_permission_combination_PermissionCombination_4`.*
            FROM `xf_user`
            LEFT JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)
LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_2` ON (`xf_user_profile_Profile_2`.`user_id` = `xf_user`.`user_id`)
LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_3` ON (`xf_user_privacy_Privacy_3`.`user_id` = `xf_user`.`user_id`)
LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_4` ON (`xf_permission_combination_PermissionCombination_4`.`permission_combination_id` = `xf_user`.`permission_combination_id`)
            WHERE (`xf_user`.`user_id` = 1290)
           
       
LIMIT 1
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL query err...', 1615, 'HY000')
#1 src/XF/Db/Mysqli/Statement.php(78): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1615, 'HY000')
#2 src/XF/Db/AbstractAdapter.php(79): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Mvc/Entity/Finder.php(1131): XF\Db\AbstractAdapter->query('\r\n\t\t\tSELECT `xf...')
#4 src/XF/Mvc/Entity/Manager.php(149): XF\Mvc\Entity\Finder->fetchOne()
#5 src/XF/Repository/User.php(24): XF\Mvc\Entity\Manager->find('XF:User', 1290, Array)
#6 src/XF/App.php(1525): XF\Repository\User->getVisitor(1290, Array)
#7 src/XF/Pub/App.php(97): XF\App->getVisitorFromSession(Object(XF\Session\Session))
#8 src/XF/App.php(1887): XF\Pub\App->start(true)
#9 src/XF.php(328): XF\App->run()
#10 index.php(13): XF::runApp('XF\\Pub\\App')
#11 {main}
Request state
array(4) {
  ["url"] => string(33) "/forums/index.php?shoutbox/refresh"
  ["referrer"] => string(27) "https:/domain.com/forums"
  ["_GET"] => array(1) {
    ["shoutbox/refresh"] => string(0) ""
  }
  ["_POST"] => array(5) {
    ["last_id"] => string(1) "1"
    ["_xfRequestUri"] => string(7) "/forums/"
    ["_xfWithData"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Last edited:
Does this happen often or you got it once? The error happened on the Shoutbox route but "Prepared statement needs to be re-prepared" is not Shoutbox specific. From what I've read, it is database related.
 
@Siropu Nice update!

For some reason, I cannot get the smiley button to display? What must be enabled (other than enable smiley in options) to display it next to the shout button?
 
Top Bottom