mhillman Posted August 18, 2015 Share Posted August 18, 2015 Just installed osCommerce. Configured everything (including price) and all works fine, except price in product list is is displayed as 0. Checked everything 5 times. What could I have done wrong? Could it be related to this? - when I installed, the code did not run. I had about 5 instances of "&$groups" in the code. I just took the & out as I'm not sure what it means. Running php 4.3.9 Link to comment Share on other sites More sharing options...
Gauravs Posted August 20, 2015 Share Posted August 20, 2015 If you have modified the files by taking out some code.. first suggestion is to replace modified files with original and identify the issue further... HTH Best Regards,Gaurav Link to comment Share on other sites More sharing options...
♥kymation Posted August 20, 2015 Share Posted August 20, 2015 Why are you trying to run on PHP 4? It's very old and insecure. No modern hosting service would dare run anything that old. The & in front of a variable indicates that the variable is passed by reference. This is interpreted differently in PHP 4 than it is in PHP 5, so osCommerce may be failing because of this change. You can try to debug this, but it would be a lot easier to upgrade your PHP. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.