corrected in revision 1137
** Changed in: aikiframework
Status: New => Fix Released
--
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/952567
Title:
Call to undefined method Engine_aiki::layout()
Status in Aiki Framework:
Fix Released
Bug description:
I just try to install latest Aiki on my virtual server and got this:
Fatal error: Call to undefined method Engine_aiki::layout() in
/home/jcubic/domains/jcubic.pl/public_html/ip/index.php on line 56
code is this:
if ( $engineType =="aiki" ){
// Content is generated by old aiki engine
require_once("libs/Engine_aiki.php");
$layout = new Engine_Aiki();
$layout->layout();
and there is no layout method in class Engine_Aiki
To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/952567/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp