Thread: error
View Single Post
Old October 6th, 2008, 09:56 AM   #6 (permalink)
WEBDosser
Member
Verified Customer
 
Join Date: Oct 2008
Posts: 53
hmm.. o just downloaded again v6.2 and find that it is lowercase on lines 151 & 152.

Quote:
$results = ppmysql_query("SELECT u.USER_DISPLAY_NAME,p.USER_HOMEPAGE,p.USER_TOTAL_POSTS,p.USER_TITLE,u.USER_REGISTERED_ON,p.USER_LOCATION,USER_AVATAR,USER_SIGNATURE,USER_AVATAR_WIDTH,USER_AVATAR_HEIGHT FROM {$Globals['dprefix']}users u
LEFT JOIN {$Globals['dprefix']}user_profile p ON p.USER_ID=u.USER_ID
i changed the lower to upper and it works ok..
WEBDosser is offline   Reply With Quote