elgg yi hosta yükledim localdede oradada çalıştıramadım

Internet Kategorisinde ve ELGG Forumunda Bulunan elgg yi hosta yükledim localdede oradada çalıştıramadım Konusunu Görüntülemektesiniz, Konu İçerigi Kısaca ->> ELGG yi wamp kullanarak localhosta yükledim ama bir türlü çalıştıramadım hosttaki adresime yükledim oradada ilk sayfa geldi verdiğiniz bilgileri girdim ...

1. Sayfa - Toplam 2 Sayfa var 1 2 SonuncuSonuncu
Gösterilen sonuçlar: 1 ile 10 ve 11
  1. #1
    Yeni Joomlacı antikephesus - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2008
    Mesajlar
    6

    elgg yi hosta yükledim localdede oradada çalıştıramadım

    ELGG yi wamp kullanarak localhosta yükledim ama bir türlü çalıştıramadım

    hosttaki adresime yükledim oradada ilk sayfa geldi verdiğiniz bilgileri girdim
    ama malesef şu mesajı verdi

    Welcome to Elgg.

    Elgg couldn't connect to the database using the given credentials elgg@localhost (pw: ****).

    durdum kaldım ne yapabilrilim

  2. #2
    Profesyonel LevenT - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2008
    Bulunduğu yer
    İzmir-Karşıyaka
    Mesajlar
    845

    Standart

    veritabanıyla ilgili panelinize iyi inceleyiniz.Yada hostnuza e-mail atiniz.

  3. #3
    Uzman Joomlacı joomlaturk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Aug 2008
    Mesajlar
    388

    Standart

    wamp ta elgg diye database yarat
    database kullanıcı adı ve şifresi ile database in adını
    engine klasörü içindeki settings.example.php dosyasına yazıp kaydet

    settings.example.php dosya adını settings.php olarak değiştir ve burdan sonra kuruluma devam et

    settings.php dosyası içindeki bu yerlere bilgileri girmelisin

    // Database username
    $CONFIG->dbuser = "VERİ TABANI KULLANICI ADI";

    // Database password
    $CONFIG->dbpass = "VERİ TABANI ŞİFRESİ";

    // Database name
    $CONFIG->dbname = "VERİ TABANI ADI";

    // Database server
    // (For most configurations, you can leave this as 'localhost')
    $CONFIG->dbhost = "BURAYA localhost YAZ";

    // Database table prefix
    // If you're sharing a database with other applications, you will want to use this
    // to differentiate Elgg's tables.
    $CONFIG->dbprefix = "elgg";

    Konu joomlaturk tarafından (12-07-2008 Saat 02:27 ) değiştirilmiştir.

  4. #4
    Yeni Joomlacı antikephesus - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2008
    Mesajlar
    6

    Standart elgg

    3 günü geçti elggtr de vermiş olduğunuz bilgileri harfi harfine uyguladığım halde bir türlü elgg yi localhostta kuramadım
    yada kurdum çalıştıramıyorum

    şimdide
    Welcome to Elgg.

    Elgg couldn't select the database 'elgg}', please check that the database is created and you have access to it.

    verdi elgg databese yarattım şifreler ok ama bir türlü başaramadım

    httpd düeltildi

    settin.php düzeltildi

    bu localhosta kurma işini resimli olarak anlatan bir dosya yokmu

    yada hostta yayınlamak istersem nasıl yapacağım
    yardımlarınız için teşekkürler

  5. #5
    Yeni Joomlacı antikephesus - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2008
    Mesajlar
    6

    Standart

    şu an localhostta programı kurdum ve çalışmaya başladı

    hostuma yükledim ama orada çalışmadı

    Welcome to Elgg.

    Elgg couldn't connect to the database using the given credentials elgg@localhost (pw: ****).

    bu mesajı verdi.
    ne yapmalıyım

  6. #6
    Yeni Joomlacı antikephesus - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2008
    Mesajlar
    6

    Standart

    elgg yi hostuma yükledim ancak bu ayarları yapamadım sanırım çalışmıyor sizden ricam buralara ne geleceğini bana yazmanız
    sanırım o zaman çalışmaya başlayacak

    settings.example.php yi değiştirdim settings.php
    ayrıca mo_rewright.so tamam httpd.conf


    Kod:
    * to explain, but if you know you need it, skip past this section. 
         */
            
            // Database username
                $CONFIG->dbuser = 'buraya ne gelecek';
                
            // Database password
                $CONFIG->dbpass = 'buraya ne gelecek';
    
            // Database name
                $CONFIG->dbname = 'buraya ne gelecek';
                
            // Database server
            // (For most configurations, you can leave this as 'localhost')
                $CONFIG->dbhost = 'buraya ne gelecek';
                
            // Database table prefix
            // If you're sharing a database with other applications, you will want to use this
            // to differentiate Elgg's tables.
                $CONFIG->dbprefix = 'buraya ne gelecek';
    
        /*
         * Multiple database connections
         * 
         * Here you can set up multiple connections for reads and writes. To do this, uncomment out
         * the lines below. 
         */
                
        /*
    
            // Yes! We want to split reads and writes
                $CONFIG->db->split = true;
         
            // READS
            // Database username
                $CONFIG->db['read']->dbuser = "";
                
            // Database password
                $CONFIG->db['read']->dbpass = "";
    
            // Database name
                $CONFIG->db['read']->dbname = "";
                
            // Database server
            // (For most configurations, you can leave this as 'localhost')
                $CONFIG->db['read']->dbhost = "buraya ne gelecek";
    
            // WRITES
            // Database username
                $CONFIG->db['write']->dbuser = "";
                
            // Database password
                $CONFIG->db['write']->dbpass = "";
    
            // Database name
                $CONFIG->db['write']->dbname = "";
                
            // Database server
            // (For most configurations, you can leave this as 'localhost')
                $CONFIG->db['write']->dbhost = "buraya ne gelecek";
    
    
         */
                
        /*
         * For extra connections for both reads and writes, you can turn both
         * $CONFIG->db['read'] and $CONFIG->db['write'] into an array, eg:
         * 
         *     $CONFIG->db['read'][0]->dbhost = "buraya ne gelecek";
         * 
         * Note that the array keys must be numeric and consecutive, i.e., they start
         * at 0, the next one must be at 1, etc.
         */
         
        
        /**
          * Url - I am not sure if this will be here ?
         **/
         
         // URL
            $CONFIG->url = "buraya ne gelecek";

  7. #7
    Yeni Joomlacı antikephesus - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2008
    Mesajlar
    6

    Standart

    joomlaturk e şimdiden teşekkürler

  8. #8
    Profesyonel LevenT - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Apr 2008
    Bulunduğu yer
    İzmir-Karşıyaka
    Mesajlar
    845

    Standart

    Rica Ederiz

  9. #9
    JTR Kurucu Ugur - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2008
    Bulunduğu yer
    İstanbul
    Mesajlar
    13.793
    Blog Girişi
    17

    Standart

    Alıntı antikephesus Nickli Üyeden Alıntı Mesajı göster
    elgg yi hostuma yükledim ancak bu ayarları yapamadım sanırım çalışmıyor sizden ricam buralara ne geleceğini bana yazmanız
    sanırım o zaman çalışmaya başlayacak

    settings.example.php yi değiştirdim settings.php
    ayrıca mo_rewright.so tamam httpd.conf


    Kod:
    * to explain, but if you know you need it, skip past this section. 
         */
            
            // Database username
                $CONFIG->dbuser = 'buraya ne gelecek';
                
            // Database password
                $CONFIG->dbpass = 'buraya ne gelecek';
    
            // Database name
                $CONFIG->dbname = 'buraya ne gelecek';
                
            // Database server
            // (For most configurations, you can leave this as 'localhost')
                $CONFIG->dbhost = 'buraya ne gelecek';
                
            // Database table prefix
            // If you're sharing a database with other applications, you will want to use this
            // to differentiate Elgg's tables.
                $CONFIG->dbprefix = 'buraya ne gelecek';
    
        /*
         * Multiple database connections
         * 
         * Here you can set up multiple connections for reads and writes. To do this, uncomment out
         * the lines below. 
         */
                
        /*
    
            // Yes! We want to split reads and writes
                $CONFIG->db->split = true;
         
            // READS
            // Database username
                $CONFIG->db['read']->dbuser = "";
                
            // Database password
                $CONFIG->db['read']->dbpass = "";
    
            // Database name
                $CONFIG->db['read']->dbname = "";
                
            // Database server
            // (For most configurations, you can leave this as 'localhost')
                $CONFIG->db['read']->dbhost = "buraya ne gelecek";
    
            // WRITES
            // Database username
                $CONFIG->db['write']->dbuser = "";
                
            // Database password
                $CONFIG->db['write']->dbpass = "";
    
            // Database name
                $CONFIG->db['write']->dbname = "";
                
            // Database server
            // (For most configurations, you can leave this as 'localhost')
                $CONFIG->db['write']->dbhost = "buraya ne gelecek";
    
    
         */
                
        /*
         * For extra connections for both reads and writes, you can turn both
         * $CONFIG->db['read'] and $CONFIG->db['write'] into an array, eg:
         * 
         *     $CONFIG->db['read'][0]->dbhost = "buraya ne gelecek";
         * 
         * Note that the array keys must be numeric and consecutive, i.e., they start
         * at 0, the next one must be at 1, etc.
         */
         
        
        /**
          * Url - I am not sure if this will be here ?
         **/
         
         // URL
            $CONFIG->url = "buraya ne gelecek";
    Mesajına kod eklerken boyle düzenlemelisin. Editörde kod butonu var. Dikkat edelim.

  10. #10
    Yeni Joomlacı antikephesus - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Dec 2008
    Mesajlar
    6

    Standart

    elgg yi localde kurdum rahatça çalıştırıyorum artık
    kendi bilgisayarımda

    ancak bir sorun var o da hostta sorun yaşıyorum bakalım onuda çözeceğiz

Benzer Konular

  1. elgg yeni sürümü çıktı elgg 1.6
    By joomlaturk in forum ELGG
    Cevaplar: 2
    Son Mesaj: 05-18-2010, 10:45
  2. Cevaplar: 8
    Son Mesaj: 01-01-2010, 00:43
  3. Google map i çalıştıramadım
    By qwwe in forum Joomla 1.5.x Modülleri
    Cevaplar: 12
    Son Mesaj: 12-09-2009, 15:45
  4. Bu kodları bi türlü çalıştıramadım
    By TrakyaLi in forum Konu Dışı
    Cevaplar: 6
    Son Mesaj: 02-09-2009, 20:51
  5. Jambook Kurdum Çalıştıramadım
    By infected in forum Joomla 1.5.x Sorular & Cevaplar
    Cevaplar: 4
    Son Mesaj: 10-29-2008, 18:15

Bu Konudaki Etiketler

Yetkileriniz

  • Konu Açma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok