Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorspykid
     

    I encountered a wearied problem while naming table fields, I want to name a field text_cue_points but the installer doesn't seems to work but when i change the name it works like a charm....

    • CommentAuthorKaste
     

    Can't reproduce. (with a recent revision)

    • CommentAuthorspykid
     

    should i update my scripts folder to get the recent revision or just get the latest tarball and update the akelos_framework folder, actually I asked the same question in another thread also but still confused....

    I have set up my environment like this I have one akelos_framework and another application folder in my htdocs both of them have script folder, I don't know how the two are related but I use scripts from my app folder the one placed in my htdocs

    I am sorry for my English and less knowledge...

    • CommentAuthorspykid
     

    Ohh.. I think I will have to get the latest ver from repository as I already have 0.7.1

    • CommentAuthorKaste
     

    The setup is fine. Just 'install' another framework and point your app to it. like:

    //config.php
    defined('AK_FRAMEWORK_DIR') ? null : define('AK_FRAMEWORK_DIR', '/path/to/my/framework');
    

    so you can switch between them.

    for your app dir. you can usually just overwrite the scripts unless you haven't patched them by yourself. since you don't use a version control system, you should do a backup. (thats basically what a vcs would do for you. you throw files on it, commit, and when it doesn't work you revert.)