[Barcode Buddy] Dependancy error #1496

Closed
opened 2026-02-05 01:20:29 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @jonm802 on GitHub (Aug 20, 2025).

Have you read and understood the above guidelines?

yes

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

Barcode Buddy LXC

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/barcode-buddy.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.

Barcode Buddy, doesnt work "off the bat" after installing using script with default settings

navigating to the webpage giver error 500

🔄 Steps to reproduce the issue.

install using default settings

Paste the full error output (if available).

from /var/log/apache2/barcodebuddy_error.log

[Wed Aug 20 13:45:04.415904 2025] [php:error] [pid 21998:tid 21998] [client 192.168.4.140:50984] PHP Fatal error: Uncaught Error: Class "SQLite3" not found in /opt/barcodebuddy/incl/authentication/authentication.inc.php:40\nStack trace:\n#0 /opt/barcodebuddy/incl/authentication/authentication.inc.php(26): createSqlFile()\n#1 /opt/barcodebuddy/incl/configProcessing.inc.php(192): require_once('...')\n#2 /opt/barcodebuddy/index.php(48): GlobalConfig->checkIfAuthenticated()\n#3 {main}\n thrown in /opt/barcodebuddy/incl/authentication/authentication.inc.php on line 40

🖼️ Additional context (optional).

it appears though sqlite3 is not installed

apt install php8.2-sqlite3
apache2ctl restart

Originally created by @jonm802 on GitHub (Aug 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Barcode Buddy LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/barcode-buddy.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Barcode Buddy, doesnt work "off the bat" after installing using script with default settings navigating to the webpage giver error 500 ### 🔄 Steps to reproduce the issue. install using default settings ### ❌ Paste the full error output (if available). from /var/log/apache2/barcodebuddy_error.log [Wed Aug 20 13:45:04.415904 2025] [php:error] [pid 21998:tid 21998] [client 192.168.4.140:50984] PHP Fatal error: Uncaught Error: Class "SQLite3" not found in /opt/barcodebuddy/incl/authentication/authentication.inc.php:40\nStack trace:\n#0 /opt/barcodebuddy/incl/authentication/authentication.inc.php(26): createSqlFile()\n#1 /opt/barcodebuddy/incl/configProcessing.inc.php(192): require_once('...')\n#2 /opt/barcodebuddy/index.php(48): GlobalConfig->checkIfAuthenticated()\n#3 {main}\n thrown in /opt/barcodebuddy/incl/authentication/authentication.inc.php on line 40 ### 🖼️ Additional context (optional). it appears though sqlite3 is not installed >> apt install php8.2-sqlite3 >> apache2ctl restart
OVERLORD added the bug label 2026-02-05 01:20:29 +03:00
Author
Owner

@tremor021 commented on GitHub (Aug 20, 2025):

Yeah, seems like it. Try after #7020 merges. Should be fixed

@tremor021 commented on GitHub (Aug 20, 2025): Yeah, seems like it. Try after #7020 merges. Should be fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1496