PhpMyAdmin #2121

Closed
opened 2025-11-20 05:23:48 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @robsonma1984 on GitHub (Oct 18, 2025).

Have you read and understood the above guidelines?

yes

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

PhpMyAdmin

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/phpmyadmin.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.0.11

📝 Provide a clear and concise description of the issue.

I have the Default install of Wordpress using the proxmox script,
https://community-scripts.github.io/ProxmoxVE/scripts?id=wordpress
When i also go and install PhpMyAdmin on the same host , i get the error
✖️ Failed to install required PHP modules. Exiting.

🔄 Steps to reproduce the issue.

Install wordpress using the helper script.
on the same node install the PhpMyAdmin script

Paste the full error output (if available).

Image

🖼️ Additional context (optional).

No response

Originally created by @robsonma1984 on GitHub (Oct 18, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? PhpMyAdmin ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/phpmyadmin.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.0.11 ### 📝 Provide a clear and concise description of the issue. I have the Default install of Wordpress using the proxmox script, https://community-scripts.github.io/ProxmoxVE/scripts?id=wordpress When i also go and install PhpMyAdmin on the same host , i get the error ✖️ Failed to install required PHP modules. Exiting. ### 🔄 Steps to reproduce the issue. Install wordpress using the helper script. on the same node install the PhpMyAdmin script ### ❌ Paste the full error output (if available). <img width="1310" height="330" alt="Image" src="https://github.com/user-attachments/assets/092e822d-1a09-4903-8d87-5ec37fae5832" /> ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:23:48 -05:00
Author
Owner

@MickLesk commented on GitHub (Oct 19, 2025):

More Output?

dpkg -l | grep php-
apt install -y php-mysqli php-mbstring php-zip php-gd php-json php-curl
@MickLesk commented on GitHub (Oct 19, 2025): More Output? ```bash dpkg -l | grep php- apt install -y php-mysqli php-mbstring php-zip php-gd php-json php-curl
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2121