Dolibarr #1256

Closed
opened 2025-11-20 05:07:05 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @m4ll4m on GitHub (Jun 10, 2025).

Have you read and understood the above guidelines?

yes

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

Dolibarr

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

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

Script stops at Setting up Database
Could I use external MariaDB?

🔄 Steps to reproduce the issue.

just run script

Paste the full error output (if available).

✔️ Setup MariaDB 12.0.1
⠦ Setting up Database
[ERROR] in line 51: exit code 0: while executing command "$@" > /dev/null 2>&1
/dev/fd/63: line 74: SPINNER_PID: unbound variable
root@pve:~#

🖼️ Additional context (optional).

No response

Originally created by @m4ll4m on GitHub (Jun 10, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Dolibarr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dolibarr.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. Script stops at Setting up Database Could I use external MariaDB? ### 🔄 Steps to reproduce the issue. just run script ### ❌ Paste the full error output (if available). ✔️ Setup MariaDB 12.0.1 ⠦ Setting up Database [ERROR] in line 51: exit code 0: while executing command "$@" > /dev/null 2>&1 /dev/fd/63: line 74: SPINNER_PID: unbound variable root@pve:~# ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:07:05 -05:00
Author
Owner

@michelroegl-brunner commented on GitHub (Jun 10, 2025):

Run in verbose so we can see the error please.

@michelroegl-brunner commented on GitHub (Jun 10, 2025): Run in verbose so we can see the error please.
Author
Owner

@m4ll4m commented on GitHub (Jun 10, 2025):

✔️ Setup MariaDB 12.0.1
⠦--------------tabase
ALTER USER 'root'@'localhost' IDENTIFIED BY 'P*********O')

ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 1

[ERROR] in line 26: exit code 0: while executing command $STD mariadb -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '$ROOT_PASS'); flush privileges;"
⠇/dev/fd/63: line 74: SPINNER_PID: unbound variable

@m4ll4m commented on GitHub (Jun 10, 2025): ✔️ Setup MariaDB 12.0.1 ⠦--------------tabase ALTER USER 'root'@'localhost' IDENTIFIED BY 'P*********O') -------------- ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 1 ⠹ [ERROR] in line 26: exit code 0: while executing command $STD mariadb -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED BY '$ROOT_PASS'); flush privileges;" ⠇/dev/fd/63: line 74: SPINNER_PID: unbound variable
Author
Owner

@tremor021 commented on GitHub (Jun 10, 2025):

@m4ll4m try now

@tremor021 commented on GitHub (Jun 10, 2025): @m4ll4m try now
Author
Owner

@m4ll4m commented on GitHub (Jun 10, 2025):

@m4ll4m try now

Script install Ok

But Dolibar Installation says:
Systemvoraussetzungen prüfen
PHP-Version 8.2.28
Error PHP-Version zu hoch. Version 8.1.0 oder niedriger ist erforderlich.

haven't tried further yet

@m4ll4m commented on GitHub (Jun 10, 2025): > [@m4ll4m](https://github.com/m4ll4m) try now Script install Ok But Dolibar Installation says: Systemvoraussetzungen prüfen PHP-Version 8.2.28 Error PHP-Version zu hoch. Version 8.1.0 oder niedriger ist erforderlich. haven't tried further yet
Author
Owner

@MickLesk commented on GitHub (Jun 10, 2025):

Funktioniert trotzdem, die hängen immer hinterher, 8.1 ist seit 1.5 Jahren ohne Security Patches (EOL)

@MickLesk commented on GitHub (Jun 10, 2025): Funktioniert trotzdem, die hängen immer hinterher, 8.1 ist seit 1.5 Jahren ohne Security Patches (EOL)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1256