007php Posted March 18, 2008 Posted March 18, 2008 I upload php_value_register_globals on in the .htacces and did not worked. Then, I upload in the notepad ( configuration) and did not worked. Only show register_global off, please enable it... I looked aplication.php, configure.php and nothing. can help me... :blink:
DaveSlats Posted March 18, 2008 Posted March 18, 2008 You have to turn register_globals on in the php.ini file. The location of this file will depend on your PHP installation. You can find where it is by running the following simple PHP script: <?php phpinfo() ?> If you open this file in your browser the screen shown will give you the location of the PHP.ini file. If you op;en this file, find the register_globals and can change it to 'On'. You also need to set: register_long_arrays = On As the default is Off I hope this works. Dave Slater, Dublin I upload php_value_register_globals on in the .htacces and did not worked. Then, I upload in the notepad ( configuration) and did not worked. Only show register_global off, please enable it... I looked aplication.php, configure.php and nothing. can help me... :blink:
Guest Posted March 18, 2008 Posted March 18, 2008 Dear Dave, I am also facing the problem of register_globals. I run the script as per your instruction. The file was displayed. It shows the local value & master value of register_globals set to off. The file location is C:\windows\php.ini. Now how can I edit this. I couldn't find a way to edit this file. This file is not located in my file manager control panel. I am getting impatient. Please help. Pawan Joshi You have to turn register_globals on in the php.ini file. The location of this file will depend on your PHP installation. You can find where it is by running the following simple PHP script: <?php phpinfo() ?> If you open this file in your browser the screen shown will give you the location of the PHP.ini file. If you op;en this file, find the register_globals and can change it to 'On'. You also need to set: register_long_arrays = On As the default is Off I hope this works. Dave Slater, Dublin
BryceJr Posted March 18, 2008 Posted March 18, 2008 Dear Dave,I am also facing the problem of register_globals. I run the script as per your instruction. The file was displayed. It shows the local value & master value of register_globals set to off. The file location is C:\windows\php.ini. Now how can I edit this. I couldn't find a way to edit this file. This file is not located in my file manager control panel. I am getting impatient. Please help. Pawan Joshi Is this a local install or is it installed on a live host server? If this is local are you using LAMP, XAMPP, etc?
Guest Posted March 19, 2008 Posted March 19, 2008 It is hosted on a live host server. when running the file it shows as in the link below. How can I edit the same. the link is Visit My Website Pawan Joshi Is this a local install or is it installed on a live host server?If this is local are you using LAMP, XAMPP, etc?
Guest Posted March 19, 2008 Posted March 19, 2008 url was typed wrongly. the right one is here the php info for my site
007php Posted March 20, 2008 Author Posted March 20, 2008 url was typed wrongly. the right one is here the php info for my site the php.ini is register_globals ON value and master, but I can not install because on the live host only show register off, please enable it in spite of I upload a file configuration ( register_globals = on) and in the own .htaccess. Do not work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.