Hi Peter and welcome to the Akelos forum.
You should check if you have mod_rewrite enabled in your httpd.conf file. If you do you must make sure your akelos app .htaccess has the rewrite base to /booklink
If you can't get mod rewrite working you can still using Akelos by adding this to your config/config.php file
define('AK_URL_REWRITE_ENABLED', false);
and using the URL http://localhost/booklink/?ak=author instead
Hi, I'm new to Akelos. This is the first time i'm using framework for PHP development. I've gone through most of the setup. The databases and tables have been created. But got an error when doing this command on bash
abc@debian:~/booklink$ ./script/generate scaffold Book
Fatal error: Only variables can be passed by reference in /var/www/abc/akelos/akelos_framework/lib/utils/generators/AkelosGenerator.php on line 253
What could be the problem? Can anybody help me?
Hi milinmestry, and welcome to the forums!
Have look at this previous post. It explains how to get rid of pass by reference warnings.
1 to 7 of 7