I've had to move my akelos files over to a new Mac, which needed a brand new MySQL installation and Apache setup. I've gone through an entire series of errors and troubleshooting to get one of my early simple, akelos test apps to work. Right now I'm stuck on this error:
Fatal error: Could not find the file /app/controllers/page_controller.php for the controller PageController in /Users/pweil/akelos/lib/AkRequest.php on line 759
At first this sounded like a permissions-related issue, but I haven't been able to resolve this error even by ensuring that all akelos files are writable by the www group. So I'm stumped: what does this error mean, and how do I address it?
CommentAuthormvitjiten
I got a problem while requesting for the page blog_controller.php (c:/xampp/htdocs/blog/app/controller).As per the video in the site i included the function index() inside blog_controller.php.But there is a FATAL error i found.
When i included this function index() part in page_controller.php (c:/xampp/htdocs/blog/app/controller) ,it called the page and showed me hello world . Again when i attach index template according to the video it again shows fatal error.
I am new to akelos.. so anyone can help me please....
CommentAuthormvitjiten
I got the solution of this problem. Open the file "c:/xampp/htdocs/blog/app/controller/page_controller.php" and replace all "page" to "blog"(or the name you have given for the file like "booklink"). Then run the browser with http://localhost/blog