• 30-04-2017, 23:19:44
    #1
    Merhaba, cpanel sunucuda olan sitemi godaddy'e taşıdım, dosyaları ve veritabanlarını taşıdım. Herhangi bir eksik yok fakat site açılmıyor ve aşağıdaki hatayı alıyorum. Site www.kitaprehberi.com

    Type: PDOException
    Code: 1045
    Message: Could not connect to database (kitapreh_master_db).
    File: /home/ugursamsa/public_html/kitaprehberi.com/Slim/RedBean.php
    Line: 196

    Line 196'daki kod işe şöyle;
                   $dbname  = ( preg_match( '/dbname=(\w+)/', $this->dsn, $matches ) ) ? $matches[1] : '?';
    			throw new PDOException('Could not connect to database ('.$dbname.').', $e->getCode());
  • 03-05-2017, 10:47:41
    #2
    Merhaba Sorunu çözemediyseniz cpanel'de pdo eklentisi aktifmi easyapache ile derlenmiş mi kontrol ediniz.