• PHP Notice: Und`efined variable: output in …/wp-content/plugins/ycyclista/ycyclista.php on line 232</blockquote>

    Fix: change line to

    if(!isset($output))$output=''; $output .= '<div id="ycyclista_frame">';

    <blockquote>PHP Notice: Undefined variable: content in …/wp-content/plugins/ycyclista/ycyclista.php on line 291</blockquote>

    Fix: change line to

    if(!isset($content))$content=''; $output .= "</div>" . $content;

    https://wordpress.org/plugins/ycyclista/

  • The topic ‘Fixes to 2 PHP Notices in ycyclista.php’ is closed to new replies.