Viewing 1 replies (of 1 total)
  • Thread Starter tedsa

    (@tedsa)

    this is a new bug and should be correct i think with plug in developer. i use this method to correct it:
    Edit plugins/dw-question-answer/dw-question-answer.php
    find code:
    function dwqa_update_term_rewrite_rules() {
    //add rewrite for question taxonomy
    global $wp_rewrite;
    $options = get_option( ‘dwqa_options’ );

    before this add :
    if ( empty( $GLOBALS[‘wp_rewrite’] ) )
    $GLOBALS[‘wp_rewrite’] = new WP_Rewrite();

    my error become solved but i face to another Bug:
    in test site : ????? ?????

    when sending answer it post 3 time in answer list !
    how can i correct this new Bug?

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: Call to a member function get_page_permastruct()’ is closed to new replies.