• Resolved robyebf

    (@robyebf)


    Hi, I’m getting this error in the wp-admin/error_log file.

    PHP Warning: Undefined array key 3 in /home/ferrara5/public_html/wp-content/plugins/duplicator/classes/ui/class.ui.screen.base.php on line 60

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support skfaysalalom

    (@flossyfaysal)

    Hi @robyebf,

    Thanks for reporting this!

    The Undefined array key 3 warning in class.ui.screen.base.php is a PHP 8.x compatibility notice, PHP 8.0 and above treats undefined array key access as a warning, whereas PHP 7.x was more lenient about it.

    This warning is cosmetic and shouldn’t affect functionality, it’s logged by debug log but won’t break the page or any backup operations. That said, it’s something we want to clean up properly on our end.

    If you’re on PHP 8.x, you may also see this go away if you disable debug log, since it surfaces notices that would otherwise be silently logged.

    Thanks again for the heads up! 

    Plugin Support skfaysalalom

    (@flossyfaysal)

    Hi @robyebf,

    I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

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

You must be logged in to reply to this topic.