is_embed and is_search called incorrectly by wp_robots filter
Most likely this problem is caused by a plugin calling wp_die too early. For instance, if a plugin would decide something is wrong at the init stage and call wp_die then, the query would not have been set yet, resulting in this error (see the action reference for the order in which things happen). You … Read more