View Single Post
  #4  
Old 07-06-2011, 04:54 AM
  xplorer's Avatar 
xplorer xplorer is offline
 

X-Cart team
  
Join Date: Jul 2004
Posts: 925
 

Default Re: The first release candidate of LiteCommerce 3 ("X-Cart 5 Lite") is out!

Hi!

Quote:
Originally Posted by Cpt.Crashtastic
Unfortunately the install instructions contain at least one error

cp xlite/src/etc/config.php xlite/src/etc/config.local.php

I think should read

cp xlite/src/etc/config.default.php xlite/src/etc/config.local.php

Thank you for pointing out the problem! The published instructions are for the RC1 version. In the RC2 version there will be 3 files loaded as follows:
1. config.default.php - default LC3 settings (should never be edited manually; will be updated by the auto-upgrade script when needed so that new options are correctly populated to existing installations)
2. config.php - settings for the "live" installation (will never be touched during upgrade)
3. config.local.php - settings for a local test copy of the "live" installation (won't be touched by the upgrade script too)

So, yes, when deploying the RC2 version from GitHub, the command should be either cp xlite/src/etc/config.default.php xlite/src/etc/config.local.php or cp xlite/src/etc/config.default.php xlite/src/etc/config.php

Quote:
Originally Posted by Cpt.Crashtastic
I think there may be an error regarding the database population instructions too. The data is incomplete and the prefix for the tables is incorrect.

How long before RC2 is released? I am sure there are many others that want to get going with this as soon as possible.

It has been released a couple of hours ago.

I will annonce it a little bit later (after writing instructions on testing the auto-upgrade feature; due to an RC1 bug resulted into the above fix with 3 configuration files this RC1->RC2 upgrade requires instructions ).

Thanks!
Reply With Quote