|
|
Posted by dawnerd on 11/02/55 11:54
Samuel Shulman wrote:
> I keep getting the
> 'FATAL ERROR: register_globals is disabled in php.ini, please enable it!'
> error
>
> I changes that settings and I still get this error
>
> What should I do next?
>
> Thank you,
> Samuel
No, never enable register_globals. Bad, Bad, Bad. Something else is
wrong in your script/server. What script are you trying to run? Is it a
custom made one? if so then you should know where that error is coming
from. Else, the script your are using is screwed...
[Back to original message]
|