• david wolfpaw

    (@davidjlaietta)


    Upon updating the plugin today I was unable to access either the frontend or backend of my site until WPUR was removed. The error that appears:

    
    Fatal error: Uncaught Error: Call to undefined function () in /SITE/wp-admin/includes/misc.php:210 Stack trace:
    #0 /SITE/wp-includes/class-wp-rewrite.php(1829): save_mod_rewrite_rules()
    #1 /SITE/wp-includes/rewrite.php(273): WP_Rewrite->flush_rules(true)
    #2 /SITE/wp-content/plugins/wp-ultimate-recipe/helpers/permalinks_flusher.php(26): flush_rewrite_rules()
    #3 /SITE/wp-includes/plugin.php(524): WPURP_Permalinks_Flusher->flush_permalinks_if_needed('')
    #4 /SITE/wp-admin/admin.php(154): do_action('admin_init')
    #5 /SITE/wp-admin/index.php(10): require_once('/home/SITE/...')
    #6 {main} thrown in /SITE/wp-admin/includes/misc.php on line 210
Viewing 1 replies (of 1 total)
  • Plugin Author Brecht

    (@brechtvds)

    Upon activation we use the flush_rewrite_rules() function to make sure the correct rewrite rules are in place for accessing recipes and recipe tags. This has been the case for many versions and hasn’t changed in years.

    We’re just calling a standard WordPress function so I’m not sure why that would be causing any issues. The error seems to occur in one of the WordPress files, so I’d try reinstalling WordPress.

    • This reply was modified 8 years ago by Brecht.
Viewing 1 replies (of 1 total)
  • The topic ‘Latest update triggers rewrite issue’ is closed to new replies.