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());