ajpeters Posted June 9, 2005 Share Posted June 9, 2005 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 More sharing options...
PaDrO Posted June 9, 2005 Share Posted June 9, 2005 I've got same problem after the configuration I can see the main index page but when i goto the admin part it's just blank nothing shows Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2005 Share Posted June 9, 2005 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 More sharing options...
suejacob Posted June 9, 2005 Share Posted June 9, 2005 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 More sharing options...
♥Vger Posted June 9, 2005 Share Posted June 9, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.