A PHP Error was encountered

Severity: Warning

Message: Attempt to read property "store_name" on null

Filename: controllers/Search.php

Line Number: 178

Backtrace:

File: /var/www/wholesaleconnections.com/application/controllers/Search.php
Line: 178
Function: _error_handler

File: /var/www/wholesaleconnections.com/index.php
Line: 293
Function: require_once

Loading
0
UK's Best B2B Wholesale Marketplace for Wholesalers and Retailers
https://wholesaleconnections.com/wc_search", data: {txtSearch:txtSearch,selectStore:selectStore,start:page,offset:offset,order:order,order_by:order_by}, beforeSend : function (){ //$("#searchResults").html("
"); } }).done(function(data) { if(data){ if(data=='no'){ if($('.product-item').length){ //$('.toolbar-products.toolbar-bottom').hide(); $("#searchResults").append(''); $('#loading').removeClass('loading_infinite'); $('#loading').hide(); }else{ $('.toolbar-products.toolbar-bottom').hide(); $("#searchResults").append(''); $('#loading').removeClass('loading_infinite'); $('#loading').hide(); } return false; } if(page==1){ $("#searchResults").html(data); }else{ $("#searchResults").append(data); } $('.toolbar-products.toolbar-bottom').show(); if(page==1){ page=3; } page = page+1; $('#pageNum').val(page); $('#call_scroll').val(1); $('#loading').addClass('loading_infinite'); } }); /*var total=0; $.ajax({ type: "POST", url: "https://wholesaleconnections.com/count_search_products", data: {txtSearch:txtSearch,selectStore:selectStore,offset:offset} }).done(function(data) { $('#products_pagination').unbind('page'); $('#products_pagination').bootpag({ total: data, maxVisible :5, page:1, leaps:false, }).on("page", function(event,num){ $("#searchResults").html("
"); $('html, body').animate({ scrollTop: $("#searchResults").offset().top }, 1000); $.ajax({ type: "POST", url: "https://wholesaleconnections.com/wc_search", data: {txtSearch:txtSearch,selectStore:selectStore,start:num,offset:offset,order:order,order_by:order_by}, }).done(function(data) { $("#searchResults").html(data); }); }); });*/ }