Public bug reported:
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
** Affects: aikiframework
Importance: Critical
Status: New
** Changed in: aikiframework
Importance: Undecided => Critical
** Changed in: aikiframework
Milestone: None => 0.9.1
** Description changed:
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
--
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/952567
Title:
Call to undefined method Engine_aiki::layout()
Status in Aiki Framework:
New
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.admins
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help : https://help.launchpad.net/ListHelp