Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation Script Problems


Guest

Recommended Posts

I am trying to install oscommerce on Fedora Core 4. When I run the ./install/index.php script it comes up fine. From there I go to the new install page. This is as far as the install process will let me go. When you click continue it just refreshes the page. If you click cancel it will send you back to index.php.

I previously installed this version of Oscommerce on Fedora Core 2 without any problems.

Does anyone know what the problem might be?

 

Thanks,

jbellis

Link to comment
Share on other sites

Most likely your PHP installation - osCommerce is not forward compatible with PHP5, safe_mode should be off and register_globals on.

 

Matti

Link to comment
Share on other sites

Thanks for the reply,

I checked php.ini and safe_mode was already set to off and register_globals was already set to on.

Is there anything else I could check?

 

Thanks,

jbellis

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

 

Most likely your PHP installation - osCommerce is not forward compatible with PHP5, safe_mode should be off and register_globals on.

 

Matti

Link to comment
Share on other sites

I changed the line in upload.php but it made no difference.

 

Thanks,

jbellis

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

 

PHP5?  See Matti's post.

 

Try this.  In admin/includes/classes/upload.php on line 31, where it says:

 

$this = null;

 

edit it to read:

 

unset($this);

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...