This site is on 1.7.4, i turned on my debug in order to check some of my plugins and my email was packed full of notices from cron
seems like
line 108
$uri = UTIL_Url::getRealRequestUri(OW::getRouter()->getBaseUrl(), $_SERVER['REQUEST_URI']);
is causing a Undefined index: REQUEST_URI
im pretty sure its just a notice but still, i cant have my email filled up with cron notices when im working on my plugins.
Any suggestions on a fix... do we just need to define the index.
thanks