In function gmap_keys_service() you test the existence of module keys and the predefined service function keys_keys_service(). If it exists you don't return nothing.
This results in an error in the keys module.
Solution: return an empty array.
In function gmap_keys_service() you test the existence of module keys and the predefined service function keys_keys_service(). If it exists you don't return nothing.
This results in an error in the keys module.
Solution: return an empty array.