Long story short, I couldn't get the module working on my development site so I installed on a fresh copy of Drupal 7.12, Views 7.x-3.3, and CTools 7.x-1.0-rc1 and found that the module does not work for me. I click Add Comment and it takes me to the node page to add the comments. If I click View Comments, it says "Loading..." and never does anything else. Same behavior on both my dev site and the fresh install. Fresh install has no other modules and is using Bartik theme. I checked to make sure that my comment set up was the same as shown in the screencast in both cases. Does this module require an earlier version of Drupal/Views/CTools or a special server set up?

CommentFileSizeAuthor
#8 firebugcomment.txt1.56 KBAnonymous (not verified)
#8 firebugcomment2.txt1.56 KBAnonymous (not verified)
#7 view.txt7.18 KBghankstef
#3 viewstest.txt26.57 KBAnonymous (not verified)

Comments

Anonymous’s picture

same here...

ghankstef’s picture

Hmm, I just did a fresh download of Drupal 7.12, Views 7.x-3.3m and Ctools 7.x-1.0-rc2 and then proceeded to use devel generate to create lots of nodes with comments and alos made a simple view. Viewing and adding comments worked for me right out of the box.

Can you provide any additional information?

Anonymous’s picture

StatusFileSize
new26.57 KB

i'm using the same releases as you. maybe there is a conflict with other modules or its a views setting thing!?
maybe you can reproduce it with my view...

Anonymous’s picture

maybe its a ckeditor thing...i'm using it for all textforms?
on my node page the "add new comment" link adds "#comment-form" to the path...not so in the inline comment field.

ghankstef’s picture

Tried to import your view. I get this:

Field handler votingapi_cache.value is not available.
Field handler field_data_field_todofor.field_todofor is not available.
Field handler field_data_field_tag.field_tag is not available.
Contextual filter handler field_data_field_languagetest.field_languagetest_tid is not available.
Relationship handler node.votingapi_cache is not available.
Relationship handler node.votingapi_cache is not available.
Field handler votingapi_cache.value is not available.
Field handler field_data_field_todofor.field_todofor is not available.
Field handler field_data_field_tag.field_tag is not available.
Contextual filter handler field_data_field_languagetest.field_languagetest_tid is not available.
Relationship handler node.votingapi_cache is not available.
Relationship handler node.votingapi_cache is not available.
Display plugin panel_pane is not available.
Unable to import view.

So you have a lot more in your view than what you said originally - but perhaps this is good - maybe we are getting somewhere.

I have a hunch that this module's js may be conflicting with votingapi javascript.

Can you try 2 things:

1. disable voting api stuff in the view as a test and see if that temporarily solves the problem
2. Assume #1 solves the problem, turn voting api stuff back on and report back any js errors in the firebug console/ or webkit inspector's console

Anonymous’s picture

i've tried the following without success...

-deleted all voting api stuff and all other testfields and flush all caches
-i've also created a new view without any additional settings except the inline comment field
-i've disabled ckeditor
-i tried it out with internet explorer and if click on the add comment link i get directed to the default add comment page

i am not adepted with firebug but i will have a look on it...

ghankstef’s picture

StatusFileSize
new7.18 KB

Maybe try this view - its as basic as it gets

Anonymous’s picture

StatusFileSize
new1.56 KB
new1.56 KB

ive installed firebug and run the console and i get the following code when i click add comments
the second one is when i click view comment

Anonymous’s picture

damn the firebug output is in german...

ghankstef’s picture

OK at least this is in English:

404 Not Found

so the ajax call is not working for you.

GET https://localhost/ajax/inline_comments/get_comments/288

404 Not Found

Hmm - are you using clean urls?

ghankstef’s picture

Try this in a terminal window

curl -I https://localhost/ajax/inline_comments/get_comments/288

and also

curl -I https://localhost/?q=ajax/inline_comments/get_comments/288

My guess is the first gives a 404 and the second does not

Anonymous’s picture

i'm using clean urls and i found out how to change the language of firebug but just with hacking, so i could try if absolutely necessary.

and what terminal window do you mean?

by the way i've installed inline_comments on my live site and for some reason it works! the views are exactly the same and i've installed almost the same modules as on my local installation so maybe it has something todo with xampp?

ghankstef’s picture

My best guess is that you do not have clean urls on in the local site - can you confirm?

Anonymous’s picture

clean urls ar enabled...

ghankstef’s picture

Hmm I'm at a loss to explain you are getting a 404 on the ajax stuff. I'm not able to duplicate it.

Anonymous’s picture

the firebug output on #8 says that the reqeuested url cant be found on my server and that the link has to be false or out of date. thats why the 404 error. so it has to do something with the url as you expected.

but because it works on my live site i think we can forget that until there are other dudes with that issue. maybe lk7889 is able to find out whats going on

anyway...thanks for help and for the module...nice work

regards konsul

jthomasbailey’s picture

Semantic Views causes it to 404, probably because loadComments.js can't find "$$.parents('.views-row');"

Using Semantic Views per field works, using it for the rows doesn't.

tmsss’s picture

Hey there! I'm having the same 404 error using Views Accordion. Can anyone help?

Cheers