4:47pm JST Friday 22 February 2008 (day 13848)
Okay, akelos is next.
Their homepage has nice colors; it looks friendly.
Only version 0.8, so I imagine I'll find some bugs.
23:49:10 (~/php.robnugen.com):$ mkdir akelos_2008feb22,_0.8
23:49:25 (~/php.robnugen.com):$ cd akelos_2008feb22,_0.8/
23:49:28 (~/php.robnugen.com/akelos_2008feb22,_0.8):$ wget http://www.akelos.org/releases/akelos_framework-0.8.tar.gz
--23:49:32-- http://www.akelos.org/releases/akelos_framework-0.8.tar.gz
=> `akelos_framework-0.8.tar.gz'
Resolving www.akelos.org... 67.15.113.138
Connecting to www.akelos.org[67.15.113.138]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,657,556 [application/x-tar]
100%[================================================================================>] 1,657,556 1.02M/s
23:49:34 (1.02 MB/s) - `akelos_framework-0.8.tar.gz' saved [1657556/1657556]
23:49:34 (~/php.robnugen.com/akelos_2008feb22,_0.8):$ tar -xzf akelos_framework-0.8.tar.gz
23:49:54 (~/php.robnugen.com/akelos_2008feb22,_0.8):$ ls
akelos_framework akelos_framework-0.8.tar.gz
23:49:58 (~/php.robnugen.com/akelos_2008feb22,_0.8):$ rm akelos_framework-0.8.tar.gz
23:50:15 (~/php.robnugen.com/akelos_2008feb22,_0.8):$ mv akelos_framework/* .
23:50:24 (~/php.robnugen.com/akelos_2008feb22,_0.8):$ ls
LICENCE.txt MAINTAINERS.txt README.txt THANKS.txt akelos akelos_framework app config docs index.php
lib log public script test tmp vendor version.txt
oops:
I got about 30 of these errors:
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionView.php on line 203
And 3 of these:
Warning: Cannot modify header information - headers already sent by (output started at /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php:1689) in /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkResponse.php on line 109
BUT, the wizard screen is still vizible, so I'm going to charge forward for a bit.
4:56pm JST
Well, the good news: they've got a wizard to set up the DBs; I dunno why I want all this hand-holding; I can set up a config file in a trice, but I don't want to have to think too much to get a framework set up.
The Akelos Framework has 3 different runtime environments, each of these has a separated
database. Our recommendation is to develop your application in development mode, test it on testing
mode and release it on production mode.
We strongly recommend you to create the following databases:
* database_name_dev for development mode (default mode)
* database_name for production mode
* database_name_tests for testing purposes
But, the bad news is I get those errors warnings each time; they must be
deep at the base level initialization code.
but just for fun I'll continue to charge through.
5:03pm JST
creating DBs now.
5:14pm JST
Blarg. I entered the data and clicked continue, but it didn't make it past spitting out all the warnings.
I looked in the code and found this:
// Warning: The database defined as 'testing' will be erased and
// re-generated from your development database when you run './script/test app'.
// Do not set this db to the same as development or production.
I really like this idea. It could be used to set up a "demo website" that got refreshed every N units of time/usage.
But, I looked up these warnings: this is PHP 4 type stuff. Ain't gonna fly with PHP 5.
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkObject.php on line 66
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 262
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 264
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1388
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1390
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1648
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1662
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1687
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1688
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1689
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1702
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1703
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1704
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1733
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1756
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of method_exists(). 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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1866
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of method_exists(). 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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1866
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of method_exists(). 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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1906
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php on line 1944
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActiveRecord.php on line 1550
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActiveRecord.php on line 4277
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActiveRecord.php on line 4280
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActiveRecord.php on line 4320
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionView.php on line 113
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 /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionView.php on line 203
Warning: Cannot modify header information - headers already sent by (output started at /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php:1689) in /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkResponse.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkActionController.php:1689) in /php.robnugen.com/akelos_2008feb22,_0.8/lib/AkResponse.php on line 109
Byebye, akelos.