Active
Project:
Inline Ajax Comments
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2012 at 21:49 UTC
Updated:
26 Aug 2012 at 11:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedsame here...
Comment #2
ghankstef commentedHmm, 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?
Comment #3
Anonymous (not verified) commentedi'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...
Comment #4
Anonymous (not verified) commentedmaybe 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.
Comment #5
ghankstef commentedTried 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
Comment #6
Anonymous (not verified) commentedi'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...
Comment #7
ghankstef commentedMaybe try this view - its as basic as it gets
Comment #8
Anonymous (not verified) commentedive 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
Comment #9
Anonymous (not verified) commenteddamn the firebug output is in german...
Comment #10
ghankstef commentedOK 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?
Comment #11
ghankstef commentedTry 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
Comment #12
Anonymous (not verified) commentedi'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?
Comment #13
ghankstef commentedMy best guess is that you do not have clean urls on in the local site - can you confirm?
Comment #14
Anonymous (not verified) commentedclean urls ar enabled...
Comment #15
ghankstef commentedHmm I'm at a loss to explain you are getting a 404 on the ajax stuff. I'm not able to duplicate it.
Comment #16
Anonymous (not verified) commentedthe 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
Comment #17
jthomasbailey commentedSemantic 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.
Comment #18
tmsss commentedHey there! I'm having the same 404 error using Views Accordion. Can anyone help?
Cheers