Quote:
Originally Posted by Boofo
You should have only had to add the TABLE_PREFIX on the tables themselves, not the SELECT parts.
But as long as it is installed and working for you, then great! Make sure you make the changes noted above until I get the update for this hack out, though. 
|
well no...as that obviouslly didn't work for me.
"TABLE_PREFIX . user" is seen as a different table than just "user".
it's like saying:
"SELECT A.fieldname FROM tablename B"
A.fieldname does NOT exist in tablename B
in your current sql statement, you're specifying a table that *may not* exist for some members...the "user" table.
regardless, i have it installed and i'm good to go!
i only posted that because i saw that another person had this same error.
thanks again!