Hi, still having a problem.
1. I reinstalled the LiveCloud application
2. Exported the toolKit again
3. Copied the initialization script to my application "Media Index.livecode"
The two library files show: date modified--today, created--5/17/19
My stack opens without any visible errors. When I go to create a key, I get an error in the script:
stack "Media Index": execution error at line 40 (Function: error in function handler) near "cdb_create", char 8
My script:
## tLine is: Au,71NInvocationOfCalliope.mov,MITA,2702
## tMitaID is: 71NInvocationOfCalliopeMITA2702
put item 2 of tLine into tDataA["item"]
put item 3 of tLine into tDataA["section"]
put item 4 of tLine into tDataA["location"]
put tMitaID into tDataA["mitaID"]
put "audio" into tTable
put "cloud" into tTarget
put true into tInternalA["delaySend"]
put cdb_create(tDataA,tTable,tTarget,tInternalA) into tRecordID
So I run from the message box:
send preOpenStack to stack "Media Index"
Message box response:
Message execution error:
Error description: Handler: can't find handler
Hint: cdbi_setLogMode
My table in LCM:
1. I reinstalled the LiveCloud application
2. Exported the toolKit again
3. Copied the initialization script to my application "Media Index.livecode"
The two library files show: date modified--today, created--5/17/19
My stack opens without any visible errors. When I go to create a key, I get an error in the script:
stack "Media Index": execution error at line 40 (Function: error in function handler) near "cdb_create", char 8
My script:
## tLine is: Au,71NInvocationOfCalliope.mov,MITA,2702
## tMitaID is: 71NInvocationOfCalliopeMITA2702
put item 2 of tLine into tDataA["item"]
put item 3 of tLine into tDataA["section"]
put item 4 of tLine into tDataA["location"]
put tMitaID into tDataA["mitaID"]
put "audio" into tTable
put "cloud" into tTarget
put true into tInternalA["delaySend"]
put cdb_create(tDataA,tTable,tTarget,tInternalA) into tRecordID
So I run from the message box:
send preOpenStack to stack "Media Index"
Message box response:
Message execution error:
Error description: Handler: can't find handler
Hint: cdbi_setLogMode
My table in LCM: