Hi, guys.. Today i have my ubuntu upgraded to jaunty, then i checked out akelos into /opt/akelos. I have created a new symlink to /opt/lampp/htdocs/"app_name"
When i started to open my existing akelos project, i got this warning message from console : "Warning: require_once(/home/anagram/Workspace/admin-is-traitor/akelos-works/cwevo/lib/constants.php): failed to open stream: No such file or directory in /home/anagram/Workspace/admin-is-traitor/akelos-works/cwevo/config/boot.php on line 33"
and an error message : "Fatal error: require_once(): Failed opening required '/home/anagram/Workspace/admin-is-traitor/akelos-works/cwevo/lib/constants.php' (include_path='.:/opt/lampp/lib/php') in /home/anagram/Workspace/admin-is-traitor/akelos-works/cwevo/config/boot.php on line 33"
Does anyone knows what's the problems? Thx ...
CommentAuthoranagram
voilla, finally i found the solution...
uncomment this line (i'm wondering out why similar line on config.php didn't resolve this problem): //defined('AK_FRAMEWORK_DIR') ? null : define('AK_FRAMEWORK_DIR', '/opt/akelos');