• 08-04-2013, 01:37:00
    #1
    Üyeliği durduruldu
    xenforo kuracağım
    XenForo 1.1.3 - Errors
    The following errors occurred while verifying that your server can run XenForo:

    PHP must not be running in safe_mode. Please ask your host to disable the PHP safe_mode setting.
    Please correct these errors and try again.

    Hatası Veriyor. Safe Mode Nasıl kapatacağım Yardım Lütfen
  • 08-04-2013, 01:41:06
    #2
    Dr.Wave adlı üyeden alıntı: mesajı görüntüle
    ssh a girip ,


    nano /usr/local/apahe/conf/httpd.conf

    yazınca



    ctrl + w ile o siteyi arat



    DocumentRoot /home/cpuser/public_html/
    ServerName siteadi.com

    şeklinde birşey göreceksin, bu ikisinin arasına

    php_admin_flag safe_mode off

    koyacaksın


    DocumentRoot /home/cpuser/public_html/
    php_admin_flag safe_mode off
    ServerName siteadi.com



    böyle olacak.
    alıntı
  • 08-04-2013, 01:57:57
    #3
    ssh root da, nano /usr/local/apahe/conf/httpd.conf bulup site adını aratın

    DocumentRoot /home/siteismi/public_html satırının hemen altına php_admin_value safe_mode 0 komutunu ekliyoruz.

    Sonrasında ise service httpd restart ile apache yi yeniden çalıştırmanız gerekiyor, bilginiz yok ise hosting firmanızda halledebilir, basit bir işlemdir.
  • 08-04-2013, 20:52:17
    #4
    sitenin php.ini sini bul. sshtan locate komutu veya sitene bir phpinfo kodu atarsan bulabilirsin.
    nano komutuyla php.ini de safe_mode = On ise Off yap, yoksa direkt safe_mode = Off kodunu direkt at ctrl +x y ile kaydet. sonra /etc/init.d/httpd restart yaptığında ayar uygulanmış olacaktır.

    httpd.conf da bir alternatif