Warning: file_put_contents(): Only 0 of 2743 bytes written, possibly out of free disk space in /home/garrattpublishin/public_html/modules/googleanalytics/classes/googleanalytics_module.php on line 56
Unhandled Exception

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