PHP Notice
-
Getting the following Notice when sample.php is included
Notice: Array to string conversion in C:\wamp64\www\elementtheme\wp-content\plugins\tp-framework\includes\admin-fields\field_typography.php on line 40
Call StackI’ve added
$value = '';
at the top of thetpfw_form_typography
function that removes the Notice but not sure if it’s right approach.TIA,
Zulfikar NoreP.S. The Checkbox Multiple section of the TPFW Controls are off screen to the left. Adding this CSS rule:
ul.tpfw-field.tpfw-checkboxes {margin-left: 25px;}
to admin.css resolves the issue. Again, probably not the right Elements to target but works for now ??
- The topic ‘PHP Notice’ is closed to new replies.