View Single Post
  #36  
Old 04-19-2016, 08:19 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart 4.7.5 released: Amazon Feeds, Gross Profit, Convenient search tools

Some code is calling the function with $address_book not being an array. You can add before that line

PHP Code:
if (!is_array($address_book)) {
    
$address_book = array();

__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote