tried it m8
no luck - was first think i thought of - ive even dropped the 2 tables and re-added em
could anything else be causing that error ??
i really stuck here at moment as i can view main page of my test board but i get the error when i got to view any post
Im on vb3 rc4 if that helps
I did have some trouble with showthread.php
what it told me to find i could`nt
==>Find:
LEFT JOIN " . TABLE_PREFIX . "usertextfield AS usertextfield ON(usertextfield.userid=announcement.userid)
==>Replace With:
LEFT JOIN " . TABLE_PREFIX . "usertextfield AS usertextfield ON(usertextfield.userid=announcement.userid)
LEFT JOIN " . TABLE_PREFIX . "useraward AS useraward ON(useraward.userid = user.userid)
in mine i never had the announcement.userid on what i was meant to find - it simpley was`nt in my files so i just replaced what was there
|