|
|
Posted by Samuel Shulman on 10/29/60 11:54
Thank you for your response,
This is the script that probably caused the problem:
if (function_exists('ini_get')) {
ini_get('register_globals') or exit('FATAL ERROR: register_globals is
disabled in php.ini, please enable it!');
}
This script is part of a big website that already running and I only want to
keep it working
What can I do?
Samuel
"dawnerd" <dawnerd@gmail.com> wrote in message
news:1154462455.318133.218150@i42g2000cwa.googlegroups.com...
>
> 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]
|