Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

php.ini


Guest

Recommended Posts

When I surf to

http://nameofmywebsite.com/install

 

I get

 

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

 

...........................

 

I found a copy (just one) of php.ini on my server. Searching within it turns up the string "register_globals = ON".

 

So where did that error message come from?

 

Where in the path should php.ini be found? The reason I ask is because it is presently in my website root path ... outside and upstream from the catalog/ path.

 

As you can tell ... I haven't gotten very far before getting stumped.

 

Bill

Link to comment
Share on other sites

Hey Bill.

 

I had the same problem. I found the php.ini in the /etc folder of my server. Make sure there is no ; that is making the "register_globals" a comment. Once that is changed you should be ok.

 

Cheers,

 

 

 

 

 

When I surf to

http://nameofmywebsite.com/install

 

I get

 

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

 

...........................

 

I found a copy (just one) of php.ini on my server. Searching within it turns up the string "register_globals = ON".

 

So where did that error message come from?

 

Where in the path should php.ini be found? The reason I ask is because it is presently in my website root path ... outside and upstream from the catalog/ path.

 

As you can tell ... I haven't gotten very far before getting stumped.

 

Bill

Link to comment
Share on other sites

When I surf to

http://nameofmywebsite.com/install

 

I get

 

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

 

...........................

 

I found a copy (just one) of php.ini on my server. Searching within it turns up the string "register_globals = ON".

 

So where did that error message come from?

 

Where in the path should php.ini be found? The reason I ask is because it is presently in my website root path ... outside and upstream from the catalog/ path.

 

As you can tell ... I haven't gotten very far before getting stumped.

 

Bill

Another place to look is in the .htaccess files. Also, if the setting is changed in the server file (/etc/php.ini), remember to reboot the server.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...