Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New guys needs help


Murphy21uk

Recommended Posts

Posted

Trying to access a newly installed cart, but I keep getting the below error...

 

Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory.

 

It might be something real easy to fix, but just keeps failing and I cannot find the string 'register_globals' :(

 

Please help and my thanks in advance :blush:

Posted

two options here...Install the register_globals fix found in the contribution section...Or create a file called php.txt and ad this into it

 

register_globals = on;

 

Upload to your root folder, rename it to php.ini and see if that resolves it

 

(The second option is not the recommended one)

 

HTH

Regards

 

Mark A Reynolds

Posted
two options here...Install the register_globals fix found in the contribution section...Or create a file called php.txt and ad this into it

Upload to your root folder, rename it to php.ini and see if that resolves it

 

(The second option is not the recommended one)

 

HTH

 

Ah ok, thanks. I'll have a look around the board for the fix

I tried the php.txt and then renaming it, didn't work :(

 

Thanks again

Posted
Ah ok, thanks. I'll have a look around the board for the fix

I tried the php.txt and then renaming it, didn't work :(

 

Thanks again

 

Did you put the php.ini file in the folder where your store is - whats the url of your store?

Regards

 

Mark A Reynolds

Posted
Did you put the php.ini file in the folder where your store is - whats the url of your store?

 

Apologies for not replying sooner,

 

the link is www.markmurphy.co.uk/shop

 

I put it in the root of the shoot, I presume thats what you mean?

 

Thanks for any help :thumbsup:

Archived

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

×
×
  • Create New...