Site Daemon
php warning undefined variable is not harmful error
to stop this message from filling up your log file :
Modify application/index.php
LOOK FOR
$application->bootstrap();
INSERT THIS LINE ABOVE
error_reporting(E_ERROR | E_PARSE);