![]() |
DB error with 3.5.2
I have a custom hack that is an inline chatbox. After upgrading to the latest vB, guests get this error on the forum home:
Code:
<!-- |
Does your chat require any file edits? If yes then you possibly have not re-edited the files when upgrading.
If no, then I suggest you contact your coder for support as we can't provide support for a custom mod as we don't know anything about it. |
No, it doesn't require any file edits.
|
You will need to contact the coder who wrote this mod for you then as you have said that it is a custom mod.
Unfortunately there is nothing that we can do here to help with custom works. |
I don't think it's an issue with the mod as it works on another board with the same versions and skin.
|
The fact that your error clearly states
Quote:
|
As I can see it, your query specifies "LIMIT" yet no value is assigned to it...
It's possible that a variable determining what the LIMIT is has not be added correctly... It should be PHP Code:
PHP Code:
|
I have tried changing the query around a bit with no avail.
This is the plugin code: PHP Code:
I figured out the issue, elseif ($vbulletin->userinfo['chatbox'] == 0){ changed to elseif ($vbulletin->userinfo['chatbox'] == 1){. |
All times are GMT. The time now is 10:52 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:
|