diff --git a/airtime_mvc/application/configs/conf.php b/airtime_mvc/application/configs/conf.php index 903b845c2..132605179 100644 --- a/airtime_mvc/application/configs/conf.php +++ b/airtime_mvc/application/configs/conf.php @@ -34,7 +34,7 @@ class Config { $CC_CONFIG['baseDir'] = $values['general']['base_dir']; $CC_CONFIG['baseUrl'] = $values['general']['base_url']; $CC_CONFIG['basePort'] = $values['general']['base_port']; - $CC_CONFIG['phpDir'] = $values['general']['airtime_dir']; +// $CC_CONFIG['phpDir'] = $values['general']['airtime_dir']; $CC_CONFIG['cache_ahead_hours'] = $values['general']['cache_ahead_hours']; diff --git a/airtime_mvc/application/configs/config-check.php b/airtime_mvc/application/configs/config-check.php index 11291d446..384856dbd 100644 --- a/airtime_mvc/application/configs/config-check.php +++ b/airtime_mvc/application/configs/config-check.php @@ -20,19 +20,18 @@ $r = array_reduce($phpDependencies, "booleanReduce", true); $result = $r && $database; ?> - +
- +@@ -61,10 +60,10 @@ $result = $r && $database; | Zend MVC Framework | -> + |
>
+ ?>">
Ubuntu: try running sudo apt-get install libzend-framework-php
Debian: try running sudo apt-get install zendframework
PDO and PostgreSQL libraries
|
- > + |
>
+ ?>">
Try running sudo apt-get install php5-pgsql
Database configuration for Airtime
|
- > + |
>
+ ?>">
Make sure you aren't missing any of the Postgres dependencies in the table above.
If your dependencies check out, make sure your database configuration settings in
airtime.conf is correct and the Airtime database was installed correctly.
@@ -118,6 +117,7 @@ $result = $r && $database;
|