Help:Contents
From PeopleAggregator
This has been fixed in the latest version available from http://update.peopleaggregator.org/
Installation environment: Fedora 6, Apache 2.0, PHP 5.1.6, MySQL 5.0.27.
While running database upgrade script, installation gets stuck and local_config.php never gets created.
Checking config details
* Able to connect to the MySQL server at localhost with supplied login details.
* SHOW TABLES
* Initializing database ...
* Ran 176 database queries from file ../../db/PeepAgg.mysql
* Running database upgrade script and installing default module settings ...
running database upgrade script ...
Any help would be greatly appreciated.
--> Is there a sample local_config.php that I can modify manually?
Maybe that would be helpful:
<?php // Database details. $peepagg_dsn = "mysql://USER:PWD@LOCATION (e.g. localhost)/DB-NAME"; // URL to the root of the server. $base_url = "http://URL/pa/web"; // Network spawning disabled as wildcard domains are not configured. $domain_suffix = FALSE; // or TRUE; // Path to log file (you may wish to change this to /var/log/somewhere/pa.log). $logger_logFile = "$path_prefix/log/pa.log"; // Path to the current theme (relative to the 'web' directory). $current_theme_rel_path = "Themes/Alpha"; // Administration password $admin_password = "ADMIN PWD"; // When a new user registers on the site, they will automatically be marked as a friend of the user with this ID. // (The default is 1, so everyone will be a friend of the first user.) $default_relation_id = 1; ?>
