In the README.txt file, Setting Up the Framework section, I pointed the browser as told and got two error messages a number of times:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /home/alan/develop/akelos/lib/AkObject.php on line 66
There are 24 similar messages in three files.
Warning: Cannot modify header information - headers already sent by (output started at /home/alan/develop/akelos/lib/AkActionController.php:1627) in /home/alan/develop/akelos/lib/AkResponse.php on line 114
What should I assume from these messages? Do you all think it may be my set-up? (Fedora 7 x86_64, PHP 5) or is it something that needs to be fixed in Akelos code?