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.