I completely agree jakub. Also please make sure you guys are running latest
aiki. All constructive developments.

On Tuesday, January 24, 2012, Jakub Jankiewicz <920...@bugs.launchpad.net>
wrote:
> I don't think is good idea. ( the header location line) it should work
> the same as current installer without changing URL. If you think that
> your installer is better, then just replace it. Why if we have new
> installer we use old one?
>
> And the other thing is that, it shouldn't be in apps folder because
> this folder should have only files that work, when Aiki is installed. It
> should be cleaned up too. Most likely have only one app that is
> installed by default (Admin Panel) and it should be tested in such a
> way, that you can have Aiki without admin panel and you can install it.
>
> No Exception, clean API. Lets do this right.
>
>
> PS: } else {  <---
>
>
> On Mon, 23 Jan 2012 22:31:52 -0000
> rg1024 <920...@bugs.launchpad.net> wrote:
>
>> i see.but in a near future we can change all code to
>>
>> /* use run-time installer config */
>> if (file_exists("$AIKI_ROOT_DIR/config.php")) {
>>     /** @see config.php */
>>     require_once("$AIKI_ROOT_DIR/config.php");
>> }
>> else {
>>     /** @see installer.php */
>>
header("location:$AIKI_ROOT_DIR/assets/apps/installer/installer.php");
>>     die();
>> }
>>
>> other changes:
>> - delete libs/installer
>> - rename configs/config.php to config.tpl
>> - all substitutions in config.tpl must be surrounde by "@..@".
>> ...
>>
>
> --
> Jakub Jankiewicz
> twitter: @jcubic
> www: http://jcubic.pl
>
> --
> You received this bug notification because you are subscribed to
> aikiframework.
> https://bugs.launchpad.net/bugs/920574
>
> Title:
>  Aiki installation script show errors from configs/config.php
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/aikiframework/+bug/920574/+subscriptions
>

-- 
Jon Phillips 王✳爻气 http://fabricatorz.com ✳ skype: kidproto ✳ irc: rejon
+1.415.830.3884 (global) ✳ +86-187-1003-9974 (beijing)

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/920574

Title:
  Aiki installation script show errors from configs/config.php

Status in Aiki Framework:
  New

Bug description:
  In latest Aiki there are Notices: from configs/config.php file like
  this one:

  Notice: Use of undefined constant DB_TYPE - assumed 'DB_TYPE' in
  /home/kuba/projects/aikilab/var_www_aiki/configs/config.php on line
  138

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/920574/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : aikiframework.admins@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to