Fatal Error/internal server error 500

Status
Not open for further replies.

hayes78

New Member
Messages
2
Reaction score
0
Points
0
hello i got this when i installed a script.

FATAL ERROR: register_globals is disabled in php.ini, please enable it! To do this, simply edit your .ht_access files in the root directory and in the admin directory and insert this code into both of them: php_flag register_globals on

i tried to change the .htacces files and got the internal server error 500 and when the .htaccess files are empty i get the Fatal Error again.
Any help would be appreciated.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
register_globals is disabled because it is a security risk and cannot be enabled on a per-account basis.

Using php_flag is also disabled and causes the 500 error.

Basically, you have to modify the script yourself.

I would not trust any script that relies on register_globals being enabled.
 
Last edited:

hayes78

New Member
Messages
2
Reaction score
0
Points
0
Thanks for the quick reply and advice,I will try another script.
 
Status
Not open for further replies.
Top