Bug 2076407
| Summary: | cacti-1.2.20-1.el7 does not work with CentOS7's php | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Akihiro Nomura <sacredfox> |
| Component: | cacti | Assignee: | Morten Stevens <ms> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | imlinux+fedora, ms, wally |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | cacti-1.2.21-1.el7 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-28 03:07:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Akihiro Nomura
2022-04-19 01:18:09 UTC
I was about to log this, it appears to be a typo, not that it doesn't work with PHP.
The line on 1214 was originally something like this: } elseif (!$isset(raised[$poller_id])) {
When it should be more like this:
} elseif (!isset($raised[$poller_id])) {
I am not sure, I quickly edited it so I could get Cacti going after the upgrade yesterday.
Thanks for that info. Adding "$" before "raised" also worked for me. Cacti is aware of the issue and are presumably fixing it, but it does appear to be an issue in their current master and their 1.2.20 tarballs. FEDORA-EPEL-2022-5c0acbff03 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-5c0acbff03 FEDORA-EPEL-2022-5c0acbff03 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-5c0acbff03 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-5c0acbff03 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report. |