Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can not install oscommerce


007php

Recommended Posts

Posted

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:

Posted

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:
Posted

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

Posted
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?

Posted

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?

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...