"/MyServer/akelos/projects/booklink/public"
is an 'absolute' path?
Did you see the web-installer interface? I usually check the setup before I add models, controllers...
try
config/config.php...
define('AK_LOG_EVENTS', true);
then look in log/development.log if you get something.
That happened to me when I uploaded my project to a shared webserver, the screen was just blank. Checked the config.php and everything was okay... then I found a (probably quick and dirty) solution.
I had the akelos directory outside the main application directory (/akelos & /myapplication in my ftp root of webserver) so I tried to copy akelos/lib and akelos/vendor directories inside the main application directory, changed 'AK_FRAMEWORK_DIR' in my application's config/config.php to point to it's own directory and everything worked.
You can tell akelos to add the framework inside a project using -deps parameter when creating it (this should be the clean solution :))
./script/setup -deps -d HOMEDIR/booklink -p /www/htdocs/booklink
Hope I'm not saying nonsense and that it helps :)
1 to 7 of 7