Search found 3 matches

by Horus
Wed May 11, 2016 12:56 pm
Forum: Help: General
Topic: Easier plotting for external RRD files?
Replies: 0
Views: 2007

Easier plotting for external RRD files?

Hello, I generate by RRD files using collectd and caci for graphing. As far as I know, for each external RRD source I want to plot I need to create *) Data Template: Because RRDs could have a different number of data sources. Possible work around: Create a data template with the maximum number of da...
by Horus
Sun May 01, 2016 3:04 pm
Forum: Help: Linux/Unix Specific
Topic: Problems connecting to MySQL: Undefined func mysql_pconnect
Replies: 1
Views: 3192

Re: Problems connecting to MySQL: Undefined func mysql_pconn

Solved, got to change in config.php

Code: Select all

$database_type = "mysql";
to

Code: Select all

$database_type = "mysqli";
by Horus
Sat Apr 30, 2016 3:21 pm
Forum: Help: Linux/Unix Specific
Topic: Problems connecting to MySQL: Undefined func mysql_pconnect
Replies: 1
Views: 3192

Problems connecting to MySQL: Undefined func mysql_pconnect

Hello, this is listed in the FAQ, but the answer that mysql is not loaded is not true for me. I get this error: [Sat Apr 30 22:14:07.787050 2016] [:error] [pid 23758] [client ::1:51192] PHP Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in /usr/share/webapps/cacti/lib/adodb...