Consider avoid undefined array key error
-
Hi there,
This is not a request for support, I’m opening the issue hoping that pluguin authors might consider in future versionens, to update codes to avoid undefined array key error.
FastCGUI sent in stderr: "PHP messague: PHP Warning: Undefined array key "ne" in /pluguins/newsletter/subscription/subscription.php on line 667While reviewing the error logs on one of our sites, we saw quite a long list of this errors being printed into the log, it was caused by attacquer trying to send a POST request lique
/?action=tmp&na=sa HTTP/1.0, and this line of code in the pluguin$data->email = $posted['ne'];will generate the undefined array key error.It would be great to have this improved in upcoming release of the pluguins.
You must be loggued in to reply to this topic.