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
21 Phpr_ErrorLog::encode_error_details(object(stdClass)) /phproad/modules/phpr/classes/phpr_errorlog.php 188
20 Phpr_ErrorLog->logException(object(Phpr_PhpException)) /phproad/system/exceptions.php 35
19 Phpr_Exception->__construct('file_put_contents(): Only 0 of 2743 bytes written, possibly out of free disk space', 2) /phproad/system/exceptions.php 307
18 Phpr_PhpException->__construct('file_put_contents(): Only 0 of 2743 bytes written, possibly out of free disk space', 2, '/home/garrattpublishin/public_html/modules/googleanalytics/classes/googleanalytics_module.php', 56) /phproad/system/exceptions.php 341
16 file_put_contents('/home/garrattpublishin/public_html/modules/cms/controllers/cms_settings/stats.htm', '<? Phpr_View::beginBlock("head") ?> <link rel="stylesheet" href="modules/cms/resources/css/cms.css?<?= module_build('cms') ?>" type="text/css"/> <? Phpr_View::endBlock() ?> <? Phpr_View::beginBlock("view") ?> <ul class="breadcrumbs"> <li><a href="<?= url('/system/settings') ?>">Settings</a></li> <li><?= $this->app_page_title ?></li> </ul> <div class="form500"> <?= Phpr_Form::openTag(array('id'=>'settings_form')) ?> <? $this->formRender($settings) ?> <?= backend_ajax_button('Save', 'stats_onSave', array(), "update: 'multi', loadIndicator: {hideOnSuccess: true}, preCheckFunction: function(){ if (Number($('prev_pageviews').value) > Number($('Cms_Stats_Settings_keep_pageviews').get('value'))) return confirm('New pageviews number is less than the previous value. Obsolete pageviews data will be deleted. Continue?'); return true; }") ?> <?= backend_button('Cancel', url('system/settings')) ?> <input type="hidden" id="prev_pageviews" value="<?= $settings->keep_pageviews ?>"/> <div class="clear"></div> </form> <script type="text/javascript"> window.addEvent('domready', function(){ $('Cms_Stats_Settings_ga_enabled').addEvent('toggle', function(state){ if (state) $('form_field_ga_enabledCms_Stats_Settings').addClass('separatedField'); else $('form_field_ga_enabledCms_Stats_Settings').removeClass('separatedField'); var fields = ['form_field_ga_siteidCms_Stats_Settings', 'form_field_ga_usernameCms_Stats_Settings', 'form_field_ga_property_idCms_Stats_Settings', 'ga_hint', 'form_field_ga_site_speed_sample_rateCms_Stats_Settings', 'form_field_ga_domain_nameCms_Stats_Settings', 'form_field_ga_enable_doubleclick_remarketingCms_Stats_Settings', 'form_field_ga_client_idCms_Stats_Settings', 'form_field_ga_client_secretCms_Stats_Settings', 'form_field_ga_redirect_urlCms_Stats_Settings','form_field_ga_debugCms_Stats_Settings']; fields.each(function(element){ console.log(element); if (state) $(element).show(); else $(element).hide(); }) }) $('Cms_Stats_Settings_enable_builtin_statistics').addEvent('toggle', function(state){ if (state) $('form_field_enable_builtin_statisticsCms_Stats_Settings').addClass('separatedField'); else $('form_field_enable_builtin_statisticsCms_Stats_Settings').removeClass('separatedField'); var fields = ['form_field_keep_pageviewsCms_Stats_Settings', 'ip_filters']; fields.each(function(element){ if (state) $(element).show(); else $(element).hide(); }); }); }); </script> </div> <? Phpr_View::endBlock() ?>') /modules/googleanalytics/classes/googleanalytics_module.php 56
15 GoogleAnalytics_Module::autoloader('Phpr_SecurityFramework')
14 spl_autoload_call('Phpr_SecurityFramework') /phproad/modules/db/classes/db_securesettings.php 7
13 Db_SecureSettings::get(()) /phproad/modules/db/classes/db_driver.php 18
12 Db_Driver->connect(()) /phproad/modules/db/classes/db_mysqlidriver.php 27
11 Db_MySQLiDriver->connect(()) /phproad/modules/db/classes/db_mysqlidriver.php 94
10 Db_MySQLiDriver->execute('select session_data from db_session_data where session_id='hkgm4uqrto5d0bpok7ufiqesb6' and client_ip='18.220.167.115'') /phproad/modules/db/classes/db_sqlbase.php 604
9 Db_SqlBase->execute('select session_data from db_session_data where session_id='hkgm4uqrto5d0bpok7ufiqesb6' and client_ip='18.220.167.115'') /phproad/modules/db/classes/db_sqlbase.php 437
8 Db_SqlBase->query('select session_data from db_session_data where session_id='hkgm4uqrto5d0bpok7ufiqesb6' and client_ip='18.220.167.115'') /phproad/modules/db/classes/db_sqlbase.php 557
7 Db_SqlBase->fetchOne('select session_data from db_session_data where session_id=:session_id and client_ip=:client_ip', array(2) [session_id => 'hkgm4uqrto5d0bpok7ufiqesb6', client_ip => '18.220.167.115']) /phproad/modules/db/classes/db_dbhelper.php 35
6 Db_DbHelper::scalar('select session_data from db_session_data where session_id=:session_id and client_ip=:client_ip', array(2) [session_id => 'hkgm4uqrto5d0bpok7ufiqesb6', client_ip => '18.220.167.115']) /phproad/modules/phpr/classes/phpr_session.php 224
5 Phpr_Session->restore('hkgm4uqrto5d0bpok7ufiqesb6') /phproad/modules/phpr/classes/phpr_session.php 81
4 Phpr_Session->restoreDbData(()) /phproad/system/initialize.php 193
3 include('/home/garrattpublishin/public_html/phproad/system/initialize.php') /phproad/system/phproad.php 24
2 include('/home/garrattpublishin/public_html/phproad/system/phproad.php') /boot.php 113
1 require_once('/home/garrattpublishin/public_html/boot.php') /index.php 3