There may be another place, and I not sure of the differences
in 2.2.8 and 2.3.0, but..
on line 178 (i think) you might need to add the attachment thing.
where this is.. (close to the end of the line)
PHP Code:
canwhosonlineip=$canwhosonlineip WHERE
change to..
PHP Code:
canwhosonlineip=$canwhosonlineip,cangetattachment=$cangetattachment WHERE
I think there may be another place too, Sorry my mem isn't so good.
Where ever you are supposed to change that long line you need to make that change.