• 12-12-2009, 20:52:26
    #1
    Selam

    Bir Adet ilan sitesi satın aldım fakat kendi hostuma 1 haftadır çekemedim. Site içerisinde bir adet script çalışıyor. Ftp ve sql yedeklerini attığım halde hata veriyor ve site aktif olmuyor.

    http://xeon1.imajhost.com/~ftp1ev/

    Bu sayfaya bakanlar hatayı görebilir. Bu çözen arkadaşa el emeği göz nuru bi sigara parası vericem hediye olarak Şimdiden teşekkür ederim umarım problem çözülür
  • 12-12-2009, 21:02:12
    #2
    Üyeliği durduruldu
    common_public_inc.php sayfasının en üst satırına aşağıdaki kodları eklermisin

    session_start ();
  • 12-12-2009, 21:06:55
    #3
    yolcumustafa adlı üyeden alıntı: mesajı görüntüle
    common_public_inc.php sayfasının en üst satırına aşağıdaki kodları eklermisin

    session_start ();

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 777

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 777

    Error occurred
    We are sorry, but an unexpected error occurred and the system could not continue serving you. Please contact the webmaster at this site and report the problem, along with the error message printed below. Please include any other information which may be useful to the webmaster.
    For webmaster: This error with far more details has been logged in PHP Classifieds's error log


    bu sefer bu hatayı verdi ekleyince
  • 12-12-2009, 21:12:20
    #4
    Nove adlı üyeden alıntı: mesajı görüntüle
    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 160

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'ftp1ev'@'localhost' (using password: NO) in /home/ftp1ev/public_html/includes/functions.php on line 777

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/ftp1ev/public_html/includes/functions.php on line 777

    Error occurred
    We are sorry, but an unexpected error occurred and the system could not continue serving you. Please contact the webmaster at this site and report the problem, along with the error message printed below. Please include any other information which may be useful to the webmaster.
    For webmaster: This error with far more details has been logged in PHP Classifieds's error log


    bu sefer bu hatayı verdi ekleyince
    database ayarlarını kontrol et bağlanmıyo
  • 12-12-2009, 21:12:42
    #5
    akn
    Kimlik doğrulama veya yönetimden onay bekliyor.
    ftp1ev boyle bir kullanıcı varmı.

    database aynı serverda olmayabiliri. localhost yerine database'in bulunduğu ip adresini yazabilirsin
  • 12-12-2009, 21:18:59
    #6
    DB Connect ayarlarını kontrol et Şifre filan girmemişsin İlk önce Panelde Kullanıcı ve şifre oluştur sonra onları yaz.
  • 12-12-2009, 21:19:06
    #7
    gen_inc.php dosyası haricinde birde db bilgilerinin olduğu board_inc.php dosyasıda var şimdi baktım ordaki bilgiler yanlışmış onlarıda düzenledim. Busefer boş bir sayfa açıldı hiç hata vermiyor şu an ama site açılmadı. Çözebilirim diyen arkadaş özel mesaj ile msn adresini yollarsa ftp bilgilerinide verebilirim
  • 17-11-2015, 13:45:48
    #8
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Konuyu hortlatmış gibi olcam ama bu hatanın sebebi, mysql_real_escape_string() fonksiyonunun geçtiği satır veya bunu içeren fonksiyonun, database bağlantısı yapılmadan önce çağrılmış olmasından kaynaklanmaktadır.
    PHP'de veritabanı bağlantısı yaptıktan sonraki satırlarda bu fonksiyonu çağırırsanız bu hata düzelecektir.
    Aynı sorunu ben de yaşadım, sorunu bu şekilde çözdüm.
    Belki ihtiyacı olanlar olabilir diye paylaşayım dedim.