• 12-01-2009, 21:50:23
    #1
    Üyeliği durduruldu
    Arkadaşlar ekteki resimde oldugu gibi hata alıyorum. Üyelik gerçekleşiyor ve resimdeki şekilde gösteriyor. Sebebini bilen arkadaslar çözümünü yazarlarsa cok memnun olurum.

    Resim 1


    Resim 2
  • 12-01-2009, 22:30:10
    #2
    db kaynak kodunu ekler misiniz
  • 12-01-2009, 22:33:40
    #3
    Üyeliği durduruldu
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    	<title>SendeGel.Org - Yeni Nesil Forum Sitesi | Forumlar | Forum Siteleri | Türk Forum | Türkçe Forum Database Error</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    	<meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
    	<style type="text/css">
    	<!--	
    	body { background-color: white; color: black; }
    	#container { width: 400px; }
    	#message   { width: 400px; color: black; background-color: #FFFFCC; }
    	#bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; }
    	.bodytext  { font: 8pt/11pt verdana, arial, sans-serif; }
    	a:link     { font: 8pt/11pt verdana, arial, sans-serif; color: red; }
    	a:visited  { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
    	-->
    	</style>
    </head>
    <body>
    <table cellpadding="3" cellspacing="5" id="container">
    <tr>
    	<td><img src="http://www.sendegel.org/forum/image.php?type=dberror" alt="Database Error" width="48" height="48" /></td>
    	<td id="bodytitle" width="100%">Database error</td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">The SendeGel.Org - Yeni Nesil Forum Sitesi | Forumlar | Forum Siteleri | Türk Forum | Türkçe Forum database has encountered a problem.</td>
    </tr>
    <tr>
    	<td colspan="2"><hr /></td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">
    		Please try the following:
    		<ul>
    			<li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li>
    			<li>Open the <a href="/">www.sendegel.org</a> home page, then try to open another page.</li>
    			<li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
    		</ul>
    	</td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">The www.sendegel.org forum technical staff have been notified of the error, though you may <a href="mailto:dbmaster@example.com">contact them</a> if the problem persists.</td>
    </tr>
    <tr>
    	<td class="bodytext" colspan="2">&nbsp;<br />We apologise for any inconvenience.</td>
    </tr>
    </table>
    <!--
    Database error in vBulletin 3.7.2:
    Invalid SQL:
    INSERT INTO sg_userfield
    	(userid)
    VALUES
    	(1737);
    MySQL Error   : Duplicate entry '1737' for key 1
    Error Number  : 1062
    Request Date  : Monday, January 12th 2009 @ 10:32:46 PM
    Error Date    : Monday, January 12th 2009 @ 10:32:48 PM
    Script        : http://www.sendegel.org/forum/register.php?do=addmember
    Referrer      : http://www.sendegel.org/forum/register.php?do=register
    IP Address    : 78.163.1.....
    Username      : denemekullanıcı
    Classname     : vB_Database
    MySQL Version : 
    -->
    </body>
    </html>
  • 12-01-2009, 22:37:11
    #4
    Kurumsal Üye
    ALTER TABLE `user` CHANGE `userid` `userid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
    Phpmyadmin'den yukarıdaki sorguyu çalıştırarak tekrar deneyebilirmisiniz ?
  • 12-01-2009, 22:39:35
    #5
    Divran © - Forum

    yukarıda ki link ile sanırım sorunu halledersiniz.
  • 12-01-2009, 23:06:25
    #6
    Üyeliği durduruldu
    Veri tabanı sorgulaması sırasında Hata oluştu. Aşağıdaki Hatalar bildirildi.
    Hata numarası: 1064
    Hata açıklaması: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';
    ALTER TABLE `adminlog` CHANGE `adminlogid` `adminlogid` INT( 10 ) UNSIGNED N' at line 1
    Vbulletin Veritabanı Sorgulaması bölümünde yaptım. Yukarıdaki hatayı verdi. Nasıl bir problem bi türlü çözemedim
  • 12-01-2009, 23:10:29
    #7
    verdiğim linke baktınız mı?
  • 12-01-2009, 23:11:43
    #8
    Kurumsal Üye
    iskeletor adlı üyeden alıntı: mesajı görüntüle
    verdiğim linke baktınız mı?
    Sanırım bakmış Benim verdiğim kod direk olarak user tablosunu düzenliyor, bir üst mesajda hatada belirtilen kod ise adminlog tablosundan bahsediyor
  • 12-01-2009, 23:12:00
    #9
    Üyeliği durduruldu
    Evet onu yaptım o hatayı aldım.