Guest Posted August 20, 2005 Share Posted August 20, 2005 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 More sharing options...
Guest Posted August 20, 2005 Share Posted August 20, 2005 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 More sharing options...
Guest Posted August 20, 2005 Share Posted August 20, 2005 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 <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
♥Vger Posted August 20, 2005 Share Posted August 20, 2005 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 More sharing options...
Guest Posted August 20, 2005 Share Posted August 20, 2005 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 <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.