Unable to open the chart datafile /var/lib/bugzilla3/data/mining/-All-.

From Andreida
Revision as of 11:20, 16 February 2016 by Andreas (talk | contribs) (Created page with "Error message Unable to open the chart datafile /var/lib/bugzilla3/data/mining/-All-. www-data needs to be able to write to the 'mining' and 'duplicates' directories. The ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error message

 Unable to open the chart datafile /var/lib/bugzilla3/data/mining/-All-.

www-data needs to be able to write to the 'mining' and 'duplicates' directories. The following commands fix the permissions to allow that.

 chmod -R g+w /var/lib/bugzilla3/data/mining 
 chmod -R g+w /var/lib/bugzilla3/data/duplicates 

source