UnderDogMiller
Here is what the installer runs:
CREATE TABLE `ost_note` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`pid` int(11) unsigned,
`staff_id` int(11) unsigned NOT NULL DEFAULT 0,
`ext_id` varchar(10),
`body` text,
`status` int(11) unsigned NOT NULL DEFAULT 0,
`sort` int(11) unsigned NOT NULL DEFAULT 0,
`created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`updated` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `ext_id` (`ext_id`)
) DEFAULT CHARSET=utf8;
As far as the image upload goes, I cannot replicate this 🤔 Try clearing all cache/cookies/sessions, restart the webserver, etc.
Can you post a non-working screenshot here so I can download and test?
Cheers.