Unhandled Error!

Class 'Phpr_TraceLog' not found

Document /phproad/system/initialize.php
Document type PHP document
Line 159
Exception class Error

Code Highlight

 
	/*
	 * Initialize the core objects
	 */
 
	if ( Phpr::$errorLog === null ) Phpr::$errorLog = new Phpr_ErrorLog();
	if ( Phpr::$traceLog === null ) Phpr::$traceLog = new Phpr_TraceLog();
 
	Phpr::$lang = new Phpr_Language();
 
	/*
	 * Run modules initialization scripts
	 */
# Call Stack Code Document Line
3 include(()) /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