osCommerce Community Support Forums: Minimum requirements to run osC3 - osCommerce Community Support Forums

Jump to content

Corporate Sponsor


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Minimum requirements to run osC3

#1 User is offline   i2Paq Icon

  • Find Posts
  • Group: Community Member
  • Posts: 253
  • Joined: 21-October 05
  • Real Name:Norman

Posted 15 March 2009 - 08:56 AM

To run a succesful install and full functional osC3 make sure your server has a least the following setup:

PHP Version 5.20 OK

PHP Settings
register_globals Off
magic_quotes Off
file_uploads On
session.auto_start Off
session.use_trans_sid Off

PHP Extensions
MySQLi Yes
GD Yes
cURL Yes
OpenSSL No


To enable MySQLi you need to add to your php.ini: extension=php_mysqli.dll

After making those changes restart apache service.

It will not run on Apache2Triad.

This post has been edited by i2Paq: 15 March 2009 - 08:57 AM

Norman in 't Veldt

Moderator
osCommerce The Netherlands
0

#2 User is offline   Vanillekipferl-Baker Icon

  • Find Posts
  • Group: Community Member
  • Posts: 104
  • Joined: 14-March 09
  • Real Name:Ken aka GemRock for osc2.2

Posted 15 March 2009 - 09:02 AM

View Posti2Paq, on Mar 15 2009, 08:56 AM, said:

...register_globals Off...

No, that can be ON as well as OFF. I purposely tested it on two different servers: one is register_globals OFF, the other ON, both have no problem either installing or running.

Ken
Talk NO rubbish...
0

#3 User is offline   i2Paq Icon

  • Find Posts
  • Group: Community Member
  • Posts: 253
  • Joined: 21-October 05
  • Real Name:Norman

Posted 15 March 2009 - 09:18 AM

View PostVanillekipferl-Baker, on Mar 15 2009, 10:02 AM, said:

No, that can be ON as well as OFF. I purposely tested it on two different servers: one is register_globals OFF, the other ON, both have no problem either installing or running.

Ken


Your right, but preffered is Off.
Norman in 't Veldt

Moderator
osCommerce The Netherlands
0

#4 User is offline   Vanillekipferl-Baker Icon

  • Find Posts
  • Group: Community Member
  • Posts: 104
  • Joined: 14-March 09
  • Real Name:Ken aka GemRock for osc2.2

Posted 15 March 2009 - 05:43 PM

i just noticed on the download page it is stated that the requirements with regard to mysql 5 is MySQL v5.0.7+. i wonder whether there is a missing 6 before the digit 7? as v5.0.7 does not seem to be common at present. in the past couple of days i happened to have access to 5 different hosts/servers all of which are big players in the hosting business, including godaddy, all of them is having mysql v5.0.67 except godaddy's v5.0.45, none of them is using v5.0.7 or higher.

anyway, i dont experience any problem installing/running osc3a5 with mysql v5.0.67, haven't tried on v.5.0.45 though.

Ken
Talk NO rubbish...
0

#5 User is offline   i2Paq Icon

  • Find Posts
  • Group: Community Member
  • Posts: 253
  • Joined: 21-October 05
  • Real Name:Norman

Posted 15 March 2009 - 08:39 PM

View PostVanillekipferl-Baker, on Mar 15 2009, 06:43 PM, said:

i just noticed on the download page it is stated that the requirements with regard to mysql 5 is MySQL v5.0.7+. i wonder whether there is a missing 6 before the digit 7? as v5.0.7 does not seem to be common at present. in the past couple of days i happened to have access to 5 different hosts/servers all of which are big players in the hosting business, including godaddy, all of them is having mysql v5.0.67 except godaddy's v5.0.45, none of them is using v5.0.7 or higher.

anyway, i dont experience any problem installing/running osc3a5 with mysql v5.0.67, haven't tried on v.5.0.45 though.

Ken


I did not get it to work running PHP Version 5.1.2.
Norman in 't Veldt

Moderator
osCommerce The Netherlands
0

