• Resolved darkallman

    (@darkallman)


    Ik ben gisteren overgestapt naar PHP8 en ik zie deze melding in mijn logs:
    AH01071: Got error 'PHP message: PHP Warning: Undefined array key "error" in /wp-content/plugins/woocommerce-myparcel/includes/admin/class-wcmp-export.php on line 1575

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter darkallman

    (@darkallman)

    I changed /woocommerce-myparcel/includes/admin/class-wcmp-export.php on line 1575
    if ($return['error']) {
    to
    if (@$return['error']) {

    I think this will fix the issue.

    • This reply was modified 4 years ago by darkallman.
    • This reply was modified 4 years ago by darkallman.
Viewing 1 replies (of 1 total)

The topic ‘Undefined array key “error”’ is closed to new replies.