Skip to content

Fatal error: Exception thrown without a stack frame in Unknown on line 0 #4

@barat

Description

@barat

This sample code is causing error like in title of this issue:


$demo = array('label'=>'FirePHP Table...',
          'table' => array(
                array('Col 1 Heading', 'Col 2 Heading'),
                array('Row 1 Col 1', 'Row 1 Col 2'),
                array('Row 2 Col 1', 'Row 2 Col 2'),
                array('Row 3 Col 1', 'Row 3 Col 2')
                   ));

Kohana::$log->add('FirePHP::LOG', array('label' => 'Passing objects to log...',
                    'object' => $demo));

It's just copy&paste from example bootstrap

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions