Hello, good evening I'm trying to install Stable Release: version 0.8.8, but I could not finish the installation, the error in the file log.php is as follows:
Session "default" started at 2012-05-08T03:06:06+0000
#1 FATAL: exception 'DBQueryError' with message 'Query failed with message 'Table 'dawealta_project.pp_config_options' doesn't exist'' in /home2/dawealta/public_html/project/environment/library/database/adapters/AbstractDBAdapter.class.php:373
Stack trace:
#0 /home2/dawealta/public_html/project/environment/library/database/adapters/AbstractDBAdapter.class.php(289): AbstractDBAdapter->prepareAndExecute('SELECT * FROM `...', NULL)
#1 /home2/dawealta/public_html/project/environment/library/database/DB.class.php(193): AbstractDBAdapter->executeAll('SELECT * FROM `...', NULL)
#2 /home2/dawealta/public_html/project/environment/classes/dataaccess/DataManager.class.php(184): DB::executeAll('SELECT * FROM `...')
#3 /home2/dawealta/public_html/project/application/models/config_options/base/BaseConfigOptions.class.php(101): DataManager->find(Array)
#4 /home2/dawealta/public_html/project/environment/classes/dataaccess/DataManager.class.php(239): BaseConfigOptions->find(Array)
#5 /home2/dawealta/public_html/project/application/models/config_options/base/BaseConfigOptions.class.php(135): DataManager->findOne(Array)
#6 /home2/dawealta/public_html/project/application/models/config_options/base/BaseConfigOptions.class.php(137): BaseConfigOptions->findOne(Array)
#7 /home2/dawealta/public_html/project/application/models/config_options/ConfigOptions.class.php(67): BaseConfigOptions::findOne(Array)
#8 /home2/dawealta/public_html/project/application/models/config_options/ConfigOptions.class.php(53): ConfigOptions::getByName('session_lifetim...')
#9 /home2/dawealta/public_html/project/application/functions.php(302): ConfigOptions::getOptionValue('session_lifetim...', 3600)
#10 /home2/dawealta/public_html/project/init.php(136): config_option('session_lifetim...', 3600)
#11 /home2/dawealta/public_html/project/index.php(11): require('/home2/dawealta...')
#12 {main}
Time since start: 0.089411973953247 seconds
---------------------------------------------------------------------------------------------------
anyone know how to solve this?
thanks
Download the version from github and try again.
https://github.com/phpfreak/Project-Pier/zipball/master
Thank phpfreak, I download the version of the site that you recommended and I get the same error, this is the error message in the file log.php
Session "default" started at 2012-05-08T22:13:01+0000
#1 FATAL: exception 'DBQueryError' with message 'Query failed with message 'Table 'dawealta_project.pp_config_options' doesn't exist'' in /home2/dawealta/public_html/project/environment/library/database/adapters/AbstractDBAdapter.class.php:373
Stack trace:
#0 /home2/dawealta/public_html/project/environment/library/database/adapters/AbstractDBAdapter.class.php(289): AbstractDBAdapter->prepareAndExecute('SELECT * FROM `...', NULL)
#1 /home2/dawealta/public_html/project/environment/library/database/DB.class.php(193): AbstractDBAdapter->executeAll('SELECT * FROM `...', NULL)
#2 /home2/dawealta/public_html/project/environment/classes/dataaccess/DataManager.class.php(184): DB::executeAll('SELECT * FROM `...')
#3 /home2/dawealta/public_html/project/application/models/config_options/base/BaseConfigOptions.class.php(101): DataManager->find(Array)
#4 /home2/dawealta/public_html/project/environment/classes/dataaccess/DataManager.class.php(239): BaseConfigOptions->find(Array)
#5 /home2/dawealta/public_html/project/application/models/config_options/base/BaseConfigOptions.class.php(135): DataManager->findOne(Array)
#6 /home2/dawealta/public_html/project/application/models/config_options/base/BaseConfigOptions.class.php(137): BaseConfigOptions->findOne(Array)
#7 /home2/dawealta/public_html/project/application/models/config_options/ConfigOptions.class.php(67): BaseConfigOptions::findOne(Array)
#8 /home2/dawealta/public_html/project/application/models/config_options/ConfigOptions.class.php(53): ConfigOptions::getByName('session_lifetim...')
#9 /home2/dawealta/public_html/project/application/functions.php(306): ConfigOptions::getOptionValue('session_lifetim...', 3600)
#10 /home2/dawealta/public_html/project/init.php(136): config_option('session_lifetim...', 3600)
#11 /home2/dawealta/public_html/project/index.php(11): require('/home2/dawealta...')
#12 {main}
Time since start: 0.96660208702087 seconds
thanks again
Weird. Installation went fine? Do the details in config/config.php match your database? If you open phpMyAdmin on your database server do you see a table pp_config_options in database dawealta_project?
if this is too weird, the installation has not been finalized, the details of config.php are correct, if I open phpmyadmin, the database server is empty without tables.
I have tried to install the 0.8.6 version, and the error is the same.
I am installing on the server hosting www.hostmonster.com my domain name is dawealtamirano.com, the subdomain is project.dawealtamirano.com.
HostMonster MAY BE restrictions?
You will have some idea to solve this problem?
thank you very much