Mám takový problém, zničeho nic mi začlo vykazovat chybu UPDATE postu ve Wordpresu. Vúbec mě nenapadá čím by to mohlo být, protože vše šlapalo tak, jak by mělo být, ale najednou tohle.
Notice: Undefined index: bon_poll_options in /hermes/bosoraweb047/b132/ipg.carsfamiliacom/wp-content/themes/frenzy/library/extensions/poll-extensions.php on line 26
Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosoraweb047/b132/ipg.carsfamiliacom/wp-content/themes/frenzy/library/extensions/poll-extensions.php:26) in/hermes/bosoraweb047/b132/ipg.carsfamiliacom/wp-admin/post.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosoraweb047/b132/ipg.carsfamiliacom/wp-content/themes/frenzy/library/extensions/poll-extensions.php:26) in/hermes/bosoraweb047/b132/ipg.carsfamiliacom/wp-includes/pluggable.php on line 896
Skontroloval jsem zdrojak ale tam taky nic nevypada spatne.
poll-extensions.php on line 23-26 :
function bon_poll_setup($post_id) {
if(!is_numeric($post_id)) return;
$options = $_POST['bon_poll_options'];
post.php on line 228-229 :
if ( isset( $_COOKIE['wp-saving-post-' . $post_id] ) )
setcookie( 'wp-saving-post-' . $post_id, 'saved' );
pluggable.php on line 896 :
$status = apply_filters( 'wp_redirect_status', $status, $location );
Děkuju předem za vaši pomoc opravu už si nevím rady.