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

X-Cart 4.7.10 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #11  
Old 10-20-2018, 02:01 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart 4.7.10 released

Quote:
Originally Posted by elmirage001
A huge thank you to the X-CART team for this upgrade! Paul

Upgrade from 4.7.9 went smoothly except some duplicate entry tries for GB States.

SQL query : INSERT INTO xcart_states (`state`, `code`, `country_code`) VALUES ("York", "YOR", "GB") Error code : 1062 Description : Duplicate entry 'GB-YOR' for key 'code' Request URI: /admin/patch.php

I changed "INSERT INTO" TO "REPLACE INTO" and pasted patch. I also received the error shown below. I checked phpMyAdmin and it was already done. Maybe from doing the GDPR mod a while back?

SQL query : ALTER TABLE xcart_customers
DROP INDEX usertype,
ADD INDEX AccessLogUpdateCustomersEU_GDPR (usertype, status)
Error code : 1091
Description : Can't DROP 'usertype'; check that column/key exists

Patch is now complete with version showing is 4.7.10
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #12  
Old 10-21-2018, 12:06 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart 4.7.10 released

As of PHP 7.1 php-mcrypt was deprecated. As of PHP 7.2 it has been removed removed.

I'm testing v4.7.10 on PHP 7.2 and get a blank screen and the following error when trying to access admin.

[21-Oct-2018 19:48:02 UTC] PHP Fatal error: Uncaught Error: Call to undefined function mcrypt_module_open() in /home/user/mydomain.com/include/blowfish.php:830

I have opened a ticket.
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #13  
Old 10-21-2018, 02:08 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart 4.7.10 released

See this - https://www.techrepublic.com/article/how-to-install-mcrypt-for-php-7-2/

You just need to install it on the server - you can from cPanel
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following 2 users thank cflsystems for this useful post:
aim (10-22-2018), elmirage001 (10-21-2018)
  #14  
Old 10-22-2018, 05:02 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.10 released

Hello,

Quote:
Originally Posted by Dougrun
The latest firefox. See how the arrows have 1 more item on the right and the bottoms are cut off. I have cleared my browser and xc caches. Chrome shows it fine though. weird.

Posted a ticket.
https://bt.x-cart.com/view.php?id=50087

Quote:
Originally Posted by elmirage001
A huge thank you to the X-CART team for this upgrade! Paul

Upgrade from 4.7.9 went smoothly except some duplicate entry tries for GB States.

SQL query : INSERT INTO xcart_states (`state`, `code`, `country_code`) VALUES ("York", "YOR", "GB") Error code : 1062 Description : Duplicate entry 'GB-YOR' for key 'code' Request URI: /admin/patch.php

I have adjusted the queries in the upgrade packs.

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following user thanks aim for this useful post:
elmirage001 (10-22-2018)
  #15  
Old 10-22-2018, 05:11 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.10 released

Quote:
Originally Posted by cflsystems
See this - https://www.techrepublic.com/article/how-to-install-mcrypt-for-php-7-2/

You just need to install it on the server - you can from cPanel

The better approach is installing/enabling the OpenSSL PHP extension.

X-Cart 4.7.[9-10] allows using the OpenSSL PHP extension for authorization.

The last update of the mcrypt library was in 2008.

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following 2 users thank aim for this useful post:
cherie (10-22-2018), elmirage001 (10-22-2018)
  #16  
Old 10-26-2018, 06:03 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.10 released

Quote:
Originally Posted by Dougrun
upgrade went smooth on my small store except the sport life skin sliders (featured/new arriavlas/bestsellers) on the home page, see here:
https://vsa-fitness.com/


looks like the css file modified whats visible, cutting them off at the bottom.

We have released a fix for the
Sport life skin sliders issue.
https://bt.x-cart.com/view.php?id=50087#attachments

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following user thanks aim for this useful post:
elmirage001 (10-26-2018)
  #17  
Old 10-26-2018, 11:03 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart 4.7.10 released

Quote:
Originally Posted by aim
We have released a fix for the
Sport life skin sliders issue.
https://bt.x-cart.com/view.php?id=50087#attachments

Thank you.




Thats a pretty big diff file. Most of my files say already patched. Just to be sure I uploaded a complete 478 version of the skin and the front page still has that issue in firefox. I even applied the altskin.FF.css patch and same result.


cache and temp files cleared as well.
If I limit the main category list to 4 items, it fixes itself so i'll just do that for now.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #18  
Old 10-28-2018, 08:14 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.10 released

Quote:
Originally Posted by Dougrun
Thats a pretty big diff file. Most of my files say already patched. Just to be sure I uploaded a complete 478 version of the skin and the front page still has that issue in firefox. I even applied the altskin.FF.css patch and same result.


cache and temp files cleared as well.
If I limit the main category list to 4 items, it fixes itself so i'll just do that for now.

Hello,

Could you please provide us with the valid SSH/FTP or Control Panel access info to your server so we can see whats causing the issue directly.

Please do not post the access here, instead post it in X-Business access list section here:
https://secure.x-cart.com/customer.php?target=create_access_info

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote
  #19  
Old 10-28-2018, 11:59 AM
 
Sembroidery Sembroidery is offline
 

eXpert
  
Join Date: Oct 2003
Posts: 332
 

Default Re: X-Cart 4.7.10 released

Quote:
Improvement (Y:148628 ): InnoDB MySQL engine is used by default now instead of the MyISAM one.

On a store updated from older versions some (a few) tables show InnoDB while others are MyISAM. Would it be recommended to switch all tables to InnoDB?
__________________
X-Cart 4.7.12 Live
OS: Linux
Reply With Quote
  #20  
Old 10-28-2018, 12:52 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: X-Cart 4.7.10 released

Quote:
Originally Posted by Sembroidery
On a store updated from older versions some (a few) tables show InnoDB while others are MyISAM. Would it be recommended to switch all tables to InnoDB?
Yes, I believe that is correct.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote

The following user thanks cherie for this useful post:
aim (10-29-2018)
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 09:20 AM.

   

 
X-Cart forums © 2001-2020