kohanut
kohanut copied to clipboard
An extensible CMS written in Kohana 3.
I'd like to see applying ACL so that you can limit access to some users.
Links generated by Markdown will not work if you installed your Kohanut into a subdirectory (subdirectory is missing from the generated anchor).
Redirects are not handled this time. To fix this, edit 'action_view' in 'kohanut\modules\kohanut\classes\controller\kohanut.php' Modify the catch to this: ``` $redir = Sprig::factory('kohanut_redirect' , array('url' => $url))->load(); if ( $redir->count() >...
... and doesn't work if you're using one kohana/kohanut install for a number of sites. Solution : add the following to the top of the action_index() function in classes/controller/kohanut/install/install.php :...
In application/bootstrap.php, the following : 'profiling' => ! IN_PRODUCTION, should be : 'profile' => ! IN_PRODUCTION, (per the documentation above)... All the Best Martin :-)