30 Jan
2011
30 Jan
'11
8:18 p.m.
example.com/admin/settings/error-reporting it just delivers me to the settings page: admin/settings Weird. I used a fresh install of D 6.20.
See line 387 of modules/system/system.module. It should be: $items['admin/settings/error-reporting'] = array( That should get you started. :) Fred