Jump to content

[SOLVED] Stats Tab Resolves to Blank Page on 1.5.4.1


Recommended Posts

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 by deepee (see edit history)
Link to comment
Share on other sites

 

 

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

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

×
×
  • Create New...