Saya baru saja mengalami masalah ini juga!
Ternyata dalam kasus saya itu adalah masalah izin.
cat /etc/apache2/logs/error_log | grep static
dan
tail -f / etc / apache2 / logs / error_log | grep statis
memberi saya info menarik (mungkin file log Anda mungkin diberi nama berbeda)
pertama saya melihat:
[Wed Oct 30 12:19:34.287356 2019] [core:crit] [pid 27633] (13)Permission denied: [client 24.48.87.7:16680] AH00529: /home/[datuser]/public_html/pub/static/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/home/[datuser]/public_html/pub/static/' is executable
ternyata folder pub / statis saya tidak dapat dieksekusi. Lalu setelah memperbaiki itu saya dapatkan
[Wed Oct 30 12:22:46.490759 2019] [:error] [pid 27290] [client ipremoved] SoftException in Application.cpp:267: File "/home/[datuser]/public_html/pub/static.php" is writeable by group, referer: [url removed]
[Wed Oct 30 12:22:46.490961 2019] [core:error] [pid 27290] [client ipremoved] End of script output before headers: static.php, referer: [url removed]
Pada server apache kami tidak dapat melayani file yang dapat ditulis oleh grup untuk beberapa alasan, beberapa hal keamanan Cpanel saya percaya. Jadi saya harus mengatur 644 pada semua file di bawah pub dan akhirnya symlink saya mulai dibuat !!