Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorjoshua_tam
     
    I make a clean svn install ( #558)
    it shows a error:

    AkPhpTemplateHandler::include(/home/joshua/Project/AK_TEST/tmp/views/app/views/page/compiled/index.tpl.php) [function.AkPhpTemplateHandler-include]: failed to open stream: No such file or directory in /home/joshua/Source/akelos/lib/AkActionView/AkPhpTemplateHandler.php on line 71

    And when I find at /home/joshua/Project/AK_TEST/tmp/views/app/views/, there are only framework_setup and layouts, no such directory called page, i think this may just a bug.
    •  
      CommentAuthorbermi
     

    Joshua, that was an odd bug I've just fixed. Thanks for reporting. You can svn update now :)

    • CommentAuthorjoshua_tam
     
    Thanks for your help, but there still has the same problem.

    I want to ask if I do akelos/akelos ~/Project/AK_TEST/, then do I need to chmod 777 for the directory tmp?

    Also, I want to know if I need to create a file config/setup.php for ftp_upload?
    • CommentAuthorjoshua_tam
     
    I want to ask one more thing, is that the default tmp dir be /tmp but not ~/Project/AK_TEST/tmp?

    I think the installer should provide more clear information that what user should do with the permission.

    Anyway, thanks for your help. =]