these ae my errors, i swear to god i tried eveythign inthis thread and nothing works, please help.
Invalid SQL:
SELECT customprofilepic.*, user.username
FROM vb3_customprofilepic
LEFT JOIN vb3_user
USING (userid)
ORDER BY username
mysql error: Unknown table 'customprofilepic'
ALSO
Warning: Division by zero in /home/rvadmin/public_html/x-six/V.3/VB3/album.php on line 142
Warning: Division by zero in /home/rvadmin/public_html/x-six/V.3/VB3/includes/functions.php on line 1730
Invalid SQL:
SELECT user.userid, dateline,
comment, user.username, user.usertitle,
user.joindate, user.usergroupid
FROM vb3_customprofilepic
LEFT JOIN vb3_user USING (userid)
WHERE visible=1
ORDER BY posts desc
LIMIT 0,
I even ran the entire installation again, someone help please
|