We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: 4.5.6 installation: in_plugin data directory: /var/www/vhosts/summit-suite.de/staging.summit-suite.de/wp-content/plugins/kongress-suite/options/redux-core/ browser: Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Browser: Chrome Version: 136.0.0.0 Platform: Windows
opt_name: 4645f8c9df global_variable: 4645f8c9df dev_mode: false ajax_save: true page_slug: Summit-Suite page_permissions: manage_options menu_type: menu page_parent: themes.php compiler: true output: true output_tag: true templates_path: undefined extensions: Accordion: 4.3.16 Color Scheme: 4.4.10 Custom Fonts: 4.5.6 Customizer: 4.5.1 Datetime: 4.3.15 Google Maps: 4.4.0 Icon Select: 4.4.2 Import Export: 4.0.0 Js Button: 4.3.16 Metaboxes: 4.2.0 Multi Media: 4.4.1 Options Object: 4.0.0 Repeater: 4.3.13 Search: Inactive Placeholder 4.5.5 Shortcodes: 4.3.6 Social Profiles: 4.3.17 Tabbed: 4.4.8 Taxonomy: 4.4.6 Users: 4.5.6 Widget Areas: 4.3.20
During Speaker ( custom post type ) edit/update, I want to validate an URL field. But it doesn't seem to work.
It should validate as in past
It gives an fatal error
Fatal error: Uncaught Error: Attempt to modify property "errors" on null in wp-content/plugins/kongress-suite/options/redux-core/inc/classes/class-redux-validation.php:228 Stack trace: #0 wp-content/plugins/kongress-suite/options/redux-core/framework.php(776): Redux_Validation->validate() #1 wp-content/plugins/kongress-suite/options/redux-core/inc/classes/class-redux-validation.php(58): ReduxFramework->_validate_values() #2 wp-content/plugins/kongress-suite/options/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php(1431): Redux_Validation->validate() #3 wp-includes/class-wp-hook.php(326): Redux_Extension_Metaboxes->meta_boxes_save() #4 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #5 wp-includes/plugin.php(517): WP_Hook->do_action() #6 wp-includes/post.php(5110): do_action() #7 wp-includes/post.php(5212): wp_insert_post() #8 wp-admin/includes/post.php(453): wp_update_post() #9 wp-admin/post.php(227): edit_post() #10 {main} thrown in wp-content/plugins/kongress-suite/options/redux-core/inc/classes/class-redux-validation.php on line 228
The text was updated successfully, but these errors were encountered:
I am unable to recreate this issue, and we no longer support embedding Redux in themes. Have you tried using the plugin? I would try that first.
Sorry, something went wrong.
Ok, I will update you on that.
No branches or pull requests
Site Health Report
redux-framework
version: 4.5.6
installation: in_plugin
data directory: /var/www/vhosts/summit-suite.de/staging.summit-suite.de/wp-content/plugins/kongress-suite/options/redux-core/
browser:
Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Browser: Chrome
Version: 136.0.0.0
Platform: Windows
redux-instance-4645f8c9df
opt_name: 4645f8c9df
global_variable: 4645f8c9df
dev_mode: false
ajax_save: true
page_slug: Summit-Suite
page_permissions: manage_options
menu_type: menu
page_parent: themes.php
compiler: true
output: true
output_tag: true
templates_path: undefined
extensions:
Accordion: 4.3.16
Color Scheme: 4.4.10
Custom Fonts: 4.5.6
Customizer: 4.5.1
Datetime: 4.3.15
Google Maps: 4.4.0
Icon Select: 4.4.2
Import Export: 4.0.0
Js Button: 4.3.16
Metaboxes: 4.2.0
Multi Media: 4.4.1
Options Object: 4.0.0
Repeater: 4.3.13
Search: Inactive Placeholder 4.5.5
Shortcodes: 4.3.6
Social Profiles: 4.3.17
Tabbed: 4.4.8
Taxonomy: 4.4.6
Users: 4.5.6
Widget Areas: 4.3.20
Steps to reproduce
During Speaker ( custom post type ) edit/update, I want to validate an URL field. But it doesn't seem to work.
Expected Behavior
It should validate as in past
Actual Behavior
It gives an fatal error
Any Error Details (PHP/JavaScript)
Fatal error: Uncaught Error: Attempt to modify property "errors" on null in wp-content/plugins/kongress-suite/options/redux-core/inc/classes/class-redux-validation.php:228 Stack trace: #0 wp-content/plugins/kongress-suite/options/redux-core/framework.php(776): Redux_Validation->validate() #1 wp-content/plugins/kongress-suite/options/redux-core/inc/classes/class-redux-validation.php(58): ReduxFramework->_validate_values() #2 wp-content/plugins/kongress-suite/options/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php(1431): Redux_Validation->validate() #3 wp-includes/class-wp-hook.php(326): Redux_Extension_Metaboxes->meta_boxes_save() #4 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #5 wp-includes/plugin.php(517): WP_Hook->do_action() #6 wp-includes/post.php(5110): do_action() #7 wp-includes/post.php(5212): wp_insert_post() #8 wp-admin/includes/post.php(453): wp_update_post() #9 wp-admin/post.php(227): edit_post() #10 {main} thrown in wp-content/plugins/kongress-suite/options/redux-core/inc/classes/class-redux-validation.php on line 228
The text was updated successfully, but these errors were encountered: