• Resolved zarinadev

    (@zarinadev)


    Hi, I’m having a recurrent issue with a 500 error appearing on my site. I tried debugging via my site’s error log and these errors has been happening non stop for 4 days (these are the only errors on the error log so I’m assuming this is what causing my site to be down):

    PHP Warning: Undefined array key “optin_uuid” in /home3/marysalas/public_html/wp-content/plugins/mailoptin/src/core/src/AjaxHandler.php on line 1007

    PHP Warning: Undefined array key “stat_data” in /home3/marysalas/public_html/wp-content/plugins/mailoptin/src/core/src/AjaxHandler.php on line 1006

    I was using PHP version 7.4 and have already updated to 8.1 some days ago, that’s the only change I’ve done to my site since this error started showing up more frequently. Can you please provide a solution to this issue?

    Thanks in advance

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zarinadev

    (@zarinadev)

    I’ve temporarily disabled the plugin on my site to prevent the issue from happening again while we work on a solution to this.

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    PHP warning can’t cause a 500 error.

    While we are going to fix them in the next release, please ensure you have WP_DEBUG set to false in wp-config.php file as you shouldn’t have it enabled (set to true) for a production or live site.

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    This has been fixed and will be available in the next plugin update slated for next week.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Warning causing 500 error’ is closed to new replies.