Skip to content

HttpOGMArrayTranslator.php causes infinite loop #65

@m-kroell

Description

@m-kroell

Hi,

i kept getting this error after switching from the old graphaware neo4j client to this one:
Maximum function nesting level of '500' reached, aborting!

I've tracked it down to line 84 in HttpOGMArrayTranslator.php:
$tbr->push($this->translateContainer($value));

i think $value should be $x, as this fixed it for me
$tbr->push($this->translateContainer($x));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions