PHP Error

Declaration of SBCmsController::missingAction() should be compatible with CController::missingAction($actionID)

/home/nsnetca/public_html/protected/controllers/SBCmsController.php(5)

01 <?php
02 
03 class SBCmsController extends Controller
04 
05 {
06     /**
07      * Declares class-based actions.
08      */
09     public function init()
10     {
11         $this->layout = '//layouts/column1';
12         $this->defaultAction = 'home.html';
13 
14     }
15 
16 
17     public function actions()

Stack Trace

#4
+
 /home/nsnetca/public_html/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
2024-03-28 12:22:54 Apache Yii Framework/1.1.7