• Resolved keshar

    (@keshar)


    Hi

    I have a problem in badgeos plugin, wp-admin section =>comments => Comment listing => Submitted on 2013/10/06 at 7:42 am. While clicking
    myproject/submission/final-task-online-security-15/#comment-6. It throw 404!

    I am using flix theme and buddypress.

    Please why is this 404 occurring
    Thanks in advance.

    http://wordpress.org/plugins/badgeos/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Any change with this? Logically, the 404 error would occur without the #comment-6 on it as well, for which I’m curious if your permalink rules have been properly flushed to account for the new post types that BadgeOS uses.

    Thread Starter keshar

    (@keshar)

    No I dont have change anything with this. So how can I get back the permalink rules again..Please help me to way out,

    Thanks

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Just visiting the permalinks page would flush them for you. Check to see if it still 404s after that.

    Thread Starter keshar

    (@keshar)

    I have done many tomes by going to Admin => Settings => Permalinks . But its still throwing 404. Now I have done as following,

    myprojects/wp-content/plugins/badgeos/includes/post-types.php

    By placing the rewrite flush code before In each and every register_post_type(”,”) as following.

    global $wp_rewrite;
    $wp_rewrite->flush_rules();
    register_post_type(”,”)

    It also doesnt work for me.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    is the site publicly accessible? where I’d be able to visit and check? Any other badgeos related addons to go along with the core plugin? I know you mentioned buddypress above.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Badgeos comments submission page 404’ is closed to new replies.