Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

global.ini another method


boosters

Recommended Posts

Posted

please tell me another method for global.ini , when i try to install a oscommerce on a web server it is giving an error for enable a global.ini pr php. but my webserver is not allowed me for enable this line. Please help me any other method to skip this line or somthing different. Pleas help me. :'( :'( :'( :'(

Posted

One way is to create a php.ini file

 

Contents should be one line only:

 

register_globals = On

 

Save this then upload to your root public page where oscommerce is saved to.

Posted

Sorry, missed some info there

 

Open notepad on windows and then save it as php.ini (not a text file) then upload via FTP.

 

Normally to your /catalog/ folder

Posted

i just do this but the problem is same please help

 

FATAL ERROR: register_globals is disabled in php.ini, please enable it! :mellow:

Posted

Another way to do this is to create a blank file using notepad htaccess.txt

 

In it should be

 

php_flag register_globals on

 

Save then upload to your root via ftp ascii

 

rename this file:

 

.htaccess

 

note the dot at the front

Archived

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

×
×
  • Create New...