A small error in the DB schema crept in with the last update, the result is you cannot preview articles in the admin view of Publisher.
To fix this you can download the updated schema here:
http://www.phpkitchen.com/phpseagull/phpseagull.sql.0.1.4-beta.fix.zip
To install just do the usual as root:
$ mysql phpseagull < phpseagull.sql
‘Drop tables’ has been specified so this will overwrite your existing data if you have any.
If you want preserve your data do a more granular update by just replacing the tables:
item_type
item_type_mapping
with the ones supplied above. PHPseagull 0.1.5 will be along in the next week or so with more updates.