Project

General

Profile

Bug #6041

Updated by Jared Dillard about 8 years ago

Some users are getting the following error in their crash reports: 

 <pre> 
 PHP Fatal error:    Call to undefined function rrd_fetch() in /usr/local/www/rrd_fetch_json.php 
 </pre> 

 When "asked to run":https://forum.pfsense.org/index.php?topic=107790.msg603012#msg603012 "pkg "*pkg info|grep rrd" rrd*" it shows both pecl-rrd-1.1.3_2 and rrdtool-1.5.5_1. 

 User "abu_cwarky pointed out":https://forum.pfsense.org/index.php?topic=107790.msg605022#msg605022 that his /usr/local/etc/php/extensions.ini file was empty and he was able to fix it by manually putting the extensions in. 

 User "peter808 stated":https://forum.pfsense.org/index.php?topic=107790.msg603037#msg603037 that he didn't get the error when he tried upgrading from 2.2 to 2.3, but got the error when doing a fresh install. 

 User "NOYB has stated":https://forum.pfsense.org/index.php?topic=107790.msg605711#msg605711 that this has happened to him a couple time after crashes, but he just fixed it by rolling back his snapshot.

Back