Using 6.x-2.8 I am seeing log errors due to D7 constants that are not defined in D6:
[10-Aug-2009 15:15:21] PHP Notice: Use of undefined constant ERROR_REPORTING_DISPLAY_ALL - assumed 'ERROR_REPORTING_DISPLAY_ALL' in /sites/all/modules/simpletest/simpletest.function.inc on line 181
[10-Aug-2009 15:15:21] PHP Notice: Use of undefined constant ERROR_REPORTING_DISPLAY_ALL - assumed 'ERROR_REPORTING_DISPLAY_ALL' in /sites/all/modules/simpletest/simpletest.function.inc on line 182
[10-Aug-2009 15:15:21] PHP Notice: Use of undefined constant ERROR_REPORTING_DISPLAY_SOME - assumed 'ERROR_REPORTING_DISPLAY_SOME' in /sites/all/modules/simpletest/simpletest.function.inc on line 182
Comments
Comment #1
pwolanin commentedpossibly you can just remove it like so:
Comment #2
pwolanin commentedComment #3
boombatower commentedCommitted.