Fix for Undefined Indexes (15)
-
I guess if we can find a way to fix one below, all the others are the same, since they seem to be the same in that part of the php code.
So this:
Undefined index: blanko Line: 371
is:
$options['blanko'] = sanitize_key($_POST['blanko']);
How can we fix this please ? Anyone ?
Thanks
- The topic ‘Fix for Undefined Indexes (15)’ is closed to new replies.