Title: tedsa's Replies | WordPress.org

---

# tedsa

  [  ](https://wordpress.org/support/users/tedsa/)

 *   [Profile](https://wordpress.org/support/users/tedsa/)
 *   [Topics Started](https://wordpress.org/support/users/tedsa/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tedsa/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tedsa/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tedsa/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tedsa/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tedsa/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DW Question & Answer] Fatal error: Call to a member function get_page_permastruct()](https://wordpress.org/support/topic/fatal-error-call-to-a-member-function-get_page_permastruct-3/)
 *  Thread Starter [tedsa](https://wordpress.org/support/users/tedsa/)
 * (@tedsa)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-call-to-a-member-function-get_page_permastruct-3/#post-6132924)
 * 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 : [آموزش مجازی](http://iranelearn.com)
 * when sending answer it post 3 time in answer list !
    how can i correct this new
   Bug?

Viewing 1 replies (of 1 total)