Anyone have any idea what this error could mean on top of the page?
Warning: Illegal string offset 'ds' in [path]/awcoding/plugins/awc.php on line 296
Its showing up for only on top of threads that have a donation award image.
Here is what line 296-300 of the awc.php looks like:
if ( $awc_goal['extra'] == 2 ){
print_description_row( $vbphrase['awc_goal_extra_2'], 0, 2, 'thead', $stylevar['left'] );
} else {
print_yes_no_row( $vbphrase['awc_goal_extra'], 'extra_'.$awc_goal['id'], $awc_goal['extra'] );
}
BTW - I think this started to happen after I updated server to latest php version.
Thanks!
|