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

    Hello, I've just intalled Akelos and I'm following the Booklink tutorial, but I encountered a problem... Akelos folder is "/home/shinu/akelos" and I've installed Booklink at "home/shinu/booklinks" (the public link is at "home/shinu/public_html/booklinks"). Well, I've just done the scaffolding, but when I go to http://localhost/booklink/author or http://localhost/booklink/books I get:

    Fatal error: Could not find the file /app/controllers/books_controller.php for the controller BooksController in /home/shinu/akelos/lib/AkRequest.php on line 797

    Why??

    • CommentAuthordemaio
     
    check the soft link linking your's application public dir and the public dir of your server ...
    It is possible to link akelos framework public dir to server public dir, your application will not be behaving as expected in such case.

    The soft link should connect your application public dir with servers public dir. I remamber having similar problem, which resulted in similar error, some time ago. Re-creating of the soft link helped then ;]

    best regards

    Demaio
    • CommentAuthorshinu
     

    Yeah, I think that the soft link is correct...

    • CommentAuthorshinu
     

    Hello, I think that I've found the problem, it was because the permissions... I've configured the ftp and I think that it works.