adrian29 Posted September 18, 2012 Share Posted September 18, 2012 When i try to view the stats i receive a white screen and nothing more? Any ideeas? I just upgraded from 1.4.9 Need some help as soon as possible. Link to comment Share on other sites More sharing options...
adrian29 Posted September 18, 2012 Author Share Posted September 18, 2012 When i try to view the stats i receive a white screen and nothing more? Any ideeas? I just upgraded from 1.4.9 Need some help as soon as possible. I just turned on the display_error and i receive this: Fatal error: Cannot redeclare class AdminStatsTabControllerCore in /home/adrian/public_html/MYDOMAIN/controllers/admin/AdminStatsTabController.php on line 249 any ideea? Link to comment Share on other sites More sharing options...
LightZA Posted September 20, 2012 Share Posted September 20, 2012 Suffering the same problem after an upgrade from 1.4.x, it's just the stats page itself, seach engines and reffers under statsdrop down menu are working for me, getting blank screen on Firefox and 500 error on IE. Link to comment Share on other sites More sharing options...
antoine64 Posted September 27, 2012 Share Posted September 27, 2012 I have exactly the same problem. After upgrade from 1.4.8 stats are not working with this error : Cannot redeclare class AdminStatsTabControllerCore in /.../controllers/admin/AdminStatsTabController.php on line 28 Only stats page is not working, search engines and reffers works. So this is the same problem as LightZA... Please help us ! I have disabled all stats modules with no change. Link to comment Share on other sites More sharing options...
kimy Posted September 27, 2012 Share Posted September 27, 2012 I also have problems with the stats page, i'm just getting a black page. Chrome gives me: HTTP-error 500 (Internal Server Error) but I dont know what to do with it? Link to comment Share on other sites More sharing options...
miracle Posted September 28, 2012 Share Posted September 28, 2012 You can ask Prestashop to re-open the bug : http://forge.prestashop.com/browse/PSCFV-3852 Link to comment Share on other sites More sharing options...
LightZA Posted October 3, 2012 Share Posted October 3, 2012 Solution from: http://forge.prestashop.com/browse/PSCFV-4573 (see comments) in /controllers/admin/AdminStatsController.php change 'class AdminStatsControllerCore extends AdminStatsTabControllerCore' to 'class AdminStatsControllerCore extends AdminStatsTabController' Hope this works for you guys. 1 Link to comment Share on other sites More sharing options...
antoine64 Posted October 3, 2012 Share Posted October 3, 2012 Thanks it works now ! Link to comment Share on other sites More sharing options...
kimy Posted October 3, 2012 Share Posted October 3, 2012 Yes!! its working now, finally! thanks alot LightZA Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 3, 2012 Share Posted October 3, 2012 Hello, yes this issue was fixed in the SVN. The instructions can be followed on the forge. Please copy /controllers/admin/AdminStatsController.php and replace this php code. That will solve the issue. Link to comment Share on other sites More sharing options...
fred576 Posted October 3, 2012 Share Posted October 3, 2012 I'm happy again Link to comment Share on other sites More sharing options...
Baltimore Posted December 17, 2012 Share Posted December 17, 2012 I upgrade with 1.5.2 but stats doesn´t work in my shop! Don´t show any visit, what can i do? Thanks! Link to comment Share on other sites More sharing options...
HolyGuyZ Posted March 7, 2013 Share Posted March 7, 2013 mine recently upgraded to PS 1.5.3 also doesn't show any visits or visitors. these whole weeks still remaining 0 value. any idea, guys. apparently there's plenty customer cart recorded which means got visitors. appreciate for any solution. thanks. Link to comment Share on other sites More sharing options...
patuga Posted March 18, 2013 Share Posted March 18, 2013 i installed version 1.5.3.1 from scratch and already have my file like this 'class AdminStatsControllerCore extends AdminStatsTabControllerCore' to 'class AdminStatsControllerCore extends AdminStatsTabController' and still nothing. i remember i changed something when i was using version 1.4. maybe there's any kind of module necessary? Link to comment Share on other sites More sharing options...
prestalearn Posted March 29, 2013 Share Posted March 29, 2013 Any update for this? All my sales stats is blank in prestashop 1.5.3 and no error messages is showm :/ Link to comment Share on other sites More sharing options...
hackia Posted April 26, 2013 Share Posted April 26, 2013 Any help, i still have this issues, I got 2 sales already but the 1.5.3 setup shows 4 visits 1 reg and no sales google analytics shows i have had lots of traffic also i noticed this isue seems common with affiliate tracking, i cant get the referrer tracking to work either! common prestashop.... Link to comment Share on other sites More sharing options...
makavelistein Posted May 2, 2013 Share Posted May 2, 2013 (edited) hi all, didn't have to replace this 'class AdminStatsControllerCore extends AdminStatsTabControllerCore' with 'class AdminStatsControllerCore extends AdminStatsTabController' as it was already done. My problem I think is related, I had a sale on the 29th, It is no viewable in the stats, even though it is in the orders section. Please help Edited May 2, 2013 by makavelistein (see edit history) Link to comment Share on other sites More sharing options...
alesx Posted May 10, 2013 Share Posted May 10, 2013 Hi, there is 2 modules in Prestashop Addons for insert transactions in Google Analytics width all payment method, and one with the stats report : http://addons.prestashop.com/fr/statistiques-analyses-modules-prestashop/6507-google-analytics-e-commerce-php.html and http://addons.prestashop.com/fr/statistiques-analyses-modules-prestashop/6367-google-analytics-report.html Link to comment Share on other sites More sharing options...
esteban_bonzzay.com Posted May 29, 2013 Share Posted May 29, 2013 I am using version 1.5.2 and stats don't work there neither. I tried to download the classes from the contoller file in the guithub, but the bug becomes worse... any suggestions?:S Link to comment Share on other sites More sharing options...
Edwin Posted July 3, 2013 Share Posted July 3, 2013 Hi please access Modules > Positions > Transplant a module Module : Data mining for statistics Hook into : "Footer" known as "displayFooter" and save Link to comment Share on other sites More sharing options...
sunnysmoker Posted September 12, 2013 Share Posted September 12, 2013 Hi please access Modules > Positions > Transplant a module Module : Data mining for statistics Hook into : "Footer" known as "displayFooter" and save Thanks Edwin for the solution, but it doesn't work "This module can't be attached to the hook" I'm using Prestashop 1.5.5. Link to comment Share on other sites More sharing options...
bluego78 Posted November 15, 2013 Share Posted November 15, 2013 Any other solutions?I'm using 1.5.2 and statistic doesn't work.. only visits are available, the other are always ZERO :-( I've tried all the possible solution... but nothing happens... these are what i've done/check: 1) Conversion rate in ps_orders is set to 1 (it was just ok) 2) AdminStatsTabControllerCore extends AdminPreferencesController (but it just work before) 3) Statistic data module is just hooked to Footer Orders are 0 Product selled are 0 This is strange... because i receive from 10 to 30 orders per day... Please any other ideas? Link to comment Share on other sites More sharing options...
Recommended Posts