• 15-01-2011, 13:45:46
    #1
    HWD
    Üyeliği durduruldu
    Merhabalar,

    http://www.sonyemin.com/forum

    sitesinde üye profillerinde database error veriyor.
    örn;
    http://www.sonyemin.com/forum/member.php?u=2

    hatanın içeriği

    Database error in vBulletin 3.8.4:

    Invalid SQL:
    
    			SELECT blockid, requirement
    			FROM profileblockprivacy
    			WHERE userid = 2;
    
    MySQL Error   : Table 'sonyemin.profileblockprivacy' doesn't exist
    Error Number  : 1146
    Request Date  : Saturday, January 15th 2011 @ 01:43:37 PM
    Error Date    : Saturday, January 15th 2011 @ 01:43:37 PM
    Script        : http://www.sonyemin.com/forum/member.php?u=2
    Referrer      : 
    IP Address    : xx.xxx.xxx.xx
    Username      : xxxxxxxxxxxxxx
    Classname     : vb_database
    MySQL Version : 5.0.45-community-nt

    asıl sorun profileblockprivacy tablosu.. bir bilgisi olan varmı
  • 17-01-2011, 08:18:57
    #2
    CREATE TABLE `profileblockprivacy` (
    `userid` int(10) unsigned NOT NULL,
    `blockid` varchar(255) NOT NULL,
    `requirement` smallint(5) unsigned NOT NULL default '0',
    PRIMARY KEY (`userid`,`blockid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1