$_GET['content_complete_fieldname'] is not set more often than it is. please add

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

to your settings.php to show all these PHP warnings (if your server is not already configured to do so) and test a bit around.

Comments

pvhee’s picture

Status: Needs review » Fixed

I guess you get the warning depending on your PHP version, because I've never seen this one (while always developing with the settings you suggest).

I've added your patch though, as it is a better way of checking for the field to be completed, thanks!

eMPee584’s picture

the problem does occur only seldomly, especially in situations where spam bots rape your site's forms. thx for committing ;)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.