You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
Hi!
This is more of a question than an issue, but I was wondering if there is a minimum required version of SQLite library for Autoid to work? I have a website on shared hosting, so my options to change anything are limited. The hosting has PHP 7.4 and SQLite 3.6.20. Everything works fine up until I add Autoid to plugin folder. Depending on the Autoid version the site either breaks completely, or throws an error when saving content in the panel.
I tried it on localhost with the same version of PHP and I managed to get it working (even though not with the latest Autoid, but 2.7.7). The only difference seems to be the SQLite version, so I suspect it could be the culprit.
I would be really grateful if someone could point me in the right direction.
The text was updated successfully, but these errors were encountered:
autoid should have very low requirements on sqlite version. you should be fine even with older ones.
in autoid 3.8.1 in required php 8.0 as minimum requirement (by compiling it that way). maybe thats your issue. i failed to push that to the composer.json file but will do as soon as i find time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
This is more of a question than an issue, but I was wondering if there is a minimum required version of SQLite library for Autoid to work? I have a website on shared hosting, so my options to change anything are limited. The hosting has PHP 7.4 and SQLite 3.6.20. Everything works fine up until I add Autoid to plugin folder. Depending on the Autoid version the site either breaks completely, or throws an error when saving content in the panel.
I tried it on localhost with the same version of PHP and I managed to get it working (even though not with the latest Autoid, but 2.7.7). The only difference seems to be the SQLite version, so I suspect it could be the culprit.
I would be really grateful if someone could point me in the right direction.
The text was updated successfully, but these errors were encountered: