FS#28766 - [cacti] not working after upgrade

Attached to Project: Community Packages
Opened by ilnli (ilnli) - Saturday, 03 March 2012, 21:37 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 13 April 2012, 15:53 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Cacti is not working any and giving the following error:

Fatal error: Call to undefined function get_request_var_request() in /srv/http/cacti/lib/timespan_settings.php on line 26


Additional info:
* package version(s):cacti 0.8.7_i-1


Steps to reproduce:
1) Install cacti as: pacman -Sy cacti
2) Configure database by editing the file: /srv/http/cacti/include/config.php
3) Open the following link in the web browser: http://<server-ip>/cacti/graph_view.php
This task depends upon

Closed by  Sergej Pupykin (sergej)
Friday, 13 April 2012, 15:53 GMT
Reason for closing:  Not a bug
Comment by ilnli (ilnli) - Saturday, 03 March 2012, 21:40 GMT
Now I'm getting this error:

Fatal error: Call to undefined function get_timespan() in /srv/http/cacti/lib/timespan_settings.php on line 194
Comment by Jelle van der Waa (jelly) - Sunday, 11 March 2012, 11:14 GMT
Sounds like it needs a rebuild
Comment by ilnli (ilnli) - Sunday, 11 March 2012, 13:30 GMT
It looks like the problem was with php, after rebuilding php 5.4 from source, it's started to work fine.

I guess the problem was in php include_once() [managed by pacman].

So the fix for this bug might just require fixing php or getting new php managed by pacman.

Comment by ilnli (ilnli) - Sunday, 11 March 2012, 15:44 GMT
It looks like the problem was with php, after rebuilding php 5.4 from source, it's started to work fine.

I guess the problem was in php include_once() [managed by pacman].

So the fix for this bug might just require fixing php or getting new php managed by pacman.

Loading...