• 13-01-2009, 21:02:35
    #1
    vbulletin 3.7.3 ten 3.8.0 upragade yaptık 2 gün önce mesajlar çift çıkıyor yeni mesaj yazıldıgında aynı mesajın altında kopyası çıkıyor yani flod aynı zamanda bütün eklentileri kaldırdım pulugun olarak sadece vbseo 3.2.0 var acaba ondanmı yapaıyor bir türlü bulamadım arkadaşlar Lütfen yardım forum çöplüğe dönmeden sebebini bulmak istiyorum şimdiden teşekkürler.
  • 13-01-2009, 22:06:19
    #3
    o kodu buldum


    PHP Code:
    return $outbuffer;


    ADD ABOVE:
    @header ('Content-Length: ' . strlen($outbuffer));

    altına eklemi yoksa değiştirmi demek istiyor bide onu yazarsanız..
  • 13-01-2009, 22:27:20
    #4
    şimdide bu hatayla karsı karsıyayım üye girişi yaptıktan 2 tıklama sonra site otomatik atıyor üyeliği ve bu hatayı veriyor

    Database error in vBulletin 3.8.0:

    Invalid SQL:

    SELECT
    IF(votenum >= 1, votenum, 0) AS votenum,
    IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
    post.pagetext AS preview,
    thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid,
    thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views,
    thread.prefixid, thread.taglist, hiddencount, deletedcount

    , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
    , threadread.readtime AS threadread
    , threadredirect.expires
    , isurlredirect
    FROM thread AS thread
    LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')

    LEFT JOIN threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1)
    LEFT JOIN post AS post ON(post.postid = thread.firstpostid)

    LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)

    WHERE thread.threadid IN (0,35213,1693)
    ORDER BY sticky DESC, lastpost DESC;

    MySQL Error : Unknown column 'isurlredirect' in 'field list'
    Error Number : 1054
    Request Date : Tuesday, January 13th 2009 @ 10:25:41 PM
    Error Date : Tuesday, January 13th 2009 @ 10:25:41 PM
    Script : http://www.xxxxxx/forumdisplay.php?f=23
    Referrer : http://www.xxxxxx.net/
    IP Address : 88.226.141.42
    Username : _ReiS__
    Classname : vB_Database
    MySQL Version : 5.0.67-community-log
  • 13-01-2009, 22:30:35
    #5
    ABOVE :
    adv.üstte:adj.üstteki
    Türkçeye çevirip birde alttakileri deneyin.


    I suspect a PHP error of some kind. Try adding this line to your "includes/config.php" file to see if the page shows any specific errors:

    ini_set('display_errors', true);

    Does it show any error messages now?

    If that didn't help then try adding this line to the same file to disable plugins:

    define('DISABLE_HOOKS', true);

    If that didn't fix it then try reuploading the original PHP files from the vBulletin zip file.

    It might also be a memory limit problem. Try adding this to the config file:

    ini_set('memory_limit', -1);

    All the best,
    Jake Bunce
    Support Team, vBulletin
  • 13-01-2009, 22:51:50
    #6
    birtürlü düzeltemedim arkadaşım ste uctu lütfen yardım edermisin pm attım..
  • 13-01-2009, 23:49:15
    #7
    hengame adlı üyeden alıntı: mesajı görüntüle
    ABOVE :
    adv.üstte:adj.üstteki
    Türkçeye çevirip birde alttakileri deneyin.
    I suspect a PHP error of some kind. Try adding this line to your "includes/config.php" file to see if the page shows any specific errors:
    ini_set('display_errors', true);
    Does it show any error messages now?
    If that didn't help then try adding this line to the same file to disable plugins:
    define('DISABLE_HOOKS', true);
    If that didn't fix it then try reuploading the original PHP files from the vBulletin zip file.
    It might also be a memory limit problem. Try adding this to the config file:
    ini_set('memory_limit', -1);
    All the best,
    Jake Bunce
    Support Team, vBulletin
    çok teşekkürler hallettim sağol.
  • 14-01-2009, 19:52:17
    #8
    kodları ekledim ama hala aynı sorun devam ediyor anlamadım gitti..