• Resolved brokenbrainguy

    (@brokenbrainguy)


    I’m developing a website theme using Redux on my local dev machine and I’m getting this error as soon as I open the website frontend at the top of the page. I’m using XAMPP to develop using PHP. Any recommendations how to fix would be appreciated.

    `Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

    Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

    Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

    Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

    Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

    Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

    Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

    Warning: Undefined array key “real_path” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 175

    Warning: Undefined array key “url” in D:\XAMPP\htdocs\wordpress\wp-content\plugins\redux-framework\redux-core\inc\classes\class-redux-field.php on line 176

Viewing 4 replies - 1 through 4 (of 4 total)
  • Arreane

    (@yanex)

    Hi,

    Please make sure that you have the latest version of Redux installed on your website and that your server meets the minimum requirements to run WordPress – https://ww.wp.xz.cn/about/requirements/

    Also, this issue might be caused by another plugin/theme. You can try to troubleshoot your problem by temporarily disabling all the plugins except for redux and switch your theme to Twenty-Twenty One and see if the error still persists.

    Let us know if that works for you.

    Kind Regards,
    Arreane

    Thread Starter brokenbrainguy

    (@brokenbrainguy)

    It’s a sandboxed dev machine with a the latest WP, Redux from the WP Repository, and nothing no other plugins. This is a clean install with just these two running and I’m getting those errors.

    Thread Starter brokenbrainguy

    (@brokenbrainguy)

    Found the issue for anyone else with this popping up. There was a call to a custom Redux Extension that was not found. Make sure that in the options file or elsewhere in the theme, nothing custom is being called that’s causing a 404 error.

    Arreane

    (@yanex)

    Hi,

    Glad you were able to figure it out.

    Let us know if you need anything else.

    Kind Regards,
    Arreane

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Undefined array key Error’ is closed to new replies.