• 03-06-2007, 16:36:51
    #1
    arkadaşlar vbulletin 3.6.4 site kurdum şimdi mesela mod grubunun ayar kısmına giriyorum mesela avatar boyutunu ayarlıycam boyutu felan yazıyorum tamam a basınca database hata sı çıkıyor hata aşağıdaki gibi



    Database errorThe (¯`·._.·Oº°[FORUMAYDIN]°ºO·._.·´¯) database has encountered a problem.Please try the following: Load the page again by clicking the refresh button in your web browser. Open the www.siteismi.com home page, then try to open another page. Click the Back button to try another link. The www.nearamistiniz.net forum technical staff have been notified of the error, though you may contack them if the problem persists. 
    We apologise for any inconvenience.

    ve hemen altında arkaplan ı sarı renkte olan bir kutu var onun içindede bunlar yazıyo


    Database error in vBulletin 3.6.4:
    Invalid SQL:
    UPDATE usergroup SET
    ### UPDATE QUERY GENERATED BY fetch_query_sql() ###
     `title` = 'Adminler',
     `description` = '',
     `usertitle` = 'Admin',
     `opentag` = '',
     `closetag` = '',
     `passwordexpires` = '180',
     `passwordhistory` = '360',
     `profileviewpermissions` = '0',
     `forumpermissions` = '1048559',
     `genericpermissions` = '1073741823',
     `attachlimit` = '0',
     `pmquota` = '50',
     `pmpermissions` = '7',
     `pmsendmax` = '5',
     `calendarpermissions` = '63',
     `wolpermissions` = '31',
     `adminpermissions` = '3',
     `genericoptions` = '55',
     `profilepicmaxwidth` = '100',
     `profilepicmaxheight` = '100',
     `profilepicmaxsize` = '65535',
     `avatarmaxwidth` = '80',
     `avatarmaxheight` = '80',
     `avatarmaxsize` = '20000',
     `signaturepermissions` = '237567',
     `sigpicmaxwidth` = '500',
     `sigpicmaxheight` = '100',
     `sigpicmaxsize` = '2000',
     `sigmaxrawchars` = '0',
     `sigmaxchars` = '0',
     `sigmaxlines` = '0',
     `sigmaxsizebbcode` = '7',
     `sigmaximages` = '0'
    WHERE usergroupid=6;
    MySQL Error  : Unknown column 'profileviewpermissions' in 'field list'
    Error Number : 1054
    Date         : Sunday, June 3rd 2007 @ 04:29:53 PM
    Script       : http://www.siteismi.com/bodrum/usergroup.php?do=update
    Referrer     : http://www.siteismi.com/bodrum/usergroup.php?do=edit&usergroupid=6
    IP Address   : 88.239.69.157
    Username     : {o anda ayar yapan kişinin adı yazıyor burda}
    Classname    : vb_database
  • 03-06-2007, 16:38:54
    #2
    tablolarını onarmayı deneyebilirsin
  • 03-06-2007, 16:52:16
    #3
    yok bakım ve onarımdan optimize yap dedim ama olmadı yine aynı
  • 03-06-2007, 22:36:17
    #4
    muhtemelen Who Viewed My Profile adlı eklenti var sende. ister bu eklentiyi kaldırıp yeniden yükle istersen aşağıdaki sorguyu çalıştırarak sorunu düzeltebilirsin.

    ALTER TABLE usergroup ADD profileviewpermissions INT UNSIGNED NOT NULL DEFAULT '0';
  • 26-09-2007, 22:07:56
    #5
    Ya Bu Sorgulamayi Nasil Yapcez Yardim