Status
Not open for further replies.
This is a newly installed forum and has no plugins. The shoutbox is stuck at loading and when a message is entered, it disappears from the text box and appears again in the text box!!!! What could be the problem?
 
This can happen if you are accessing your forum from either www or non-www, and your access method differs from your "Forum URL" setting.

In other words: Let's say you set www.domain.com in your vBOptions, but you access your forum from domain.com. AJAX features will not work.

You can use htaccess to redirect all requests to either www or non-www depending on your preference.
 
The site url settings are as shown..
Capture.JPG

The .htaccess file is something like this...
RewriteEngine on
RewriteCond %{HTTP_HOST} ^crazydesis\.com
RewriteRule (.*) http://www.crazydesis.com/$1 [R=301,L,QSA]
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.get.max_vars 2048
php_value suhosin.post.max_vars 2048

Is there anything that i am missing?
 
I notice you are running vBShout v6.2.0. Please update to v6.2.1 and let me know if this fixes the issue.
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,174
Customer rating
5.00 star(s) 1 ratings
Back
Top