Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I give up. Need a program that works


sperdie

Recommended Posts

I was able to install after applying registrer_globals off contribution. I now get -Fatal error: Call to undefined function: link_session_variable() in C:\websites\508\mywebsite.com\admin\includes\functions\sessions.php on line 90

Since I don't know how to get around this and maybee this system does not work on a windows server, I need to find a good shopping cart program. After reviewing posts for the last 2 weeks I see that nobody answers the people that have the same problem as me. I guess you have to be a programmer to get this to work on a windows server.

Any recommendations for an e-commerce solution that really works on a windows server?

Link to comment
Share on other sites

I was able to install after applying registrer_globals off contribution.  I now get -Fatal error: Call to undefined function: link_session_variable() in C:\websites\508\mywebsite.com\admin\includes\functions\sessions.php on line 90

Since I don't know how to get around this and maybee this system does not work on a windows server, I need to find a good shopping cart program.  After reviewing posts for the last 2 weeks I see that nobody answers the people that have the same problem as me.  I guess you have to be a programmer to get this to work on a windows server.

Any recommendations for an e-commerce solution that really works on a windows server?

 

windows has nothing to do with this error.

 

the instructions state, I believe, that you need to edit sessions.php and add

 

VERSION 1 - USE THIS !!!

------------------------

 

// >>> BEGIN REGISTER_GLOBALS

// Work-around function to allow disabling of register_globals in php.ini

// This is pretty crude but it works. What it does is map session variables to

// a corresponding global variable.

// In this way, the main application code can continue to use the existing

// global varaible names but they are actually redirected to the real session

// variables

//

// If the global variable is already set with a value at the time of the mapping

// then it is copied over to the real session variable before being mapped back

// again

//

// Parameters:

// var_name - Name of session variable

// map - true = map variable, false = unmap varaible

//

// Returns:

// None

function link_session_variable($var_name, $map)

{

 

etc...

 

the error indicates you have not added that to the admin configuration.

Treasurer MFC

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...