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

X-Cart v4.4.5 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #21  
Old 02-08-2012, 12:34 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.4.5 released

Quote:
Originally Posted by Eyeglasses Expert
how to update v4.4 to v4.5, pls?

Please refer to our Knowledge Base:

* http://help.qtmsoft.com/index.php?title=X-Cart:Upgrade_procedure
* http://help.qtmsoft.com/index.php?title=X-Cart:Upgrading

Should you require assistance on upgrading your X-Cart store, do not hesitate to contact our support team via your personal Helpdesk area. Our support team is ready to help.

Thank you.
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
Reply With Quote
  #22  
Old 02-10-2012, 12:38 PM
 
edisastersystems edisastersystems is offline
 

Newbie
  
Join Date: Sep 2007
Posts: 6
 

Default Re: X-Cart v4.4.5 released

I had a problem upgrading from 4.4.3 to 4.4.5 in my test environment.

The files updated with no problems, but the SQL patch ran into a problem with the line:

ALTER TABLE xcart_stats_pages ADD UNIQUE page (`page`)

I think it's line 394. It said the database was not updated.

However, If I go back to the Patch/Upgrade center. I am now told the current version is 4.4.4 and there are no patches available. Am I able to attempt patching the database again by running the patch.sql file? Should I be concerned that the version says 4.4.4 instead of 4.4.5? I'm not sure what was wrong with the SQL file in the first place, and unfortunately I can't paste the exact error message since I've navigated away from the page and can't get back.

Any help is appreciated.

[Update]: Disregard the question, the issue has been resolved for now by deleting the store statistics.
__________________
X-Cart version: 4.4.3
Reply With Quote
  #23  
Old 02-10-2012, 09:34 PM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.4.5 released

Quote:
Originally Posted by edisastersystems
I had a problem upgrading from 4.4.3 to 4.4.5 in my test environment.

The files updated with no problems, but the SQL patch ran into a problem with the line:

ALTER TABLE xcart_stats_pages ADD UNIQUE page (`page`)

I think it's line 394. It said the database was not updated.

However, If I go back to the Patch/Upgrade center. I am now told the current version is 4.4.4 and there are no patches available. Am I able to attempt patching the database again by running the patch.sql file? Should I be concerned that the version says 4.4.4 instead of 4.4.5? I'm not sure what was wrong with the SQL file in the first place, and unfortunately I can't paste the exact error message since I've navigated away from the page and can't get back.

Any help is appreciated.

[Update]: Disregard the question, the issue has been resolved for now by deleting the store statistics.

The new version 4.4.5 adds a new UNIQUE KEY on 'page' field in 'xcart_stats_pages' table.

If there are duplicate 'pages' values in 'xcart_stats_pages' table in your original X-Cart database, you will get the error in question during the upgrade.

To solve the problem you should remove the duplicate entries from the table, or simply delete all statistics data from the table.
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
Reply With Quote
  #24  
Old 02-10-2012, 11:56 PM
  nortonz's Avatar 
nortonz nortonz is offline
 

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

Default Re: X-Cart v4.4.5 released

Quote:
Originally Posted by seyfin
Admin side, "Appearance" page -> "Cart & Checkout" section, and "Security" page -> "PCI DSS compliance options" section.

Once you get this code where do you put it

Michael
__________________
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
Reply With Quote
  #25  
Old 02-11-2012, 01:49 PM
  flyclothing's Avatar 
flyclothing flyclothing is offline
 

eXpert
  
Join Date: Aug 2004
Location: Gilbert, AZ
Posts: 357
 

Default Re: X-Cart v4.4.5 released

It looks like the socialize mod isnt working correctly still. Whenever you like an item from the product page, it posts the wrong image.
__________________
Jonathan
Flyclothing, LLC
PO Box 1490
Gilbert, AZ 85299-1571
P 480.422.7350
F 888.359.2568
www.flysportsgear.com?MMCF_xcartforum (X-Cart 4.5.2) FOR SALE
Reply With Quote
  #26  
Old 02-11-2012, 02:09 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,189
 

Default Re: X-Cart v4.4.5 released

Sitemap 4.4.5 bug

Code:
SQL query : SELECT COUNT(xcart_products.productid) FROM xcart_products LEFT JOIN xcart_variants ON xcart_variants.productid=xcart_products.productid WHERE xcart_products.forsale = 'Y' AND IFNULL(xcart_variants.avail, xcart_products.avail)>0 GROUP BY id LIMIT 1 Error code : 1054 Description : Unknown column 'id' in 'group statement' Request URI: /admin/configuration.php?option=Sitemap Backtrace: /public_html/include/func/func.db.php:303 /public_html/include/func/func.db.php:203 /public_html/include/func/func.db.php:554 /public_html/modules/Sitemap/func.php:258 /public_html/modules/Sitemap/func.php:1203 /public_html/modules/Sitemap/func.php:812 /public_html/modules/Sitemap/init.php:72 /public_html/init.php:1225 /public_html/admin/auth.php:60 /public_html/admin/configuration.php:63

In /home/flycloth/public_html/modules/Sitemap/func.php find

$group_by[] = 'id';

replace with

$group_by[] = "$sql_tbl[products].productid";
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #27  
Old 02-11-2012, 02:13 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,189
 

Default Re: X-Cart v4.4.5 released

This is still not fixed in 4.4.5 even though reported 4 months ago and Sergey said it will be considered

http://forum.x-cart.com/showpost.php?p=325696&postcount=66
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #28  
Old 02-12-2012, 04:00 PM
 
Eyeglasses Expert Eyeglasses Expert is offline
 

eXpert
  
Join Date: May 2010
Posts: 306
 

Default Re: X-Cart v4.4.5 released

we need 100% stable version!
Reply With Quote
  #29  
Old 02-12-2012, 07:45 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: X-Cart v4.4.5 released

prob stick with 4.4.4 for a while =D
__________________
xcart 5.1.2
Reply With Quote
  #30  
Old 02-12-2012, 09:31 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,189
 

Default Re: X-Cart v4.4.5 released

Quote:
Originally Posted by Eyeglasses Expert
we need 100% stable version!

There is no such animal
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
Reply
   X-Cart forums > News and Announcements


Thread Tools

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:53 AM.

   

 
X-Cart forums © 2001-2020