SyntaxFix
Write A Post
Hire A Developer
Questions
This is a "PHP Notice", so you could in theory ignore it. Change php.ini:
php.ini
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
To
error_reporting = E_ALL & ~E_NOTICE
This show all errors, except for notices.