Well, that fixed it. Seems that this was the snag in the XML file:
Code:
) ENGINE = MYISAM ;");]]></installcode>
Simply remove that little piece and it should work fine.
Also, I wasn't aware of this, but is this mod just for the owner of the site it's used on to utilize, or is it editable on a per-user basis?
EDIT: That didn't fix the SQL. It never made the 'portfolio' table and when I tried to run that query in phpMyAdmin, this it what it gave me:
#1074 - Too big column length for column 'description' (max = 255). Use BLOB instead