Closed (works as designed)
Project:
Drupal core
Version:
6.1
Component:
install system
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 19:02 UTC
Updated:
21 Feb 2009 at 07:31 UTC
Hi,
my hosting provider does not allow to disable the register globals php setting.
So, in order to install drupal, I had to patch system.install, downgrading the register globals check to WARNING from REQUIRED.
As that is common to several providers, imho an appropriate flag should be inserted in the drupal settings file and documented.
--
Salvatore Montefusco
http://www.brightpebbles.org
- alternative OS experience
Comments
Comment #1
mr.baileysThis is not a bug. Drupal specifically mentions this as requirement:
Have you read Register globals should be disabled? It contains information on how to resolve this issue.
If you still feel this should be changed, please open a feature request, although given the security implications I don't think it will have much chance of making it...