Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart 4.3 released

 
Closed Thread
   X-Cart forums > News and Announcements
 
Thread Tools
  #31  
Old 11-21-2009, 04:04 PM
 
worldomega worldomega is offline
 

Advanced Member
  
Join Date: Apr 2009
Posts: 79
 

Default Re: X-Cart 4.3 released

How can you upgrade the database with the script provided. If I want to go from 4.2.0 to 4.3, I understand I need to install a new copy of x-cart, but how can I upgrade the database? Where will this script run? Please elaborate if possible...

Also, the products, images, etc. how can I maintain this - is this simply a matter of copying the "skin" folder? Which folders would I need from the old store to make sure the product images remain intact.

Thanks in advance.
__________________
Using 4.3.1 and looking forward to 4.4. I wish for easy upgrade!
  #32  
Old 11-22-2009, 05:13 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart 4.3 released

Read the UPGRADE.NOTES_4.2.x-4.3.x included in the upgrade tar/zip. It explains exactly what you need to do.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
  #33  
Old 11-23-2009, 03:00 AM
  Serginfor.com's Avatar 
Serginfor.com Serginfor.com is offline
 

Member
  
Join Date: Mar 2009
Posts: 20
 

Default Re: X-Cart 4.3 released

Anybody can help me, how to increase the space for the logo.

My page is auncionar 5 stars in 3.0, but needed to make this change because the logo has 444x133

Thanks
__________________
www.infor.globalmetodo.pt
X-Cart DB Version: 4.
  #34  
Old 11-23-2009, 10:03 AM
  lewaff's Avatar 
lewaff lewaff is offline
 

eXpert
  
Join Date: Jun 2007
Location: Nuneaton-England
Posts: 225
 

Default Re: X-Cart 4.3 released

I have followed the upgrade note for V4.2.3 to V4.3
every thing seem to go fine got in to admin
i regenerated the blowfish as recommended
all seem to be ok
but it will not let me in the the admin now
and if i regenerate the password it sends the link ok and clicked the link to reset and get the page ok but after putting in new pass word and click submit it come up with a error page cannot find page
any idea's
This is just a test site under a new folder on the domain
__________________
Thank's
Lewis Afford
www.mobile-phone-batteries.eu X-cart v4.4.5 gold
www.mobile-phone-batteries.co.ukv4.4.5 gold
www.qualitechnic.co.uk v4.4.5 gold
Add-on: X-AOM (Advanced Order Management)
  #35  
Old 11-23-2009, 12:21 PM
  nortonz's Avatar 
nortonz nortonz is offline
 

Senior Member
  
Join Date: Nov 2007
Location: N. Idaho, USA
Posts: 156
 

Default Re: X-Cart 4.3 released

Quote:
Originally Posted by nortonz
I entered "phpmyadmin" and created a new database, calling it "xcart2" then I copied the original database to the new "xcart2" ran the SQL patch on the copy, and except for one error, that I had to edit the patch, and remove that line (duplicate input) the patch completed successfully.

I then made a copy of my Store, and put it in a new folder (xcart2), and tryed to do the install on it. I set it to update the "config.php" only, and set everything for the new database, and new folder, and set it to do a "new install" but the install.php would not run, because it said the Install Key was invalid. I copied and pasted out of my original store CP, but it still said it was invalid.

So I deleted the copy of the store, and copied the new install files to the new folder (xcart2) and ran the install with the Copied Database. Everything installed fine. I then went in to my ACP and checked all settings to make sure they were right.

Now My question.

Can I just copy this new install over the original store files to do the update?

One other question while I'm on the subject.

I have a large egoods database, and also image folder. I have noticed that on every update or new install if I leave these two folders in place when the install or upgrade gets to the Creating "Site Fingerprint" it hangs up. but if I remove those two folders then it completes fine. Is this normal?

Michael

Does anyone have an answer to my question?? or do I have to do the install in the store folder?
__________________
X-Cart 4.5.4
Linux CentOS 5.8 Apache 2.2.3 PHP 5.2.17
MySQL 5.0.95
CDSEOPro 1.8.8 xCMS 1.31 Easyupsale 2.3
  #36  
Old 11-23-2009, 02:20 PM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: X-Cart 4.3 released

Quote:
Originally Posted by Serginfor.com
Anybody can help me, how to increase the space for the logo.

My page is auncionar 5 stars in 3.0, but needed to make this change because the logo has 444x133

Thanks

In the main.css alter these to fit.

#header .line1 {
position: relative;
height: 67px;/* top row */
direction: ltr;
}
#header .line1 .logo {
padding-top: 9px;
margin-left: 27px;
width: 203px; /* logo container div */
}
#header .line1 .logo a img {
width: 203px; /* logo width */
height: 48px; /* logo height */
}
__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
  #37  
Old 11-23-2009, 03:30 PM
  Serginfor.com's Avatar 
Serginfor.com Serginfor.com is offline
 

Member
  
Join Date: Mar 2009
Posts: 20
 

Default Re: X-Cart 4.3 released

Quote:
Originally Posted by Duramax 6.6L
In the main.css alter these to fit.

#header .line1 {
position: relative;
height: 67px;/* top row */
direction: ltr;
}
#header .line1 .logo {
padding-top: 9px;
margin-left: 27px;
width: 203px; /* logo container div */
}
#header .line1 .logo a img {
width: 203px; /* logo width */
height: 48px; /* logo height */
}

My amendment and this has not changed

/public_html/skin1/main.css
__________________
www.infor.globalmetodo.pt
X-Cart DB Version: 4.
  #38  
Old 11-23-2009, 04:25 PM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: X-Cart 4.3 released

do you have a pic of problem

I had to alter a different place in the file also as the image was partially hidden under another object
__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
  #39  
Old 11-23-2009, 04:34 PM
  Serginfor.com's Avatar 
Serginfor.com Serginfor.com is offline
 

Member
  
Join Date: Mar 2009
Posts: 20
 

Default Re: X-Cart 4.3 released

I put the data below


#header .line1 {
position: relative;
height: 67px;/* top row */
direction: ltr;
}
#header .line1 .logo {
padding-top: 9px;
margin-left: 27px;
width: 444px; /* logo container div */
}
#header .line1 .logo a img {
width: 444px; /* logo width */
height: 133px; /* logo height */
}
__________________
www.infor.globalmetodo.pt
X-Cart DB Version: 4.
  #40  
Old 11-23-2009, 05:04 PM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: X-Cart 4.3 released

#header .line1 {
position: relative;
height: 145px;
direction: ltr;
}
#header .line1 .logo {
padding-top: 9px;
margin-left: 27px;
width: 203px;
}
#header .line1 .logo a img {
width: 444px;
height: 133px;
}

Try this
__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
Closed Thread
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:47 AM.

   

 
X-Cart forums © 2001-2020