Anonymous | Login | Signup for a new account | 11-22-2024 04:31 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0003714 | [Quercus] | minor | always | 10-16-09 08:28 | 10-16-09 08:28 | |||||||
Reporter | nam | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | Platform | ||||||||
Status | new | OS | ||||||||||
Projection | none | OS Version | ||||||||||
ETA | none | Fixed in Version | Product Version | 4.0.0 | ||||||||
Product Build | ||||||||||||
Summary | 0003714: NullPointerException in ob_start() (Kohana framework) | |||||||||||
Description |
(rep by L. Stanley) This is the line that it is crapping out on. ob_start(array(__CLASS__, 'output_buffer')); -- commenting out this line, stuff starts to work again. Odd, the __CLASS__ is the class name, and output_buffer is a real method in the Kohana class But it never seems to even call the output_buffer method at all. Seems to get to ob_start which is expecting a callback object who is inherited its meaning from the value class. After I got to function isArray returning false, I was like hmm, lost me. I guess I need to review all off quercus source to understand the flow better. But these are the different forms I know ob_start takes now: ob_start(string MethodName); ob_start(array(string ObjectName, string MethodName)); ob_start(array(object* ObjectReference, string MethodName)); |
|||||||||||
Steps To Reproduce | ||||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed. 24 unique queries executed. |