ErrorException [ 2 ]: Use of undefined constant MCRYPT_MODE_NOFB - assumed 'MCRYPT_MODE_NOFB' (this will throw an Error in a future version of PHP)

/home1/tichenne/public_html/ncca/noah/modules/cookie/cookie.php [ 36 ]

31 			'Encrypt' => array(
32 				'defaultGroup' => 'default',
33 				'groups' => array(
34 					'default' => array(
35 						'key' => '$4jl@&^*', // make it more complicate
36 						'mode' => MCRYPT_MODE_NOFB, // http://www.php.net/manual/en/mcrypt.constants.php
37 						'cipher' => MCRYPT_RIJNDAEL_128, // http://www.php.net/manual/en/mcrypt.ciphers.php
38 					),
39 				),
40 			),
41 		);
  1. /home1/tichenne/public_html/ncca/noah/modules/cookie/cookie.php [ 36 ] » Debug->errorHandler(arguments)

  2. /home1/tichenne/public_html/ncca/noah/modules/noah/base.php [ 101 ] » Cookie->_afterConstruct(arguments)

  3. /home1/tichenne/public_html/ncca/noah/modules/noah/noah.php [ 214 ] » Noah_Base->__construct(arguments)

  4. /home1/tichenne/public_html/ncca/admin/classes/controller/template.php [ 13 ] » Noah::instance(arguments)

  5. {PHP internal call} » Controller_Template->before()

  6. /home1/tichenne/public_html/ncca/noah/modules/app/app.php [ 271 ] » ReflectionMethod->invoke(arguments)

  7. /home1/tichenne/public_html/ncca/noah/modules/app/app.php [ 87 ] » App->_execute()

  8. /home1/tichenne/public_html/ncca/admin/adminroot/index.php [ 43 ] » App->start()

环境变量