Thread: mysql error
View Single Post
  #1  
Old 17th August 2013, 09:00
jhuberus jhuberus is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 22
Default mysql error
Ok i have gazelle up and running i have installed sql fully the way it was asked to do and everything seem to install just fine however i am getting this mysql error

Code:
MySQL: Invalid Query: SELECT fa.GroupID, tg.Name, tg.WikiImage, fa.ThreadID, fa.Title FROM featured_albums AS fa JOIN torrents_group AS tg ON tg.ID=fa.GroupID WHERE Ended = 0 SQL error: 1146 (Table 'gazelle.featured_albums' doesn't exist)Array (      [0] => Array         (             [0] => SELECT 		ID, 		Title, 		Body, 		Time 		FROM news 		ORDER BY Time DESC 		LIMIT 5             [1] => 0.58603286743164         )      [1] => Array         (             [0] => SELECT fa.GroupID, tg.Name, tg.WikiImage,  fa.ThreadID, fa.Title FROM featured_albums AS fa JOIN torrents_group AS  tg ON tg.ID=fa.GroupID WHERE Ended = 0             [1] => 0.34999847412109         )  )


any iideas why??

Bump: nevermind i got it the the sql i had was missing featured albums i grabbed a new source and works
Reply With Quote