• NOTICE: UNDEFINED VARIABLE: CONTENT IN C:\WAMP\WWW\RN\WP-CONTENT\PLUGINS\WP-THUMBS\AJAX.PHP ON LINE 12

    This is the error popping up. After a look at Ajax.php, could you explain where $content is being defined in the lines below?

    if (isset($_POST['ajax']) && $_POST['ajax'] == 'reload') {
        $postid = $_POST['post'];
        print wp_thumbs_display_div($content,$postid);
    }

    http://wordpress.org/extend/plugins/wp-thumbs/

  • The topic ‘Error when clicking Thumbs up / Down button’ is closed to new replies.