AbanteCart Community

Shopping Cart Operations => Support => Topic started by: robotech on April 20, 2015, 05:23:12 PM

Title: Blank Page after login into admin interface
Post by: robotech on April 20, 2015, 05:23:12 PM
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.

Title: Re: Blank Page after login into admin interface
Post by: abolabo on April 20, 2015, 05:36:55 PM
you have disabled output buffering.
turn it on in your php.ini ( http://php.net/manual/en/outcontrol.configuration.php#ini.output-buffering )
Title: Re: Blank Page after login into admin interface
Post by: robotech on April 21, 2015, 02:42:54 PM
I haven't turned it off:
Anything else that could have happened?

Title: Re: Blank Page after login into admin interface
Post by: abolabo on April 21, 2015, 03:01:40 PM
please check is your buffering enabled with phpinfo() (http://php.net/manual/en/function.phpinfo.php) function.
Title: Re: Blank Page after login into admin interface
Post by: robotech on April 21, 2015, 04:26:12 PM
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.