
11-11-2008, 08:07 PM
|
|
|
Join Date: Dec 2002
Location: the burgh
Posts: 553
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by smooth-c
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT
gifts.gifttypeid, gifts.giftid, gifts.comment, gifts.message,
gifts.private, gifts.recipient, gifts.recipientid, gifts.sender,
gifts.senderid, gift_type.image
FROM vb_gifts AS gifts
LEFT JOIN vb_gift_type AS gift_type ON(gifts.gifttypeid = gift_type.gifttypeid)
WHERE recipientid = 1136
ORDER BY dateline DESC
LIMIT 4;
MySQL Error : Table 'discussdb.vb_gifts' doesn't exist
Error Number : 1146
Request Date : Sunday, November 9th 2008 @ 03:22:36 PM
Error Date : Sunday, November 9th 2008 @ 03:22:36 PM
Script : http://www.maximum-jackson.com/discussion/member.php?u=1136
Referrer : http://www.maximum-jackson.com/discussion/index.php
IP Address : xx.xx.xx.xxx
Username : smooth-c
Classname : vB_Database
MySQL Version : 5.0.45-log
Any ideas?
|
looks like you have something wrong with your tableprefix.. try this one it might help..
https://vborg.vbsupport.ru/showpost....&postcount=164
Quote:
Originally Posted by tonyswifey
I really don't want to uninstall this, it was easy to do for me but I'm missing the part where you enter the url for gifts. No gifts show up when I click on category. I missed a step and want to know how to fix it so I don't have to uninstall this thing.
Thanks to anyone who can help.
|
in the admincp you need to go to gifts and add a new gift. don't forget to set the usergroup Permissions for each group..
|