LiveCloud Forums
cdb_authStatus() causes execution error (SOLVED) - Printable Version

+- LiveCloud Forums (https://forums.livecloud.io)
+-- Forum: Support (https://forums.livecloud.io/forumdisplay.php?fid=5)
+--- Forum: Bug Reports (https://forums.livecloud.io/forumdisplay.php?fid=6)
+--- Thread: cdb_authStatus() causes execution error (SOLVED) (/showthread.php?tid=295)



cdb_authStatus() causes execution error (SOLVED) - WhenInSpace - 01-15-2020

Hello! I'm trying to use the cdb_authStatus() function but it just causes an error message:

Example:
put cdb_authStatus() into x
put the keys of x


Message execution error:

Error description: Function: error in function handler
Hint: cdb_authStatus

It makes no difference if there is an authed account or not.

I'm using LiveCode 9.5.1 Business with the latest CanelaDB libraries etc. Alla other cdb commands work as expected.


RE: cdb_authStatus() causes execution error - efrain.c - 01-15-2020

Hi WhenInSpace,

I was not able to reproduce this error with the latest libraries. Can you verify that your cdb_header.lib has a cdb_authStatus() function? I got the same error when I commented out that function.


RE: cdb_authStatus() causes execution error - WhenInSpace - 01-23-2020

Hi Efrain,
I'm no longer able to reproduce it either, so it seems solved. It now behaves as expected.