Closed (outdated)
Project:
Content Analysis
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2010 at 19:38 UTC
Updated:
12 Dec 2016 at 22:11 UTC
Jump to comment: Most recent
Comments
Comment #1
TomDude48 commentedWhat is your hosting configuration? Are you running any type of page caching such as Varnish?
Comment #2
iboasis commentedwe run memcache...I will have my IT guy try to give you the configs.
Thanks,
Patrick
Comment #3
iboasis commentedWe are not using Varnish or any other reverse proxy
Comment #4
TomDude48 commentedTry running it in Firefox with Firebug enabled. Look at the console tab. It will tell you what the AJAX responses are from the server. Let me know if there was an error or delay in the last response.
Comment #5
iboasis commentedI'm not a developer but here is what I was able to pull up using Firebug and clicking "Full Report" to try and analyze a forum topic on my site:
here is what the console tab showed:
POST http://www.wallstreetoasis.com/contentanalysis/ajax/analysis 200 OK 440ms js_684...569d.js (line 13)
POST http://www.wallstreetoasis.com/contentanalysis/analyze_js 200 OK 242ms js_684...569d.js (line 13)
errorThrown is undefined http://www.wallstreetoasis.com/files/js/js_6843ddd293c2b9f03ddf432810265... Line 1415
Thank you for your help,
Patrick
Comment #6
iboasis commentedI also just noticed that if I analyze the content by using the "Content Analysis" module and type in a specific url that it works (connects to Scribe, etc.)...so looks like it has something to do with being in the actual node that I am trying to analyze?
Comment #7
TomDude48 commentedI am not sure I can figure out what is wrong without looking at your specific setup. Would it be possible to get a login?
Comment #8
iboasis commentedlike an admin account on the site? If you sign up with TomDude48 as your username I'll give you admin priv.
Comment #9
TomDude48 commentedI created a user account.
Comment #10
iboasis commentedyou have admin priv now. thanks
Comment #11
dj1999 commentedHi!
Did you resolve the problem because I have this error output too?
Thanks in advance!
Joe
Comment #12
TomDude48 commentediboasis,
I was able to login and view the problem with Firebug. The issue is with nodewords. You are running 6.12, which changed a function from 6.11. I put a function check into the contentanalysis module so it will work with either version.
I committed the new one to the dev branch. Once drupal.org updates the dev package (it should have a update date of 6/21/10 or later), try downloading and installing the dev version of contentanalysis and see if that fixes the problem.
Comment #13
TomDude48 commentedComment #14
mortimus commentedI'm having this same issue. I have tried the example analyzer, Alchemy, kwanalysis, and kwresearch. In every case the Content Analyzer presents the progress bar popup and just sits there. I have tried to examine what's happening with firebug but it tells me nothing (at least nothing I can make sense of). I'm running Drupal 6.16 with PHP 5.3 under Apache 2 on Ubuntu 10.04.
Comment #15
ace911 commentedI have the same symptoms in that the progress stays on 0%, however my firebug gives me this error
Uncaught TypeError: Cannot call method 'toString' of undefined
contentanalysis.js:295
Any help would be greatly appreciated.
Comment #16
TomDude48 commentedtry the latest version, 1.3. If you still are still getting the same error, send me the error you are getting. You can inspect the error by using the Console tab in Firebug to output the JSON response.
Comment #17
joergvk commentedHello,
I'm using 6.14 and get the same behaviour. This is the report from German firebug:
errorThrown is undefined
error(XMLHttpRequest=XMLHttpRequest { readyState=4, status=200, more...}, textStatus="parsererror", errorThrown=undefined)conten...is.js?X (Zeile 314)
XMLHttpRequest = XMLHttpRequest { readyState=4, status=200, more...}
textStatus = "parsererror"
errorThrown = undefined
(?)(s=Object { type="POST", url="/contentanalysis/analyze_js", more...}, a=XMLHttpRequest { readyState=4, status=200, more...}, b="parsererror", e=undefined)jquery...l/seq/1 (Zeile 1)
(?)(a=18)jquery...l/seq/1 (Zeile 1)
[Bei diesem Fehler anhalten] alert("error " + errorThrown.toString()); conten...is.js?X (Zeile 314)
Any ideas?
Thanks
Joerg
Comment #18
joergvk commentedThis went away after downgrading to nodewords 6.11. Was using 6.12, which as of now the module maintainer warns to use...
Comment #19
nevets commentedIf you are using ScribeSEO at least the problem may be that iconv is not configured in PHP which causes an undefined function call.
Comment #20
demonrage commentedi'm using nodewords 6.11 and facing the same problem, any clues ?
Comment #21
revasm commentedI was having the same issue. The issue was resolved once I configured the Wordstream module by including an API username and password. You will need to register for a developer account to use the Keyword Tool API at wordstream.com
Reva
templatetuningservice.com
Comment #22
kyletaylored commented