I failed to install A3M to replace existing FreakAuthen. I guess maybe I need to know the dependencies for A3M implementation.
Currently I have to work on the following server configuration:
Quote:FreeBSD 4.1 + PHP 4.4.2 + MySQL + Apache/1.3.33 (Unix) mod_jk/1.2.6 without mod_rewrite
And usually I will EasyPHP 1.8 localhost to test new module:
Quote:Windows XP + PHP 4.3.10 + MySQL 4.1.9 + Apache/1.3.33
Before I use CI, I tried CakePHP. However it sticks to Rewrite, so I change to CI, since it offers compatible code.
According to the .htaccess, A3M also relies on Rewrite. I tried to run the code, the server error reports 500 code. Please check out server error log message as following:
Quote:[Mon Mar 15 16:55:01 2010] [alert] [client 127.0.0.1] d:/www2/a3m/.htaccess: Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration
I can enable mod_rewrite in my localhost or test it in the latest Linux box. However it doesn't make sense to me, since I have to work on the FreeBSD server anyway.
If I remove the .htaccess file, I got the following error message:
Quote:Parse error: parse error, expecting `'('' in d:\www2\a3m\system\application\libraries\MY_Router.php on line 7
I wonder if you can offer some work-around solution for legacy servers? Thanks in advance. Or maybe I just have to migrate server to another provider.