Unhandled Error!

Class 'Phpr_Files' not found

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

Code Highlight

			$error = (object) array(
				'log_id' => property_exists($exception, 'log_id') ? $exception->log_id : null,
				'log_status' => property_exists($exception, 'log_status') ? $exception->log_status : null,
				'message' => Core_String::ucfirst(nl2br(Phpr_Html::Encode($exception->getMessage()))),
				'hint' => isset($exception->hint_message) && strlen($exception->hint_message) ? $exception->hint_message : null,
				'is_document' => $exception instanceof Cms_ExecutionException,
				'document' => $exception instanceof Cms_ExecutionException ? $exception->document_name() : Phpr_Files::rootRelative($exception->getFile()),
				'document_type' => $exception instanceof Cms_ExecutionException ? $exception->document_type() : 'PHP document',
				'line' => $exception instanceof Cms_ExecutionException ? $exception->code_line : $exception->getLine(),
				'class_name' => get_class($exception),
				'code_highlight' => (object) array(
				'brush' => $exception instanceof Cms_ExecutionException ? 'php' : 'php',
				'lines' => array()
# Call Stack Code Document Line
22 Phpr_ErrorLog::get_exception_details(()) /phproad/modules/phpr/classes/phpr_errorlog.php 182
21 Phpr_ErrorLog->logException(()) /phproad/system/exceptions.php 35
20 Phpr_Exception->__construct(()) /phproad/system/exceptions.php 307
19 Phpr_PhpException->__construct(()) /phproad/system/exceptions.php 348
17 include(()) /phproad/system/classloader.php 57
16 Phpr_ClassLoader->lookup_module(()) /phproad/system/classloader.php 157
15 Phpr_ClassLoader->load(()) /phproad/system/initialize.php 79
14 Phpr_InternalAutoload(())
13 spl_autoload_call(()) /modules/cms/classes/cms_object.php 86
12 Cms_Object->save_to_file(()) /modules/cms/models/cms_partial.php 199
11 Cms_Partial->copy_to_file(()) /modules/cms/models/cms_partial.php 148
10 Cms_Partial->after_save(()) /phproad/modules/db/classes/db_activerecord.php 977
9 Db_ActiveRecord->save(()) /modules/postcodedistancelookup/classes/postcodedistancelookup_module.php 58
8 PostcodeDistanceLookup_Module->registerPartials(()) /modules/postcodedistancelookup/classes/postcodedistancelookup_module.php 24
7 PostcodeDistanceLookup_Module->subscribeEvents(()) /modules/core/classes/core_modulemanager.php 64
6 Core_ModuleManager::listModules(()) /modules/backend/init/custom_helpers.php 13
5 include('/var/www/vhosts/mammoth-hire.co.uk/staging/modules/backend/init/custom_helpers.php') /phproad/system/initialize.php 180
4 init_lemonstand_modules(()) /phproad/system/initialize.php 188
3 include('/var/www/vhosts/mammoth-hire.co.uk/staging/phproad/system/initialize.php') /phproad/system/phproad.php 24
2 include('/var/www/vhosts/mammoth-hire.co.uk/staging/phproad/system/phproad.php') /boot.php 114
1 require_once('/var/www/vhosts/mammoth-hire.co.uk/staging/boot.php') /index.php 3