Viewing 1 replies (of 1 total)
  • Similar error:
    undefined index: delete_auto_drafts in /wp-content/plugins/simple-optimizer/simple-optimizer-tools.php on line 100

    So just put an @ symbol in line 100:

    was:
    if($wp_optimization_methods[$method] === "true"){

    change to:
    if (@$wp_optimization_methods[$method] === "true"){

Viewing 1 replies (of 1 total)
  • The topic ‘Error PHP’ is closed to new replies.