deepee Posted September 19, 2013 Share Posted September 19, 2013 (edited) Hi All I was able to get into my stats tab until a few minutes ago (Admin -> Stats -> Stats). I reset the display parameters to show visits for today. The page suddenly went blank. I've tried refreshing the page, clearing the browser cache, using a different browser, resetting all stat related modules, but all result in the same issue I've checked AdminStatsController.php and it looks correct as follows:- class AdminStatsControllerCore extends AdminStatsTabController Anyone have any thoughts how to get it back? Thanks deepee Edited September 20, 2013 by deepee (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 19, 2013 Share Posted September 19, 2013 The page suddenly went blank. in cases like this, it's necessary to turn on error reporting. open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); then we will see what exactly doesn't work (script, error code etc.) Link to comment Share on other sites More sharing options...
deepee Posted September 20, 2013 Author Share Posted September 20, 2013 Thanks, vekia. I wasn't able to do look at it again until this morning. When I clicked on the stats tab it opened up as normal. I suspect it may have been a time zone issue as it only happened when I set the stats to view the current day and may have resolved itself when the day clicked over at 00:00 I'l mark the topic solved but will open it up again if it happens again. Link to comment Share on other sites More sharing options...
Recommended Posts