View Single Post
Old 02-21-2013, 03:39 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,365
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
index.php has include ("config.php"); as the first line. config.php has $q = $_GET['q']; as line 15. Meaning you supply q when you run the index.php script.

Your no MySQL-Link comes from database opened in config.php. Guess you didn't open it.

Your last two looks like it wants a price from a table forsale_content.

My guess you are running these files without setting up the needed database and tables.
sunfighter is offline   Reply With Quote