Search Results Not Found

Reply

Join Date: May 2005
Posts: 23
Reputation: n2ads is an unknown quantity at this point 
Solved Threads: 0
n2ads's Avatar
n2ads n2ads is offline Offline
Newbie Poster

Search Results Not Found

 
0
  #1
Aug 9th, 2005
Hi,
I bought a turnkey website that is just like the-car-site(.com)
For some reason when a user logs in and posts an item for sale, the item does not show up in the search results. Can someone tell me what to do to fix it?
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 23
Reputation: n2ads is an unknown quantity at this point 
Solved Threads: 0
n2ads's Avatar
n2ads n2ads is offline Offline
Newbie Poster

Re: Search Results Not Found

 
0
  #2
Aug 10th, 2005
I also wanted to add that I think it has somethign to do with my search.php. I think it is trying to reference member data stored in a database but can't find it. Just a thought. I am new to all this.
N2Ads.com - Your online source for Indie Music, Music Promotion, and Music Resources!
Provided for and created by Music Artists and Fans.
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 294
Reputation: zippee is an unknown quantity at this point 
Solved Threads: 6
zippee's Avatar
zippee zippee is offline Offline
Posting Whiz in Training

Re: Search Results Not Found

 
0
  #3
Aug 11th, 2005
Have you check the database connection is ok? database name and table name too!

What error you get? or simply no results show? If you get error, fix it, otherwise you may have miss out something (variables such as id, date etc) in your script to call the listings/ads. You may use wildcard (%) to search your database. For example:
[php]$keyword = "%".$_POST['keyword']."%";
$query = "SELECT * FROM table WHERE description LIKE '$keyword' LIMIT 30";[/php]
Ecommerce-Web-Store.com Building Your e-Business.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 23
Reputation: n2ads is an unknown quantity at this point 
Solved Threads: 0
n2ads's Avatar
n2ads n2ads is offline Offline
Newbie Poster

Re: Search Results Not Found

 
0
  #4
Aug 11th, 2005
Originally Posted by zippee
Have you check the database connection is ok? database name and table name too!

What error you get? or simply no results show? If you get error, fix it, otherwise you may have miss out something (variables such as id, date etc) in your script to call the listings/ads. You may use wildcard (%) to search your database. For example:
[php]$keyword = "%".$_POST['keyword']."%";
$query = "SELECT * FROM table WHERE description LIKE '$keyword' LIMIT 30";[/php]
I do not get any error. I just get a no show. If i add a member through my site admin panel, they can post a listing through the webpage with no problem. It is only if they register themselves and then try to post.
N2Ads.com - Your online source for Indie Music, Music Promotion, and Music Resources!
Provided for and created by Music Artists and Fans.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC