-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph does not appear in CMS #3
Comments
Still seems to be the case in 3.1. :) Does anyone have this working? |
I have had this before, but filling the right profile id fixed this. |
In my test site I have what I believe to be the profile id filled in correctly. When I check/uncheck the boxes I do get an ajax response from the server, but nothing in the front end is updated. I'm not sure what the below means, but this is the response I get: {"series":null,"markers":[[1363231313000,"Updated","Long descr."],[1363226466000,"Updated","Long descr."],[1363225744000,"Updated","Long descr."],[1363225380000,"Updated","Long descr."],[1363225226000,"Updated","Long descr."],[1363225194000,"Updated","Long descr."],[1361766521000,"Updated","Long descr."],[1361501986000,"Updated","Long descr."],[1364160215000,"Google","Long descr."],[1364347564000,"Bing","Long descr."],[1364453370000,"Google","Long descr."],[1364682834000,"Google","Long descr."],[1364688958000,"Google","Long descr."]]} It would be great to get some feedback from the CMS if an incorrect profile ID is loaded. Perhaps some kind of test to check the validity of the provided details? |
Still the same Problem as tractorcow... Help please! |
Does anyone have a screenshot of what this is supposed to look like? |
Sure that this is 3.1? Because i explored the error that it is not loading the jquery.livequery.js because this is not included in SS3.1 anymore and it is trying to load it from the CMS Source. |
Definitely 3.1.2 - just checked the version number in the CMS folder and I'm not getting any errors. |
This issue seems to still be active in 3.1.6 when I check/uncheck the boxes "Visits" and "Page Views" I get a chrome console call saying: Uncaught TypeError: Cannot read property 'make' of undefined VM1457:28 any ideas? |
ok so it seems to start working if: i fill out the CMS with information and NOT altering the _config.php file at all.... started working after I commented the rows: GoogleLogger::activate(...............); |
@Martinste I tried that and couldn't get it to work. Firefox's console logs this error message: "TypeError: datasets is null" in file GooglePerformanceChart.js on line156. So first I had the config in mysite/_config.php (same error as above) and then I moved it to SiteConfig as @Martinste suggested. SilverStripe version is 3.1.12 and googleanalytics is the newest. Thanks for your support! :) |
From http://open.silverstripe.org/ticket/6864
Although the Google Analytics module is installed (and tracking is working properly when I sign in to Google Analytics directly), the graph does not appear in the CMS. I have renamed the folder name to googleanalytics (removed the version number) which solved the "Loading..." issue. However, all I get now is a white screen that says "Google Analytics", "Show:", and "Choose metrics to display." Nothing that I have tried so far has worked to fix this. I have even tried completely uninstalling (deleting the googleanalytics folder and all contents, commenting out the applicable lines in _config.php) and reinstalling the module; of course I did a /dev/build?flush=all, I also cleared my cookies and temporary internet files. No change.
Screenshot: http://open.silverstripe.org/attachment/ticket/6864/Google%20Analytics%20Module%20error.jpg
The text was updated successfully, but these errors were encountered: