phpipam #12472
e-p-s
started this conversation in
Show and tell
phpipam
#12472
Replies: 1 comment
-
|
its not the reason, the reason is marked in the PR and this script always fck up. With every new version it has new bugs. We have fixed this tool in 4 Weeks 6 or 8 Times. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PHPiPAM on Proxmox: Missing PHP Modules Causing Ping Errors
Problem:
The community script was removed:
#10939
Ping/Scans fail with "jQuery error! Internal Server Error".
Cause:
Missing PHP 8.4 extensions (pdo_mysql, gmp, etc.).
Solution:
apt update && apt install -y php8.4-mysql php8.4-gmp php8.4-mbstring php8.4-xml php8.4-curl php8.4-zip php8.4-gd php8.4-intl php8.4-bcmath systemctl restart apache2Verify:
Installation proceeds afterward. Removing the script without notice is unhelpful.
Beta Was this translation helpful? Give feedback.
All reactions