Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why Am I getting this Fatal Error viewing php files through XAMPP...


shoppingcart101

Recommended Posts

Posted

Hello everyone. I am checking my changes to the php files through XAMPP Apache and I am getting a message.

 

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

 

I had contacted my server support for them to enable the "register_globals" and that took care of that issue through my Remote server but I am getting it through my local server setup on my computer.

 

I appreciate any help.

 

Thanks for reading.

 

BD

Posted

I would try using that contribution first - I am not familiar enough with your production environment to point you in the right direction so sorry

Nothing unreal exists

Posted
I would try using that contribution first - I am not familiar enough with your production environment to point you in the right direction so sorry

 

 

Thanks Paul, I will try that. I appreciate you taking the time to reply.

 

BD

Posted

You've probably already got the contribution now but there is another option:

 

Put:

php_flag register_globals on

 

In your htaccess file in the oscommerce directory, save and upload, try again.

 

Scott

no outside links please

Posted
Search for php.ini. This is a plain text file and is the config file for PHP on your system. It's in whatever directory PHP was installed in.

 

Change register_globals to ON.

 

Restart Apache.

 

 

 

Thanks Jason, I found the file and that corrected my issue. I appreciate your help!

 

And thanks to all who took the time to share their knowledge, every bit helped!!

Posted
Search for php.ini. This is a plain text file and is the config file for PHP on your system. It's in whatever directory PHP was installed in.

 

Change register_globals to ON.

 

Restart Apache.

 

 

 

Thanks Jason, I found the file and that corrected my issue. I appreciate your help!

 

And thanks to all who took the time to share their knowledge, every bit helped!!

Archived

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

×
×
  • Create New...