Status
Not open for further replies.

techinferno

New member
Hi, i've been getting lots of error messages from vbshout (i assume, since the only other dragonbyte product we run is user tagging)

The error which repeats constantly is :

[Wed Oct 10 16:03:30 2012] [error] [client 24.251.44.116] Invalid method in request SHOUTS2 /dbtech/vbshout/aop/shouts2.txt?v=69965259660965.99 HTTP/1.1, referer: Tech|Inferno Forum

The only thing that changes is the parameter after the question mark.

Please advise.


Thank you!
 
If you have an instance with instanceid 2 then yes it should.

Have you CHMOD dbtech/vbshout/aop/ to 0777?
 
If you have an instance with instanceid 2 then yes it should.

Have you CHMOD dbtech/vbshout/aop/ to 0777?

yes, that directory is 777. And if you mean instanceid in db table dbtech_vbshout_instance, then yes, the id of the active shoutbox is 2. Still i do not have that file there.
 
Last edited:
Thank you, with 6.1.0 the SHOUTS2.txt appeared in aop directory.
I do see another error in apache error log :

[Sun Oct 14 06:40:20 2012] [error] [client 68.251.36.183] PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /var/www/html/forum/dbtech/vbshout/includes/class_core.php on line 1202, referer: Tech|Inferno Forum

I fixed it by changing line 1202 in class_core.php from :
if ($instance['permissions_parsed']['canviewarchive']) to:
if ($instance[permissions_parsed][canviewarchive])
 
Last edited:
What PHP version are you on? The way I done it is valid PHP, whereas the fix that worked for you would actually create a Notice if you had strict standards error reporting turned on O.o
 
Hm, we run 5.3.17 and I run 5.3.2 on local, neither encountering this issue... Weird. Ah well, it was only that line and you fixed it, so it's all good I guess :p
 
Status
Not open for further replies.

Similar threads

Legacy vBShout

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