[GH-ISSUE #7017] [Barcode Buddy] Dependancy error #1497

Closed
opened 2026-02-26 12:49:14 +03:00 by kerem · 1 comment
Owner

Originally created by @jonm802 on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/7017

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). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/7017 ### ✅ 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
kerem 2026-02-26 12:49:14 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

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

<!-- gh-comment-id:3206329333 --> @tremor021 commented on GitHub (Aug 20, 2025): Yeah, seems like it. Try after #7020 merges. Should be fixed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1497
No description provided.