Second Installation Error
Environment:
Windows XP:XAMMP Win32 1.7.1
I followed the "Installation Error" thread successfully, but on the next step I get the following:
An exception occured while bootstrapping the application.
Fatal error: Uncaught exception 'Zend_Db_Adapter_Mysqli_Exception' with message 'Table 'openfisma.configurations' doesn't exist' in E:\OpenFISMA\library\Zend\Db\Adapter\Mysqli.php:208 Stack trace: #0 E:\OpenFISMA\library\Zend\Db\Table\Abstract.php(604): Zend_Db_Adapter_Mysqli->describeTable('configurations', NULL) #1 E:\OpenFISMA\library\Zend\Db\Table\Abstract.php(533): Zend_Db_Table_Abstract->_setupMetadata() #2 E:\OpenFISMA\library\Zend\Db\Table\Abstract.php(268): Zend_Db_Table_Abstract->_setup() #3 E:\OpenFISMA\library\local\Config\Fisma.php(364): Zend_Db_Table_Abstract->__construct(Object(Zend_Db_Adapter_Mysqli)) #4 E:\OpenFISMA\public\index.php(41): Config_Fisma::readSysConfig('show_trace') #5 {main} thrown in E:\OpenFISMA\library\Zend\Db\Adapter\Mysqli.php on line 208
David,
Are you using the downloaded version or checking out directly from source code?
The error message that you are seeing indicates that the installation did not successfully create the configurations table (which holds most of the system configuration parameters).
My recommendation is to manually delete the schema/database which you are trying to use with openfisma, e.g. "mysql> drop schema openfisma" and try to run the installer again.
We have not been testing very carefully with Windows installation recently because it hasn't been a high demand from our users. But it seems like users are starting to take an interest in it, so we will try to reproduce these issues in our testing environment and see if we can patch it.
Thanks--
Mark

I am using the downloaded version
openfisma-release-2.3.1548.tar.gz
And I have dropped the database, unzipped anew and rerun once.
David,
Are you using the downloaded version or checking out directly from source code?
The error message that you are seeing indicates that the installation did not successfully create the configurations table (which holds most of the system configuration parameters).
My recommendation is to manually delete the schema/database which you are trying to use with openfisma, e.g. "mysql> drop schema openfisma" and try to run the installer again.
We have not been testing very carefully with Windows installation recently because it hasn't been a high demand from our users. But it seems like users are starting to take an interest in it, so we will try to reproduce these issues in our testing environment and see if we can patch it.
Thanks--
Mark