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

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 'Db' not found

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

Code Highlight

		{
			$record_id = null;
 
			if (!class_exists('Phpr_LogHelper') && !Phpr::$class_loader->load('Phpr_LogHelper'))
				echo $message;
 
			if ((Phpr::$config->get('LOG_TO_DB') || $this->_logFileName == null) && Db::$connection && !self::$disable_db_logging && $log_to_db)
			{
				if (!class_exists('Phpr_Trace_Log_Record') && !Phpr::$class_loader->load('Phpr_Trace_Log_Record'))
					return;
 
				$record = Phpr_Trace_Log_Record::add('ERROR', $message, $details);
				$record_id = $record->id;
# Call Stack Code Document Line