Unhandled Error!

Class 'Phpr_SecurityFramework' not found

Document /phproad/modules/phpr/classes/phpr_errorlog.php
Document type PHP document
Line 37
Exception class Error

Code Highlight

		public function __construct()
		{
			$this->loadConfiguration();
		}
 
		public static function encode_error_details($value) {
			$security = Phpr_SecurityFramework::create();
			list($key_1, $key_2) = Phpr::$config->get('ADDITIONAL_ENCRYPTION_KEYS', array('jd$5ka#1', '9ao@!d4k'));
 
			return base64_encode($security->encrypt(json_encode($value), $key_1, $key_2));
		}
 
		public static function decode_error_details($value) {
# Call Stack Code Document Line