-
Notifications
You must be signed in to change notification settings - Fork 44
Description
A long time ago I use this library in some of my projects with Neo4j. The little time of using it, this error began to appear in some of the functions that I have implemented. The error appears when I try to get multiple nodes of the same tag, but does not always appear. Only sometimes. The problem I have is that this function is executed to display certain data to the user and at the times that it fails nothing is displayed. Here I put the error which I have captured in the log:
[2017-02-03 12:44:31] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "__setMeta" of class "__PHP_Incomplete_Class"." at /home/api/api/vendor/hirevoice/neo4jphp-ogm/lib/HireVoice/Neo4j/Proxy/Factory.php line 68 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"__setMeta\" of class \"__PHP_Incomplete_Class\". at /home/api/api/vendor/hirevoice/neo4jphp-ogm/lib/HireVoice/Neo4j/Proxy/Factory.php:68)"} []
I have been trying to fix the error since August 2016 and already I give up.