Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error message on trying to run install.php


astoller

Recommended Posts

Posted

Hi

 

I got the message php.ini needs enbabled.

So I added the last line in the code below.

(php_flag.....)

Now I get an internal server error message.

 

What should i do to make it run?

 

Thanks

Arthur

 

 

<IfModule mod_setenvif.c>

<IfDefine SSL>

SetEnvIf User-Agent ".*MSIE.*" \

nokeepalive ssl-unclean-shutdown \

downgrade-1.0 force-response-1.0

</IfDefine>

</IfModule>

php_flag register_globals 1

Posted
Hi

 

I got the message php.ini needs enbabled.

So I added the last line in the code below.

(php_flag.....)

Now I get an internal server error message.

 

What should i do to make it run?

 

Thanks

Arthur

<IfModule mod_setenvif.c>

<IfDefine SSL>

SetEnvIf User-Agent ".*MSIE.*" \

nokeepalive ssl-unclean-shutdown \

downgrade-1.0 force-response-1.0

</IfDefine>

</IfModule>

php_flag register_globals 1

 

Disable that again and try this

 

You may need a server restart so if you are on shared hosting this may not be possible

 

In which case use the register globals patch that you will find in the contributions section

Regards

 

Mark A Reynolds

Archived

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

×
×
  • Create New...