vnc-dungnh / lucene-silverstripe-plugin

Automatically exported from code.google.com/p/lucene-silverstripe-plugin
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Queued job broken #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

after processing queued job, this email is sent to me:

----------------
Error: Attempt to assign property of non-object in 
/home/silverstripesk/public_html/queuedjobs/code/services/AbstractQueuedJob.php 
at line 167
At line 576 in 
/home/silverstripesk/public_html/queuedjobs/code/services/QueuedJobService.php 

QueuedJobService->runJob(17) line 92 of QueuedJobDescriptor.php 
QueuedJobDescriptor->execute() line 116 of QueuedJobListField.php 
QueuedJobListField_ItemRequest->execute(SS_HTTPRequest) line 143 of 
RequestHandler.php RequestHandler->handleRequest(SS_HTTPRequest) line 161 of 
RequestHandler.php RequestHandler->handleRequest(SS_HTTPRequest) line 161 of 
RequestHandler.php RequestHandler->handleRequest(SS_HTTPRequest) line 161 of 
RequestHandler.php RequestHandler->handleRequest(SS_HTTPRequest) line 147 of 
Controller.php Controller->handleRequest(SS_HTTPRequest) line 282 of 
Director.php Director::handleRequest(SS_HTTPRequest,Session) line 125 of 
Director.php 
Director::direct(/admin/queuedjobs/EditForm/field/QueuedJobs/item/17/execute) 
line 127 of main.php
----------------

On localhost is everything ok (ubuntu, php 5.3), production server doesn't work 
as excepted (debian, php 5.2)

Any idea, pls.?

Regards

Pali

Original issue reported on code.google.com by pali.ond...@gmail.com on 4 Apr 2012 at 9:21