Hi, I installed this module today and put in my Scribe Key, etc. When I tried to analyze a few of my nodes, the same thing keeps happening:

1. I click on "Analyze Content"
2. The screen pops up a box that shows a status bar with a % and the words "Analyzing Content"
3. The status bar never advances past 0% (even after running for 15 minutes) and the analysis does not complete

I was hoping I could get some help with what might be wrong? I have all the default settings in the module.

Thank You,
Patrick

Comments

TomDude48’s picture

What is your hosting configuration? Are you running any type of page caching such as Varnish?

iboasis’s picture

we run memcache...I will have my IT guy try to give you the configs.

Thanks,
Patrick

iboasis’s picture

We are not using Varnish or any other reverse proxy

TomDude48’s picture

Try 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.

iboasis’s picture

I'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

iboasis’s picture

I 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?

TomDude48’s picture

I am not sure I can figure out what is wrong without looking at your specific setup. Would it be possible to get a login?

iboasis’s picture

like an admin account on the site? If you sign up with TomDude48 as your username I'll give you admin priv.

TomDude48’s picture

I created a user account.

iboasis’s picture

you have admin priv now. thanks

dj1999’s picture

Project: Scribe SEO Analyzer » Content Analysis
Version: 6.x-1.0-rc4 » 6.x-1.1

Hi!

Did you resolve the problem because I have this error output too?

Thanks in advance!
Joe

TomDude48’s picture

iboasis,

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.

TomDude48’s picture

Status: Active » Closed (fixed)
mortimus’s picture

I'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.

ace911’s picture

Version: 6.x-1.1 » 6.x-1.2
Component: Miscellaneous » Code
Status: Closed (fixed) » Active

I 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.

TomDude48’s picture

try 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.

joergvk’s picture

Hello,

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

joergvk’s picture

This went away after downgrading to nodewords 6.11. Was using 6.12, which as of now the module maintainer warns to use...

nevets’s picture

If you are using ScribeSEO at least the problem may be that iconv is not configured in PHP which causes an undefined function call.

demonrage’s picture

i'm using nodewords 6.11 and facing the same problem, any clues ?

revasm’s picture

I 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

kyletaylored’s picture

Issue summary: View changes
Status: Active » Closed (outdated)