Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PHP 5 new install blank admin


ajpeters

Recommended Posts

Trying oscommerce on PHP 5 and mysql 5 on apache II on a windox XP.

 

turned register_globals = on and register_long_arrays = on

got it to install.

 

Catalog opens, but admin screen does not.

 

Where should I look next?

Link to comment
Share on other sites

php5 is not compatible with osCommerce MS2.2, you will need to downgrade to php 4.3.11 if you want to use php5 you will have to do a manual installatoin and manually edit some files to just get it to the basics.

Link to comment
Share on other sites

Ok, so where can you install the site manually and how. I haven't found a resource for it yet. Also, this seems to be a very unresolved topic on all of the message boards out there. This problem obviously comes up frequently, so it would be great if someone who knows the scripts can really devote some time to help us newbies on this. It's not just adding a = on line 31 in the upload file, and it's not change the encoding in IE, its more than that and we need help!

Susan

Link to comment
Share on other sites

No need to downgrade your version of php - especially as this is a local install. Just edit admin/includes/classes/upload.php, and on line 31 where it says:

 

$this = null;

 

change it to:

 

unset ($this);

 

Your admin screen will now open.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...