Second Installation Error

3 replies [Last post]
Offline
Joined: 2009-06-02
Posts: 2

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

Offline
Joined: 2009-04-16
Posts: 89
RE: Second Installation Error

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

Offline
Joined: 2009-06-02
Posts: 2
RE: Second Installation Error

I am using the downloaded version
openfisma-release-2.3.1548.tar.gz

And I have dropped the database, unzipped anew and rerun once.

"'mhaase' pid='18' dateline='1243955352'" wrote:

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

Offline
Joined: 2009-06-02
Posts: 2
RE: Second Installation Error

Update.
I reviewed the original "Installation Error" thread and found I had not followed it carefully enough.
I dropped the database, refreshed the openFisma directory from the downloded archive and ran through the steps a documented.
I was able to log on, change my password, modify the warnings, add a Network, Product and Assett.
That is the good news.
I will open another thread for the bad news.