ErrorException [ Warning ]: Creating default object from empty value

/data/CM/svn/svn_checkout/iladynew/application/controllers/notfound.php [ 8 ]

 3 	exit ( 'No direct script access allowed' );
 4 class Notfound extends LC_Controller {
 5 	public function __construct() {
 6 		parent::__construct ();
 7 		//不使用缓存
 8 		$this->cismarty->caching = FALSE;
 9 	}
10 	public function index(){
11 		$this->cismarty->assign ( 'css', array ("style.css","css.css" ) );
12 		$this->cismarty->assign ( 'js', null );
13 		$this->cismarty->assign ( 'title', '404' );
  1. /data/CM/svn/svn_checkout/iladynew/application/controllers/notfound.php [ 8 ] » CI_Error::error_handler(arguments)

  2. /data/CM/svn/svn_checkout/iladynew/system/core/Common.php [ 335 ] » Notfound->__construct()

  3. /data/CM/svn/svn_checkout/iladynew/system/core/CodeIgniter.php [ 357 ] » show_404(arguments)

  4. /data/CM/svn/svn_checkout/iladynew/index.php [ 203 ] » require_once(arguments)

Environment