• Hi,

    Since the last version, I’m getting a fatal error when I’m trying to import or export settings. Here is the error message (without the personal folders paths, of course):

    
    Fatal error: Uncaught Error: Class "mtekk\adminKit\DOMDocument" not found in \wp-content\plugins\breadcrumb-navxt\includes\adminKit\class-mtekk_adminkit.php:692 Stack trace: 
    #0 \wp-content\plugins\breadcrumb-navxt\includes\adminKit\class-mtekk_adminkit.php(194): mtekk\adminKit\adminKit->opts_export() 
    #1 \wp-content\plugins\breadcrumb-navxt\class.bcn_admin.php(121): mtekk\adminKit\adminKit->init() 
    #2 \wp-includes\class-wp-hook.php(307): bcn_admin->init('') 
    #3 \wp-includes\class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) 
    #4 \wp-includes\plugin.php(474): WP_Hook->do_action(Array) 
    #5 \wp-admin\admin.php(175): do_action('admin_init')
    #6 \wp-admin\options-general.php(10): require_once('[a folder path that I don't want to reveal]') 
    #7 {main} thrown in \wp-content\plugins\breadcrumb-navxt\includes\adminKit\class-mtekk_adminkit.php on line 692
    

    Can you have a look at this, please?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Havlik

    (@mtekk)

    It looks like the introduction of namespacing for all of the adminKit classes in 7.0 broke the XML import/export functions. Thanks for reporting this, I am tracking it in the following GitHub issue: https://github.com/mtekk/Breadcrumb-NavXT/issues/278

    Version 7.0.2
    Getting this error after exporting scheme:

    Fatal error: Uncaught Error: Class 'mtekk\adminKit\DOMDocument' not found in /app/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php:692 Stack trace: #0 /app/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php(194): mtekk\adminKit\adminKit->opts_export() #1 /app/wp-content/plugins/breadcrumb-navxt/class.bcn_admin.php(121): mtekk\adminKit\adminKit->init() #2 /app/wp-includes/class-wp-hook.php(307): bcn_admin->init('') #3 /app/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #4 /app/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #5 /app/wp-admin/admin.php(175): do_action('admin_init') #6 /app/wp-admin/options-general.php(10): require_once('/app/wp-admin/a...') #7 {main} thrown in /app/wp-content/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit.php on line 692

    Plugin Author John Havlik

    (@mtekk)

    Yep, this has been fixed in the development branch for Breadcrumb NavXT 7.1. The intent is to release 7.1 within the next week.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error while importing or exporting settings’ is closed to new replies.