I'm re-installing now. Last time (and this time), I found this:
VISABLE was not included in the string you wanted us to find.
Code:
if (!$attachmentinfo=$DB_site->query_first("SELECT filename,filedata,dateline,visible
FROM attachment
WHERE attachmentid='$attachmentid'")){
Instead of:
Code:
if (!$attachmentinfo=$DB_site->query_first("SELECT filename,filedata,dateline FROM attachment WHERE attachmentid='$attachmentid'")){
Do I replace what I found? Because when I look for the above line, it is not found..