My watchdog is throwing this error everytime anything happens on my site.
Type wsod
Date Wednesday, November 9, 2011 - 14:03
User Me
Location http://stg.website.com/admin/settings/performance
Referrer http://stg.website.com/node/2/edit
Message NOTICE: Script execution completed with error: Use of undefined constant HTTP_X_REAL_IP - assumed 'HTTP_X_REAL_IP'
Severity notice
(I have http://drupal.org/project/dtools enabled to see wsod notices in watchdog)
I assume that this is coming from the SSL config I had to set up: http://drupalcode.org/project/barracuda.git/blob/HEAD:/docs/SSL.txt
Is this something to worry about? Is there a fix?
EDIT - I should clarify that I'm not actually seeing the wsod, but this is all over the watchdog.
Comments
BOA by default disables PHP
BOA by default disables PHP notices as they are mostly useless on a live site. They are also disabled even on the "dev" type subdomains to avoid noise in the debug output - only errors are displayed then. To avoid having watchdog flooded with useless alerts, don't use dtools module or perhaps tweak it to skip notices.