Photon

Issue 624: Error on hnu server stop

Reported by Devon Weller, Mar 4, 2011

Steps to reproduce the problem:
1. hnu server start
2. hnu server stop


Expected result:

clean shutdown

Actual result:

Fatal error: Class 'photon\task\Log' not found in 
photon/src/photon/task.php on line 183

Comment 1 by Thomas Riché, Mar 4, 2011

Hi Devon,

This probably because the following statement is missing at the top 
of task.php:
use photon\log\Log

could you try that to see if this fixes the problem ?

Comment 2 by Devon Weller, Mar 4, 2011

Yep.  That was it.

use photon\log\Log as Log;

was the missing line.  Fixed.
Status: Fixed

Created: 2 years 2 months ago by Devon Weller

Updated: 2 years 2 months ago

Status: Fixed

Followed by: 1 person

Labels:
Type:Defect
Priority:Low