Hi team my AC admin page is no longer working. I can login but I get a blank page. Not sure how this happened. I've attached the error log:
Any help would be really appreciated.
you have disabled output buffering.
turn it on in your php.ini ( http://php.net/manual/en/outcontrol.configuration.php#ini.output-buffering )
I haven't turned it off:
Anything else that could have happened?
please check is your buffering enabled with phpinfo() (http://php.net/manual/en/function.phpinfo.php) function.
Hey thank you. Since I'm hosted at GoDaddy I didn't see a way to do that. I however found a way to switch the PHP version to a later version and that seemed to work for me.
Thanks again for the support.