Ugh.. my sincere apologies.. Since the search_site.php file comes from the next version, the database it works with
has a column yousr lacks..
Never fear though, it can still be made to work..
locate line #58 and remove it ...
$tb_links.track as track,
Same with line #120
$tb_links.track as track,
So both blocks of code look like ...
| Code: |
$tb_links.ID as link_id,
$tb_links.SiteURL as site_url,
$tb_links.SiteName as site_name,
$tb_links.featured as featured,
$tb_categories.Category as cat_name
|
Updating the download again.