This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hello all,
So I've been using october for the past month or so and I love it. But, I just recently upgraded my server and now my site is blank...any tips?
Thanks, Ali
A blank screen on a PHP site is usually an indication that an error happened somewhere. Error messages are often suppressed on production sites for security reasons.
Do you have access to error logs on the new server?
Ok so in my httpd.conf, I set it to display errors
php_admin_flag display_errors on
I then refreshed the blank page and received the following:
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'The stream or file....
I did some research, I tried php_admin_value open_basedir none
but that did not work... hmm.
So then I reset ownership for several of the directories from apache to the user and that solved it!
Last updated
1-3 of 3