
Error: Failed to load file list.
Hi, I just installed filerun on Ubuntu 16.04 LTS. I followed the guide at http://blog.filerun.com/how-to-install-filerun-on-ubuntu-16/ and I can login without issue. The problem is, as soon as I upload a file, I get the message "Failed to load file list. There is a server internal error (HTTP code 500). The administrator should check the appropriate server error logs for related information). And now I'm stuck, I checked the apache error log, nothing. If I go to the server and delete the file, the screen goes back to the default upload screen. Any ideas?
Answer

You should check the configured PHP "error_log" for more details. Perhaps PHP is missing a value for "date.timezone"? (The directive is commented by default inside "php.ini" and needs editing and uncommenting.)

I had already configured date.timezone. I saw that the error_log location wasn't defined, so I defined it, restarted Apache, reloaded the page, and it works now. Not sure how or why, but it does. Thanks for the quick response. If I had a some pre-sales related questions how would I go about getting them answered? Thanks again!
Customer support service by UserEcho
You should check the configured PHP "error_log" for more details. Perhaps PHP is missing a value for "date.timezone"? (The directive is commented by default inside "php.ini" and needs editing and uncommenting.)