View Single Post
  #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