![]() |
Quick fix for error in 5.6.5
in core/packages/dbtechvbshout/db/mysql/querydefs.php search: PHP Code:
PHP Code:
PHP Code:
|
What does that solve? Does this make vbshout work in 5.6.5 or is that a solution to the smilies list issue posed by LuckyRiver?
|
this is a quick fix of error in 5.6.5
|
YES, I am using vbshout on two sites running 5.6.5 after commenting out line 441 and removing 462 as you suggested. Thanks!
|
I was able to get it running on 5.6.5 with the help of @heugabel suggestions
but when I try to send to a certain user (shout target) I get the error "Error: 200 parsererror" any idea? TIA. |
From what I can see, these modifications will enable vbshout to work on vb 5.6.5 running something like PhP 7.4
If you try to run it with PhP 8 even with these modifications you'll get a new error, unexpected_error,Unsupported operand types: string - int and vbshouts will not load. |
I have to do some further checking but on my test forum it seems like vb 5.6.6 made the username of the shoutbox user disappear from the shout. The shout remains but to the left of it the username is no longer there.
https://i.imgur.com/ooectBSl.jpg |
1 Attachment(s)
php 8 works with vB 5.6.6
Code:
/core/packages/dbtechvbshout/api/vbshout/shoutbox.php Demo https://vbyilmaz.com/vBShout |
When I look at your demo https://vbyilmaz.com/vBShout
I see this https://i.imgur.com/iM989ipl.jpg is that how it will be without identifying the username of the user who is making the shout? To the left of each "shout" is a generic face https://i.imgur.com/2Lvqs4Xm.jpg no username. |
Okay this is what I found out.
The Yilmaz new shoutbox.php will allow shoutbox to work with PhP 8. Without this new file, you will get the unexpected_error,Unsupported operand types: string - int https://vborg.vbsupport.ru/ error when you try to run shoutbox on PhP8. So the new Yilmaz file SOLVES that error - that error will go away and Shoutbox will run okay now on vb 5.6.5 running PhP 8. HOWEVER, there is a new issue that has to do with vb 5.6.6 When you run 5.6.6 , the shoutbox username disappears from the left side of the shoutbox, https://vborg.vbsupport.ru/ and there is no way to tell who is making the shout. |
1 Attachment(s)
Yes, I noticed that too, and if you assign this file to its full path, it will be fixed.
Code:
/core/packages/dbtechvbshout/api/vbshout/shoutbox.php |
YES with your latest shoutbox.php installed shoutbox works fine with 5.6.6 running PhP 8.
Great work! |
On just one of my sites, the core/packages/dbtechvbshout/aop/shouts1.txt
keeps failing to load, and when I look at that file it hasn't been modified in years. The shoutbox works fine, but page source shows this error: Failed to load resource: the server responded with a status of 404 () myforum.com/forums/core/packages/dbtechvbshout/aop/shouts1.txt?v=34947294495928.133&securitytoken=164 2433169-95f49972fc0b3612619709343386665cfc6afdaa[/url] https://i.imgur.com/vAuQY8Zl.jpg Also when I try to access core/packages/dbtechvbshout/aop/shouts1.txt I get a file not found (missing) error on that site. I don't know what is different about my installation of shoutbox on that one site that might be causing this error. |
create a file called shouts1.txt right there.
|
1 Attachment(s)
Hello
I am new to the vb5 ( I installed yesterday ) . I downloaded the product and asks I have an error |
I have the following error
unexpected error call to undefined method vb_user_context get read channels |
Anyone?
|
Quote:
someone have big heart to upload full zip .? dbtech don't update this plugin also are free of basic. important send mail valentine offerts:confused: |
Quote:
|
In order to get vbshout to work on 5.6.6 with PhP 8 you need to scroll up and pick up all the pieces of modifications and implement them all.
1) Download the latest vbshout from this thread. 2) Download from here https://vborg.vbsupport.ru/showpost....&postcount=565 the jquery.tmpl.min.js file and put it in board/js/jquery 3) Make the quick fix modification noted in https://vbulletin.org/forum/showpost...&postcount=601 4) Install Yilmaz's shoutbox.php https://vborg.vbsupport.ru/showpost....&postcount=611 to /core/packages/dbtechvbshout/api/vbshout/shoutbox.php overwriting the existing file that is there. Also I suggest changing php_value max_input_vars to 10000 if it is not already set to at least that. Otherwise when you try to save settings vbshout may not allow you to save them. You should do all of the above and THEN add/import the xml file and run it. |
Thanks.
This works under 5.6.6 / PHP 8. How do you remove a shout from the list? I don't see the option in AdminCP nor in the Chat itself. |
When I do a test shout and then wish to delete it, what I do is select (highlight) it by double clicking in it, then the option to delete appears, and I delete it.
https://i.imgur.com/PeBpoCal.jpg |
1 Attachment(s)
I did all the steps and the shoutbox remains to working
|
Quote:
|
How do I have the chat box on VBulletin 5.6.6 when I try to put it errors?
|
Quote:
Works fine on 5.6.7 / PHP 8.0.16. |
1 Attachment(s)
package that works for me
Tested with vBulletin Version 5.6.7 and PHP Version 8.0.16 Demo https://vbyilmaz.com/vBShout Username. demo Password: demo1234 |
how do i make a donation and how much will it be ?
|
1 Attachment(s)
I have 5.6.6 and php 8 still the same problem
|
Quote:
An unexpected error was returned: 'count(): Argument #1 ($value) must be of type Countable|array, null given', Appart from that is fine. |
Quote:
php_value max_input_vars to 10000 Also, for the people who having trouble with editing a schout a fix: Look for the file core/packages/dbtechvbshout/datamanager/shout.php and open it. Scroll down to: 'notification' => array(vB_Cleaner::TYPE_STR, vB_DataManager_Constants::REQ_NO, 'if (!in_array($data, array(\'\', \'thread\', \'reply\'))) { return false; } return true;'), Change it to: 'notification' => array(vB_Cleaner::TYPE_STR, vB_DataManager_Constants::REQ_NO), Problem solved and you can edit shouts again! |
Hi! When trying to access https://ajax.aspnetcdn.com/ajax/jque...ry.tmpl.min.js, I get the error "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." Anything to do?
|
To get the shoutbox working, either follow the step by step from here
https://vbulletin.org/forum/showpost...&postcount=620 or just download what should be the complete modified package Yilmaz posted, here https://vbulletin.org/forum/showpost...&postcount=627 In either case I suggest changing php_value max_input_vars to 10000 if it is not already set to at least that. Otherwise when you try to save settings vbshout may not allow you to save them. |
Hello I am real new to this and am trying to learn as I go. The chap running our forum past away and we had all sorts of problems with VB4 not working properly, so I paid for the Upgrade to VB5.72 knowing we would have to add the hacks back in that we previously had But I'm regretting it now as VB5 has been loaded with different bugs. Getting them sorted out slowly with help from VB, but my members Really want the shoutbox back, I have been trying all day to get the files loaded to the forum directory, But I don't think I am doing it properly as when I try to import with the hooks & products it can not find it.
Can anyone point me to a youtube video possibly that explains better to get this installed? I just can't get it with the basic instructions included. Many thanks. :) |
Try the Water Cooler Chat. I am using it and my members are satisfied with it,
https://vbulletin.org/forum/showthread.php?t=329498 |
Thank you Aristide, will certainly have a go at that :)
|
All times are GMT. The time now is 06:18 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|