Skip to content

Undefined index: authkeys in /FirePhp/lib/Insight/Helper.php:142 #9

@mbideau

Description

@mbideau

I get the error on a fresh install.

The bug is simple to fix :
in the file /FirePhp/lib/Insight/Helper.php
in the function init()
replace the line : if($clientInfo = self::$instance->getClientInfo()) {
by the following : if($clientInfo = self::$instance->getClientInfo() && isset($clientInfo['authkeys'])) {

Keep up the good work.
Cheers from France ;-)

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