es solo un warning, no importa mucho. Si quieren desactivarlos editen el /common.php
Busquen
Código PHP:
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
Reemplazen por
Código PHP:
//error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
error_reporting(0);