View Charts produces a few notices and warnings related to E_ALL in php.

The attached patch fixes the ones I identified.

CommentFileSizeAuthor
view_charts-e_all.patch1.69 KBrsevero

Comments

AustinBirch’s picture

I apologize but am new to drupal. How do you install the patch you provided?

rsevero’s picture

If you want to apply it by hand, download it to YOUR_ROOT_DIR/sites/all/modules/views_charts and run

patch -p 0 -i view_charts-e_all.patch

You can do this to use it before it is properly incorporated in the modules code.

rsevero’s picture

Assigned: Unassigned » rsevero
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.