Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Call to undefined function dbdecode
menshinobi
New
Hi all,
I am struck with an error when I tried to access JS Connect settings page
[24-Aug-2017 19:08:00 UTC] PHP Fatal error: Call to undefined function dbdecode() in /home/public_html/members/forum/plugins/jsconnect/class.jsconnect.plugin.php on line 234
Any idea on how to resolve this issue?
Thank you very much!
0
Comments
Any one please?
The function dbdecode was added to 2.4b1 via commit be55d0399e9e3a80fad4b6499023ffcc2302bc45 and jsConnect was updated later to use it. Vanilla 2.3.1 does not have this method defined. You could add it and the dbencode function definition to your custom
/conf/bootstrap.before.php
file.Snipped here for convenience:
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.