E_ERROR after update
-
Hi,
I’ve updated WordPress to v6 and breadcrumb-navxt to its current latest version (7.0.2) and using PHP 7.3 and I’ve received this critical error :
Une erreur de type E_ERROR a été causée dans la ligne 179 du fichier /web/app/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit_form.php. Message d’erreur : Uncaught TypeError: Argument 1 passed to mtekk\adminKit\form::textbox() must implement interface mtekk\adminKit\setting\setting, null given, called in /web/app/plugins/breadcrumb-navxt/class.bcn_admin.php on line 429 and defined in /web/app/plugins/breadcrumb-navxt/includes/adminKit/class-mtekk_adminkit_form.php:179
Stack trace:
#0 /web/app/plugins/breadcrumb-navxt/class.bcn_admin.php(429): mtekk\adminKit\form->textbox(NULL, ‘6’, false, ‘The template fo…’)
#1 /web/wp/wp-includes/class-wp-hook.php(307): bcn_admin->admin_page(”)
#2 /web/wp/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
#3 /web/wp/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#4 /web/wp/wp-admin/admin.php(259): do_action(‘settings_page_b…’)
#5 /web/wp/wp-admin/optioIt’s working on the website frontend but not in the admin, I cannot set and save your plugins’s settings. Is there a way to fix this ? Even a quickfix by editing a file while you fix the issue in a future release ?
For info it’s working fine on my local machine (using PHP 8.1), I’ve got the problem only in production. Is it linked with the PHP version ?
Kind regards
- The topic ‘E_ERROR after update’ is closed to new replies.