2Fauth do not install support for sqlite databases #1495

Open
opened 2025-11-20 05:11:22 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @ryosoftware on GitHub (Jul 14, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

2fauth

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/2fauth.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

App installer is not installing php8.3-sqlite3 package then no support for sqlite databases even if .env describes a sqlite database connection

🔄 Steps to reproduce the issue.

edit .env file at /opt/2fauth then set connection database is sqlite then exec "php artisan config:clear" to see the error

Paste the full error output (if available).

root@2fauth-scr:/opt/2fauth# php artisan config:clear

In Connection.php line 825:

could not find driver (Connection: sqlite, SQL: PRAGMA foreign_keys = ON;)

In Connector.php line 66:

could not find driver

🖼️ Additional context (optional).

No response

Originally created by @ryosoftware on GitHub (Jul 14, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? 2fauth ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/2fauth.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. App installer is not installing php8.3-sqlite3 package then no support for sqlite databases even if .env describes a sqlite database connection ### 🔄 Steps to reproduce the issue. edit .env file at /opt/2fauth then set connection database is sqlite then exec "php artisan config:clear" to see the error ### ❌ Paste the full error output (if available). root@2fauth-scr:/opt/2fauth# php artisan config:clear In Connection.php line 825: could not find driver (Connection: sqlite, SQL: PRAGMA foreign_keys = ON;) In Connector.php line 66: could not find driver ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:11:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1495