#6 User is offline   spooks Icon

  • Find Posts
  • Group: Community Member
  • Posts: 5,267
  • Joined: 15-February 08
  • Real Name:Sam
  • Gender:Male
  • Location:UK

Posted 15 March 2009 - 08:45 PM

Harold has stated minimum is 5.2
Sam

Remember, What you think I ment may not be what I thought I ment when I said it.

Post osC questions don't PM them.
Vampire?


Contributions:
Thumbnails Categories/search Hide Categories decimal places Admin HTML e-mailsExtra Info Pull Down Dates UK counties Infobox header et al.
0

#7 User is offline   Harald Ponce de Leon Icon

  • Icon
  • Find Posts
  • Group: Manager
  • Posts: 2,095
  • Joined: 31-August 02
  • Real Name:Harald Ponce de Leon
  • Gender:Male
  • Location:Solingen, Germany

Posted 15 March 2009 - 10:06 PM

Hi Ken..

View PostVanillekipferl-Baker, on Mar 15 2009, 06:43 PM, said:

i just noticed on the download page it is stated that the requirements with regard to mysql 5 is MySQL v5.0.7+. i wonder whether there is a missing 6 before the digit 7? as v5.0.7 does not seem to be common at present.


This information was gathered from the PHP documentation:

http://www.php.net/m...equirements.php

Kind regards,

This post has been edited by Harald Ponce de Leon: 15 March 2009 - 10:06 PM

Harald Ponce de Leon
osCommerce, How's Business?
0

#8 User is offline   Vanillekipferl-Baker Icon

  • Find Posts
  • Group: Community Member
  • Posts: 104
  • Joined: 14-March 09
  • Real Name:Ken aka GemRock for osc2.2

Posted 15 March 2009 - 11:42 PM

thanks Harald for verifying that - i didn't check php website for that. the interesting thing is, none of the hosts so far as I can see ever updraded beyond mysql v5.0.67 despite newer version such as v5.1 had been available. i guess mysql may be in a bit of chaotic state under Sun Micosys. at the moment with regard to version releases. this is evidented by the departure of mysql creator Michael "Monty" last month from the company citing the reason being "disagreement over what he saw as the firm’s “premature” release of MySQL 5.1", but then thats another story.

Ken
Talk NO rubbish...
0

#9 User is offline   Harald Ponce de Leon Icon

  • Icon
  • Find Posts
  • Group: Manager
  • Posts: 2,095
  • Joined: 31-August 02
  • Real Name:Harald Ponce de Leon
  • Gender:Male
  • Location:Solingen, Germany

Posted 16 March 2009 - 12:03 AM

More information gathered from the MySQL Announcements mailing list:

MySQL v5.0.7-beta released June 15 2005
MySQL v5.0.67 released August 8 2008

Perhaps the versioning means 5.0.07 and not 5.0.70.

Kind regards,
Harald Ponce de Leon
osCommerce, How's Business?
0

#10 User is offline   jailaxmi Icon

  • Find Posts
  • Group: Community Member
  • Posts: 261
  • Joined: 20-January 06
  • Real Name:Yol
  • Gender:Female
  • Location:North Carolina - USA

Posted 21 March 2009 - 09:21 PM

My mistake.. wrong post in wrong place. I was going to mention something to reply, and then realized I misread the post. Sorry!

This post has been edited by jailaxmi: 21 March 2009 - 09:23 PM

I repeat myself when under stress, I repeat myself when under stress, I repeat myself...

--King Crimson (“Discipline”)
0

#11 User is offline   Bushmaster Icon

  • Find Posts
  • Group: Community Member
  • Posts: 456
  • Joined: 16-February 07
  • Real Name:Scott McFadden
  • Gender:Male

Posted 22 March 2009 - 03:28 AM

It will run on mysql 5.0.41. I have had no trouble on a server with Apache 1.3.37 / PHP 5.2.3 / mysql 5.0.41
The one that gives me problems is Apache 2.2 / PHP 5.2.9 / MySql 5.0.67
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic