Hi,
I just fix an issue on
admin/record.add.php but I think that your issue is related to a change between BETA and RC1. Please note that the PMF update process takes care only of updating the database structure of PMF 1.5.7 (and previous releases), so it would be wise to test PMF 1.6.0, untill the final release will be shipped, always on a fresh installation.
In the meantime, you can fix your testing database with this SQL query below:
Code: Select all
ALTER TABLE faqchanges ADD revision_id INTEGER NOT NULL AFTER lang
Thanks for your testing!