-
Notifications
You must be signed in to change notification settings - Fork 16
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
SQLite Error #84
Comments
I can't reproduce the error with a similar setup and a fresh manual install of do. @DunklesKaltesNichts can you delete the database file ( If the problem persists, please check the SQLite Interface (admin) and post the output from |
Got the same error on a system with SQLite version 3.7.17. Support for In My (cheap) provider does not give me the means to update to a later version of SQLite. @DunklesKaltesNichts Your version 3.27.2 is also too old. |
@rikfleuren this is shared hosting, there's nothing i can do about it. |
What PHP versions are you running? |
@splitbrain I tried with PHP versions 7.4, 8.0, 8.1 and 8.2 (more precisely 8.2.10), before I noticed that all those versions uses an SQLite version that is too old for From Usually I install DokuWiki on servers I configure myself, but this is for someone with a cheap shared hosting provider. I can imagine that you could provide the database in the "latest version" for new installs of the plugin, but then I would get this same problem with the next update. And the SQLite version that introduced the necessary support is from 2021, so that should have been installed already. I shall try asking the provider to do an SQLite update. But I can easily manage to run the DokuWiki on another server |
I also get this error on Release 2024-02-06a "Kaos" (compatibility in the Plugin description is marked as unknown). Deactivating the plugin makes the Error go away, when I reactivate it, the error comes back. |
I would like to report, that we are hitting the same error with release 2024-02-06a "Kaos" and PHP 8.1.27 and unfortunately cannot use this helpful plugin. Thanks in advance for your great work on dokuwiki :) |
after i installed this plugin, this error message appears, when I uninstall it, the message is gone
SQLite: SQLSTATE[HY000]: General error: 1 near "DROP": syntax error
the plugins "struct" and "tagging" work without any problems. these also require sqlite.
manual installation
release 2023-04-04a "Jack Jackrum"
PHP Version 8.2.11
PDO Driver for SQLite 3.x enabled
SQLite Library 3.27.2
The text was updated successfully, but these errors were encountered: