• Resolved sa.sweet

    (@sasweet)


    I find this messages after installing a theme to my site. This messages are lift at the top of the site. What is the problem and what can I do… Please Help!

    Warning: Illegal string offset ‘id’ in ../wp-content/themes/***/index.php on line 4

    Warning: Illegal string offset ‘id’ in ../wp-content/themes/***/index.php on line 4

    Warning: Illegal string offset ‘id’ in ../wp-content/themes/***/index.php on line 4

    Warning: Illegal string offset ‘id’ in ../wp-content/themes/***/header.php on line 2

    Warning: Illegal string offset ‘id’ in ../wp-content/themes/***/header.php on line 2

    Warning: Illegal string offset ‘id’ in ../wp-content/themes/***/header.php on line 2

    My index.php line 4 is:

    foreach ($options as $value) {
    if (get_settings( $value[‘id’] ) === FALSE) { $$value[‘id’] = $value[‘std’]; } else { $$value[‘id’] = get_settings( $value[‘id’] ); }

    header.php line 2 is:

    global $options; foreach ($options as $value) { if (get_settings( $value[‘id’] ) === FALSE) { $$value[‘id’] = $value[‘std’]; } else { $$value[‘id’] = get_settings( $value[‘id’] ); } }

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Warning: Illegal string offset 'id'’ is closed to new replies.