Skip to content

Undefined array key PHP warning #110

@daphilli224

Description

@daphilli224

I'm receiving an undefined array key "id" warning when adding a product without attributes with edit orders. The warning is: PHP Warning: Undefined array key "id" in /admin/includes/init_includes/init_eo_sba.php on line 343.

I fixed by changing line 343 to: $product_options = isset($_POST['id']) ? $_POST['id'] : NULL;

My apologies if this has been reported before.

Dave
zc157c, php 8.0.22

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions