• 13-08-2020, 16:45:28
    #1
    merahab arkadaşlar laravel da söyle bir log alıyorum site 500 hatası veriyor

    [13-Aug-2020 13:34:13 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:13 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:13 UTC] PHP Fatal error: require(): Failed opening required '/home2/indirzte/public_html/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:14 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:14 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:14 UTC] PHP Fatal error: require(): Failed opening required '/home2/indirzte/public_html/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:34 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:34 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:34 UTC] PHP Fatal error: require(): Failed opening required '/home2/indirzte/public_html/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home2/indirzte/public_html/index.php on line 25
  • 13-08-2020, 16:46:13
    #2
    require dosyası silinmiş veya yok.
  • 13-08-2020, 16:46:29
    #3
    anka5307 adlı üyeden alıntı: mesajı görüntüle
    merahab arkadaşlar laravel da söyle bir log alıyorum site 500 hatası veriyor

    [13-Aug-2020 13:34:13 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:13 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:13 UTC] PHP Fatal error: require(): Failed opening required '/home2/indirzte/public_html/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:14 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:14 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:14 UTC] PHP Fatal error: require(): Failed opening required '/home2/indirzte/public_html/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:34 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:34 UTC] PHP Warning: require(/home2/indirzte/public_html/vendor/autoload.php): failed to open stream: No such file or directory in /home2/indirzte/public_html/index.php on line 25[13-Aug-2020 13:34:34 UTC] PHP Fatal error: require(): Failed opening required '/home2/indirzte/public_html/vendor/autoload.php' (include_path='.:/opt/cpanel/ea-php72/root/usr/share/pear') in /home2/indirzte/public_html/index.php on line 25
    sunucuda aktif olan php versiyonunu kontrol etmeniz gerekir (dosya yolları doğru ise)
  • 13-08-2020, 16:48:58
    #4
    /vendor/autoload.php

    dosyasına erişemiyor, dosya sunucu da değil yada dosya yolu yanlış girilmiş.
  • 13-08-2020, 16:59:26
    #5
    Paketler yüklenmemiş ondan kızıyor, cihazınızda ya da sunucuda farketmez Composer kurmanız ve sonrasında "composer install" çalıştırmanız gerekiyor. Bağımlılıklar yüklendikten sonra eğer pc'nizde çalıştırırsanız oluşan vendor klasörünü sunucuya atmanız gerekiyor.
  • 14-08-2020, 17:20:13
    #6
    Composer ile paketler sunucu üzerindeki projede yüklü değil. public_html de olduğuna göre paylaşımlı sunucuda olduğunuzu varsayıyorum. öyle ise localde "composer install" komutunu çalıştırıp vendor klasörünü sunucuya yükleyin ama php sürüm uyumluluklarına dikkat etmeniz gerekmekte.