Hello,
I would like to inquire info about the usage of content analysis module.
My issue is that, I activated content analysis module and configured it to work for page content type.
I created a page node and tried it. The only I can see is a blank pop up which is stuck in 0% of analysis.
Below is the link you can check it by viewing a screenshot of this blank page.
http://www.imobilizer.gr/screenshot/content_analysis_blank.jpg
DO I need to connect content analysis to any external data source in order to work properly?
Do I need to have a licence or a subcription key, as I realized after installing scribeseo module(works in cooperation with content analysis module and content optimization) it's not free, although the drupal community is supposed to give free module (without buying)?
I appreciate any advice
Thank you for giving me some help with this issue, apologies for any inconvenience as I am "beginner", in drupal community.
| Comment | File | Size | Author |
|---|---|---|---|
| content_analysis_blank.jpg | 40.76 KB | drupalinio |
Comments
Comment #1
drozasHi,
We are experiencing a similar issue, in our case we are using Content Analysis (6x-1.6) in combination with Content Optimizer 6.x-2.2 (http://drupal.org/project/contentoptimizer/). The modal window get frozen only after the first click, if we click it again in "Analyze Content" it works.
We were experiencing a similar issue before and we discovered that it was due to a problem loading an external JS library (issue in Content Analysis queue - http://drupal.org/node/1271740 , issue in Twitter Profile Widget - http://drupal.org/node/1201204), but in this case the error is happening again, even after disabling that module.
I have been checking also this issue that looks similar (http://drupal.org/node/819220) but it does not applied to any of the cases reported in this ticket neither.
After debugging with Firebug we found the following JS error raised by the function contentanalysis_full_analysis();:
It seems in our case there is a problem with a reference to a JS file from Google Analytics (the error does not occur after disabling google_analytics module). Are you using google_analytics module as well?. I'll let you know if we figure out what the reason can be. Any feedback is very appreciated. Thanks!.
Comment #2
drupalinio commentedYes, I was using Google Analytics Module as well, in that installation of drupal, which now is suspended.
Any help in this issue, will be appreciated. Now we not use Content Analysis (6x-1.6) in combination with Content Optimizer 6.x-2.2 , but we may use in the future
So thank you in advance for investigating into this matter and I'll post any helpful information concerning this matter.
Comment #3
drozasHi,
It seems the problem in our case was that we were actually discarding the Google Analytics JS script for those pages, so we just needed to discard contentanalysis path as well.
Our previous configuration of the google_analytics module in the Page specific tracking settings section at /admin/settings/googleanalytics was:
Add tracking to specific pages: Add to every page except the listed pages.
Since we do not want to track node/add* neither node/*/* we just needed to discard all the entries from contentanalysis, so we added:
[contentanalysis/ajax/* should work too if your are interested in tracking contentanalysis/* for some reason]
In case you do want to track node/add/* and node/*/* pages you just need to remove them and it will work as well:
I hope this will be helpful for your case as well!,
David
Comment #4
drupalinio commentedThank you so much for the detailed advise.
Comment #5
kyletaylored commented