Search found 6 matches

by Runz
Mon Mar 02, 2009 9:58 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.7c PHP Parse Error in rrd.php
Replies: 18
Views: 12564

I'm a little bit confused atm... does this mean, that 0.7.4d is patched but upcoming (code in head) is going to be PHP5 only ? Will the release notes get an update then ? I can understand all devs, to force people to PHP5 (PHP4 is going into EOL). What I would highly appreciate is a warning/release ...
by Runz
Tue Feb 03, 2009 6:01 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.7c PHP Parse Error in rrd.php
Replies: 18
Views: 12564

gandalf wrote:solved with SVN#4897
Reinhard
Works, as far i can see. :D
Thx... and yeah, this seems to be the right way ( !isset($rrd_struc["fd"]) ) :wink:
by Runz
Fri Jan 30, 2009 5:24 am
Forum: Help: Linux/Unix Specific
Topic: problem after updating to cacti-0.8.7c
Replies: 15
Views: 5286

I think it's the same like here (you posted also):

http://forums.cacti.net/about30829.html

I had also no graphs :roll: But now it works (with the workaround postet in the thread above). Don't ask me why :wink:
by Runz
Fri Jan 30, 2009 3:29 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.7c PHP Parse Error in rrd.php
Replies: 18
Views: 12564

Same here... .... Changed all backreferences. And changed $rrd_struc array check for fp. No idea... but if i let the original line sieof($rrd_struc) returns 1. And therefore the "rrd Crashed" shows up (false positive). This is why i changed the check to $rrd_struc['fd']. i got this notice...
by Runz
Thu Jan 29, 2009 5:17 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.7c PHP Parse Error in rrd.php
Replies: 18
Views: 12564

rony wrote:Did you install from tar.gz or repository?
Source. tar.gz (Building my own rpms) :lol:
by Runz
Wed Jan 28, 2009 4:23 am
Forum: Help: Linux/Unix Specific
Topic: 0.8.7c PHP Parse Error in rrd.php
Replies: 18
Views: 12564

Same here... CentOS 4.x PHP 4.3.9 (Release 3.22.12) My Workaround: --- rrd.php.orig 2009-01-27 15:10:39.000000000 +0100 +++ rrd.php 2009-01-27 17:45:03.000000000 +0100 @@ -65,7 +65,7 @@ } } -function rrdtool_execute($command_line, $log_to_stdout, $output_flag, &$rrd_struc = array(), $logopt = &q...