Quote:
Today at 03:42 AM rake said this in Post #92
iggy: You must have have done the hacking incorrectly.
squawell:
PHP Code:
=============
Still in editpost.php, find:
$attids = implode(",", $attid);
$attids = iif($attids=="",0,$attids);
$attachmentsql=",attachmentid='$attids'";
}
And replace with:
$attids = implode(",", $attid);
$attids = iif($attids=="",0,$attids);
$attachmentsql=",attachmentid='$attids'";
This part deals with that error.
|
ok i got that work~~~but when i click the post where have multiple attachment files and i got this error
Invalid SQL: SELECT licensedviewforum,licensedattach FROM forum WHERE forumid=
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
mysql error number: 1064