/opt/observium/html/includes/jpgraph
so we have;
/opt/observium/html/includes/jpgraph/src/jpg-config.inc.php
And we commented out this one line;
//define('DEFAULT_THEME_CLASS', 'UniversalTheme');
Thanks, Andy.
Hi,We are running the latest paid version, and turned on Billing last week.The cronjob is running fine but nothing comes up in the web interface?We followed;conrtab -l shows;# Billing
*/5 * * * * root php /opt/observium/poll-billing.php >> /dev/null 2>&1
1 * * * * root php /opt/observium/billing-calculate.php >> /dev/null 2>&1
And we have this in our config.php;// Billing
$config['enable_billing'] = 1; # Enable Billing
$config['billing']['customer_autoadd'] = 1; # Enable Auto-add bill per customer
$config['billing']['circuit_autoadd'] = 1; # Enable Auto-add bill per circuit_id
$config['billing']['bill_autoadd'] = 1; # Enable Auto-add bill per bill_id
However nothing is being auto added?
So we added a bill manually, and when running the cronjob scripts manually all seems to work fine, but after leaving it for a week (so data could build up) we still see this JpGraph error;
Thanks, Andy.