Error connecting to Sqlite - Forum

Forum Navigation
You need to log in to create posts and topics.

Error connecting to Sqlite

В начале я использовал такой код , но ничего не получил.
At first I used this code but got nothing.

CreateEmptyArray [arrayData]
SetVar [arrayData] [data]
SetVar [listUserLogin] [arrayData(0).login]

в итоге я решил проверить, что содержит [data]
in the end i decided to check what [data] contains

SetVar [listUserLogin] [data]

я получил такое сообщение
I received this message

Database does not exists or not valid query.

в консоле браузера вот такая ошибка
there is this error in the browser console

/#!/NewPage:1 Uncaught (in promise) Error: Access to storage is not allowed from this context.

 

 

Uploaded files:
  • You need to login to have access to uploads.

нашел проблему
found the problem

$sqlMaxUserLevel[0]=-1;

luishp has reacted to this post.
luishp