You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error below when I try to Chrome::log() a mysql_query result:
Error in event handler for runtime.onMessage: SyntaxError: Unexpected end of JSON input
at _decode (chrome-extension://noaneddfkdjfnfdakjjmocngnfkfehhd/log.js:156:21)
at _process (chrome-extension://noaneddfkdjfnfdakjjmocngnfkfehhd/log.js:164:26)
at _handleHeaderUpdate (chrome-extension://noaneddfkdjfnfdakjjmocngnfkfehhd/log.js:181:9)
*if I use mysql_fetch_array before Chrome::log() the error disappear.
Suggestion:
Add if(is_resource($object)){return get_resource_type($object);} to ChromePHP::_convert()
The text was updated successfully, but these errors were encountered:
I'm getting the error below when I try to Chrome::log() a mysql_query result:
*if I use mysql_fetch_array before Chrome::log() the error disappear.
Suggestion:
Add if(is_resource($object)){return get_resource_type($object);} to ChromePHP::_convert()
The text was updated successfully, but these errors were encountered: