-
Notifications
You must be signed in to change notification settings - Fork 38
No Edit/Delete actions under Windows local development #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is your database writeable? Next to the database on the left, does it say [r] or [rw]? |
Read only mode, interesting since there are no restrictions by OS or 3rd party app |
You can do INSERT/UPDATE queries from within phpLiteAdmin? Or in sqlite3.exe or through another application? Keep in mind that phpLiteAdmin accesses your database through the php process (or the webserver process, if php is running as an apache module). PHP may be running under a user which does not have enough permissions whereas sqlite3.exe running under your user may have enough permissions. This is especially likely the case if the database is placed somewhere under your user directory. |
From sqlite3.exe, phpliteadmin and my app |
Hmmm. But we are talking about a table, not a view, right? And you are in the "Browse" tab or "Search" tab of a table, not the "SQL" tab? |
Yeah, one moment: |
OS: Windows 8 x64
PHP: 8.0.2/7.4.3 x64
phpliteadmin: v1.9.9-dev
Under local Windows development (not tested in Linux) the buttons 'Edit' 'Delete' for each row in a table are missing
The text was updated successfully, but these errors were encountered: