It's possible to fix the config.php by hand, but on the admin interface I'm still seeing strings like:
aiki framework 0.8.8.AIKI_REVISION -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/795077 Title: configs are not getting set correctly by packaged release Status in Aiki Framework: New Bug description: Building the latest versions is not creating a package release that is ready to go. $ bzr branch lp:aikiframework $ cd aikiframework $ ./autogen.sh $ cd build $ ../configure --prefix=/usr --sysconfdir=/etc $ make * Now cp the source contents from aiki-0.8.8/* into your web root and create a database and user. * Navigate to your new Aiki with a web browser. * Enter the correct details into the Aiki installer. * The installer reports: Great success Admin! Aiki Framework is installed. Now look in your web root for config.php and you see at the end of the file: // the default site URL $config["url"] = AIKI_SITE_URL; // show admin widgets or not? $config['admin_widgets_display'] = false; // enable debugging $config["debug"] = false; // set the aiki log directory $config["log_dir"] = AIKI_LOG_DIR; // set the aiki log file name $config["log_file"] = AIKI_LOG_FILE; // set the aiki host profile name $config["log_profile"] = AIKI_LOG_PROFILE; // set the aiki log level $config["log_level"] = AIKI_LOG_LEVEL; To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/795077/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

