[GH-ISSUE #10476] Paymenter: installation php mirror error #2264

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

Originally created by @alozoBack on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10476

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Paymenter

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

8.4.16

📝 Provide a clear and concise description of the issue.

It broke down during the apt update because a non-working php mirror was used in the paymenter guide. This error is on the server side of the php mirror, I think it will be fixed after a while, but this error occurs every 90 days in this mirror, i think need to change the mirror during the installation process.

🔄 Steps to reproduce the issue.

Just run the installation and you will get this :). On a new VM, if you start installing paymenter according to the official guide, you will get this error at step 4 of update apt because you added deb https://packages.sury.org/php / $(lsb_release -sc) main in apt source lists.

Paste the full error output (if available).

Reading package lists...
Building dependency tree...
Reading state information...
13 packages can be upgraded. Run 'apt list --upgradable' to see them.
Warning: Failed to fetch https://packages.sury.org/php/dists/trixie/InRelease  TooManyRequests 503  certificate has expired [IP: 146.75.119.52 443]
Warning: Some index files failed to download. They have been ignored, or old ones used instead.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://security.debian.org trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Hit:3 http://mirror.mariadb.org/repo/12.2.1/debian trixie InRelease
Hit:4 http://deb.debian.org/debian trixie-updates InRelease
Ign:5 https://packages.sury.org/php trixie InRelease
Ign:5 https://packages.sury.org/php trixie InRelease
Ign:5 https://packages.sury.org/php trixie InRelease
Err:5 https://packages.sury.org/php trixie InRelease
  TooManyRequests 503  certificate has expired [IP: 146.75.119.52 443]
Reading package lists...
Building dependency tree...
Reading state information...
13 packages can be upgraded. Run 'apt list --upgradable' to see them.
Warning: Failed to fetch https://packages.sury.org/php/dists/trixie/InRelease  TooManyRequests 503  certificate has expired [IP: 146.75.119.52 443]
Warning: Some index files failed to download. They have been ignored, or old ones used instead.

🖼️ Additional context (optional).

No response

Originally created by @alozoBack on GitHub (Jan 2, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10476 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Paymenter ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paymenter.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 8.4.16 ### 📝 Provide a clear and concise description of the issue. It broke down during the apt update because a non-working php mirror was used in the paymenter guide. This error is on the server side of the php mirror, I think it will be fixed after a while, but this error occurs every 90 days in this mirror, i think need to change the mirror during the installation process. ### 🔄 Steps to reproduce the issue. Just run the installation and you will get this :). On a new VM, if you start installing paymenter according to the official guide, you will get this error at step 4 of update apt because you added deb https://packages.sury.org/php / $(lsb_release -sc) main in apt source lists. ### ❌ Paste the full error output (if available). ``` Reading package lists... Building dependency tree... Reading state information... 13 packages can be upgraded. Run 'apt list --upgradable' to see them. Warning: Failed to fetch https://packages.sury.org/php/dists/trixie/InRelease TooManyRequests 503 certificate has expired [IP: 146.75.119.52 443] Warning: Some index files failed to download. They have been ignored, or old ones used instead. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://security.debian.org trixie-security InRelease Hit:2 http://deb.debian.org/debian trixie InRelease Hit:3 http://mirror.mariadb.org/repo/12.2.1/debian trixie InRelease Hit:4 http://deb.debian.org/debian trixie-updates InRelease Ign:5 https://packages.sury.org/php trixie InRelease Ign:5 https://packages.sury.org/php trixie InRelease Ign:5 https://packages.sury.org/php trixie InRelease Err:5 https://packages.sury.org/php trixie InRelease TooManyRequests 503 certificate has expired [IP: 146.75.119.52 443] Reading package lists... Building dependency tree... Reading state information... 13 packages can be upgraded. Run 'apt list --upgradable' to see them. Warning: Failed to fetch https://packages.sury.org/php/dists/trixie/InRelease TooManyRequests 503 certificate has expired [IP: 146.75.119.52 443] Warning: Some index files failed to download. They have been ignored, or old ones used instead. ``` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:51:50 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Jan 2, 2026):

Thats the official url, we dont have any affect of mirrors

<!-- gh-comment-id:3704635171 --> @MickLesk commented on GitHub (Jan 2, 2026): > Thats the official url, we dont have any affect of mirrors
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#2264
No description provided.