psecio / gatekeeper

Gatekeeper: An Authentication & Authorization Library
366 stars 23 forks source link

find[ByXXXXX] not returning anything #73

Closed davehibshman closed 5 years ago

davehibshman commented 5 years ago

Using version 2.10.

Followed all installation directions. I installed to an existing database. Looks O as in debugging I am getting the data from the database. It seems converting it to a collection/model fails.

MySql version: Ver 14.14 Distrib 5.7.23, for Linux (x86_64)

davehibshman commented 5 years ago

Thought I was print_r'ing the returned objects, but I was json_encoding them which prints {}. Print_r shows data is indeed returning. Closing as user error.