Hi there,
I currently have an Azure Web App using PHP and SQLite.
In my localhost, I am able to update and insert into the SQLite database.
However, when I deploy the Web App to the Azure App Service, I can only select data from the SQLite .db file.
I cannot do update or insert because the database is locked.
Please let me know how to resolve this issue.
My Azure Web App is on Linux.
Thank you.