Liên hệ

CÔNG TY CỔ PHẦN ECOLUX

Liên hệ với chúng tôi để được tư vấn và hỗ trợ tốt nhất.

Gửi yêu cầu tư vấn

Crypto key error

Crypto key error

No write access to APPPATH/config/crypt.php.

The FuelPHP crypto functions require a set of unique and truelly random crypto keys. These keys are automatically generated and written to the crypto configuration file the first time the application accesses a crypto function.

Please copy the following code into APPPATH/config/crypt.php manually:

<?php
/**
 * Part of the Fuel framework.
 *
 * @package    Fuel
 * @version    1.8
 * @author     Fuel Development Team
 * @license    MIT License
 * @copyright  2010 - 2016 Fuel Development Team
 * @link       http://fuelphp.com
 */

return array (
	'crypto_key' => 'AqQLiQZRYkxoQxYNmoN00NiI',
	'crypto_iv' => '7rkwAUNQwoVEM_EYUksH0pV8',
	'crypto_hmac' => '7-AKxc0PsQII1bItRQ1gIXvM',
);