Leak Society - The Home Of Nulled Resources.
Forum Beta v1 Now Live!
SQL ERROR FIX
Thead Owner : EMO, Category : Suggestions & Feedback, 1 Comment, 180 Read
Viewers: 1 Guest(s)
Junior Member
**
4
Messages
1
Threads
0
Rep
4 Years of Service
07-22-2014, 03:47 AM
#1
Fix this error link:

http://discussion.sx/search.php?action=results&sid[0]=9afaea732cb32f06fa34b1888bd237e2&sortby=&order=

To fix this error open up search.php in the root

Find:
Code:
$sid = $db->escape_string($mybb->input['sid']);

And change it to this:
Code:
if(is_array($mybb->input['sid']))
    $sid = $db->escape_string(implode($mybb->input['sid']));
    else
    $sid = $db->escape_string($mybb->input['sid']);

Yes your welcome. Thank me later or demote me some other time :D
Administrators
LeakSociety Owner
*****
7,137
Messages
1,907
Threads
4
Rep
2 Weeks
07-22-2014, 03:52 AM
#2
Thanks for the fix, I'll apply it now.
Forum Owner


Forum Jump: