安装svn的中co的版本安装出了点问题
执行完setup.php后,提示说找不到index.php
exception 'MagikeException' with message 'path-not-exists' in /home/zjunjun/public_html/kakaryan/core/lib/lib.magike_object.php:24
Trace Message
#0 /home/zjunjun/public_html/kakaryan/core/lib/lib.path.php(96): MagikeObject::throwException('path-not-exists', '/index.php', false)
#1 /home/zjunjun/public_html/kakaryan/core/lib/lib.path.php(249): Path->analysisPath()
#2 /home/zjunjun/public_html/kakaryan/core/action/action.php(19): Path->runModule()
#3 /home/zjunjun/public_html/kakaryan/core/core.php(16): Action->__construct()
#4 /home/zjunjun/public_html/kakaryan/index.php(8): include('/home/zjunjun/p...')
#5 {main}
我自己debug了一下,修改了data/cache/action/2.php
增加了这个数组的这个值
"|^/index.php[/]?$|i" =>
array (
"action" => "template",
"action_class" => "TemplateAction",
"cache" => "0",
"file" => "/%.self::stack['static_var']['template'].%/index.tpl",
"value" =>
array (
),
"meta" => "index",
"group" => "4",
"slashed" => true,
),
现在首页能正常访问了,但是其他页面仍然打不开...