I got ACID finally working with PHP 4.3. It seems that the acid_db_setup.php doesn't seem to go through (session problems perhaps). My work around was to create the tables manually by typing them in. A note for the table acid_event you'll need to decide what to do with the field signatures. I set it as VARCHAR(255) NOT NULL I believe.

Hope that helps.