• 13-09-2010, 10:07:23
    #1
    Merhaba arkadaşlar
    www.ozyurekler.com'a ürün tanıtım scripti kurdum. Fakat admin panelinden veri işle dedigim zaman

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.



    Böyle bir hata alıyorum sebebi nedir?
  • 13-09-2010, 14:50:25
    #2
    Üyeliği durduruldu
    Yazma izinlerini verdiniz mi ?
  • 13-09-2010, 14:52:22
    #3
    Hosting saglayıcınız ile görüşün ondan kaynaklaniyor olabilir.
  • 13-09-2010, 16:39:19
    #4
    Pleskten hata sayfalarını deaktif edin.. ve hatayı okuyun bakalım nediyor..
  • 13-09-2010, 18:16:06
    #5
    Veri tabanına yazma izni vermem gerekiyormuş yazma izni verdim bu sefer de;

    Provider error '80004005'
    
    Unspecified error
    
    urunayar.asp, line 3

    Hata verdi.

    urunayar.asp

    <%
    Set baglanti = Server.CreateObject("ADODB.Connection")
    baglanti.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("urundb.mdb")
    %>
  • 13-09-2010, 19:43:22
    #6
    Üyeliği durduruldu
    StrYol = "dbyolu"
    Set baglanti = Server.CreateObject("Adodb.Connection")
    cobaglanti.Open "Provider=Microsoft.Jet.Oledb.4.0;Data Source = " & Server.MapPath(""&Stryol&"")

    birde böyle denermisiniz
  • 13-09-2010, 22:43:19
    #7
    coreblood adlı üyeden alıntı: mesajı görüntüle
    StrYol = "dbyolu"
    Set baglanti = Server.CreateObject("Adodb.Connection")
    cobaglanti.Open "Provider=Microsoft.Jet.Oledb.4.0;Data Source = " & Server.MapPath(""&Stryol&"")

    birde böyle denermisiniz
    Şimdi de

    StrYol = "urundb.mdb Set baglanti = Server.CreateObject("Adodb.Connection") cobaglanti.Open "Provider=Microsoft.Jet.Oledb.4.0;Data Source = " & Server.MapPath(""&Stryol&"") 
    ADODB.Recordset error '800a0bb9' 
    
    Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. 
    
    /Default.asp, line 13

    Böyle bir hata verdi hocam.
  • 13-09-2010, 23:47:51
    #8
    Üyeliği durduruldu
    Stryol
    bu değişkene ne atadın?
  • 14-09-2010, 12:11:23
    #9
    Eposta Aktivasyonu Gerekmekte
    Alıntı

    Dim baglanti
    Set baglanti = Server.CreateObject("ADODB.Connection")
    baglanti.Open = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("urundb.mdb")
    baglanti.open ile providerin arasına = koyarak deneyin üstteki gibi