Running CentOS 6.3, Postgres 9.2
When initially setting up WebADM, I click on the button to create the SQL tables. The tables are created in my postgres database and the command appears to be successful. However, when returning to the setup page, it shows that the tables are not created and the log file shows the error "SQL database tables are not created". I can manually log into my postgres database and verify that these were created.
Pointing Webadm to an instance of MySQL 5.1 does not suffer from this same issue.
Thoughts as to why WebADM can create the database tables in postgres, but then cannot verify that they exist?