Hello all,
I am using Ubercart6 + php4, is not supported.
I have php4 in my server and I have to use shopping cart in my website for selling my product using drupal 6.
For shopping cart I find good module as ubercart. But problem is that this ubercart 6 module is not supported in PHP4.
And it's hard to upgrade our server from php4 to php5. It may problem to loss data on our server.
So anyone can help me give alternative solution,to use shopping cart + drupal 6.
thanks in advanced...
On Fri, Nov 27, 2009 at 2:56 AM, Swatee Karpe swateekarpe@gmail.com wrote:
So anyone can help me give alternative solution,to use shopping cart + drupal 6.
Upgrade php to version 5.2. Thats your best option. Make backups. Do the upgrade. Test to make sure your existing stuff isn't broken (or fix it).
You could also hack in php4 support. You'd have to disable the php5 requirement in the modules .info file, then find any bits of code which require things only in php5 and fix those. This is a horrible option because you'd have to apply your changes for any modules updates in the future. Theres probably a good reason for having the php5 requirement.
Thank you very much for replying Justin.
Yeah, you are right, shifting fromphp4 to 5 is the good option, But also i tried your second option, in these case it may help me....
thanks a lot..
On Sun, Nov 29, 2009 at 2:31 AM, Justin Gruenberg justin.gruenberg@gmail.com wrote:
On Fri, Nov 27, 2009 at 2:56 AM, Swatee Karpe swateekarpe@gmail.com wrote:
So anyone can help me give alternative solution,to use shopping cart + drupal 6.
Upgrade php to version 5.2. Thats your best option. Make backups. Do the upgrade. Test to make sure your existing stuff isn't broken (or fix it).
You could also hack in php4 support. You'd have to disable the php5 requirement in the modules .info file, then find any bits of code which require things only in php5 and fix those. This is a horrible option because you'd have to apply your changes for any modules updates in the future. Theres probably a good reason for having the php5 requirement. -- [ Drupal support list | http://lists.drupal.org/ ]