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

X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #41  
Old 07-13-2017, 09:33 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

I would guess php 5.6x is the lowest. I have my shops running on 7.0x. If I try to change to 7.1x, the site crashes with a error when it checks for system requirements.
Code:
MySQL/MySQLI support On Off Failed Please check php.ini to correct problem
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #42  
Old 07-14-2017, 02:36 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by Dougrun
I would guess php 5.6x is the lowest. I have my shops running on 7.0x. If I try to change to 7.1x, the site crashes with a error when it checks for system requirements.
Code:
MySQL/MySQLI support On Off Failed Please check php.ini to correct problem
I am running on PHP 7.1.7 at the moment, flawless. Doesn't the error mean that MySQLi is disabled?
__________________
X-Cart 4.7.12
Reply With Quote

The following user thanks herber@wirehub.nl for this useful post:
aim (08-17-2017)
  #43  
Old 07-14-2017, 10:17 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by herber@wirehub.nl
I am running on PHP 7.1.7 at the moment, flawless. Doesn't the error mean that MySQLi is disabled?

I had a bunch on extensions I had to add but the site now works on 7.1, however, we still use AC's checkout One which needs ioncube and I dont see that for 7.1. When I load the checkout page on 7.1, it gives a bunch of errors and has weird formatting, looks ok in 7.0x which does have ioncube6 extension.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #44  
Old 07-18-2017, 05:46 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by aim
Hi,

The minimum version is PHP5.3
The recommended version is PHP7.0 or PHP7.1

http://help.x-cart.com/index.php?title=X-Cart:Server_Requirements_(X-Cart_4.5,_4.6,_4.7)#PHP_configuration

Thank you.

You should put it this way:
- the minimum version XC 4.7.8 will work with is 5.3.x
- the minimum required is 5.6.x at the moment
- recommended - 7.x

Any PHP version below 5.6.x should not be used and after December 2018 5.6.x cannot be used either. - http://php.net/supported-versions.php
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
aim (07-18-2017)
  #45  
Old 07-18-2017, 06:06 AM
 
aim aim is offline
Advanced Staff Users
 

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

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Thank you, Steve.

I have removed my post and corrected

http://help.x-cart.com/index.php?title=X-Cart:Server_Requirements_(X-Cart_4.5,_4.6,_4.7)#PHP_configuration
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following user thanks aim for this useful post:
cflsystems (07-18-2017)
  #46  
Old 08-08-2017, 02:27 AM
 
www_maria www_maria is offline
    
Join Date: Aug 2017
Posts: 1
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Dear Ildar Amankulov,

I have found the BIG BUG in the 'Amzon_feed' module.

File: modules/Amazon_Feeds/func.php
Line: 491

db_query("REPLACE INTO $sql_tbl[amazon_feeds_exports] SELECT productid, variantid, '" . (XCart\Modules\AmazonFeeds\Feeds\Feed:ATASET_STA TUS_PENDING) . "' AS exported FROM $sql_tbl[products] WHERE productid IN ('" . implode("', '", $productids) . "')");

There is not 'variantid' field in the xcart_products table.

How should I FIX it?
Should I just delete the 'variantid' from this query?


I look forward to hearing from you.
__________________
4.7.8
Reply With Quote
  #47  
Old 08-15-2017, 11:29 PM
 
aim aim is offline
Advanced Staff Users
 

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

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Dear Maria,

Sorry for the delay in answering.

A patch is here
https://bt.x-cart.com/view.php?id=48334

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote
  #48  
Old 10-09-2017, 08:49 PM
 
mattstyle2 mattstyle2 is offline
 

Advanced Member
  
Join Date: Apr 2015
Posts: 54
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by Dougrun
I had a bunch on extensions I had to add but the site now works on 7.1, however, we still use AC's checkout One which needs ioncube and I dont see that for 7.1. When I load the checkout page on 7.1, it gives a bunch of errors and has weird formatting, looks ok in 7.0x which does have ioncube6 extension.


checkout_one_cart_include.php

change around line 21
Code:
if (!$login){ $userinfo = ''; }

to

Code:
if (!$login){ $userinfo = array(); //php 7.1 change }
__________________
4.7.7.
php7.1, AWS RDS database
memcache, reboot theme AWS EC2 load balancer, 2 c5.large instances CDSEO Shop By Filters,
AC onepage checkout and checkout tools,
altercart cash rewards, bcse DPM for paypal
Reply With Quote

The following user thanks mattstyle2 for this useful post:
Dougrun (10-10-2017)
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:08 AM.

   

 
X-Cart forums © 2001-2020