jmaxuser
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #15 on: November 12, 2009, 15:52:19 » |
|
Had exactly same problem:
Joomla 1.5.15 Template: JA_Purity JComments 2.1.0.0
It turned out to be core Joomla issue, easily fixable:
in /libraries/joomla/html/html/behavior.php Replace:
$tooltipInit = ' window.addEvent(\'domready\', function(){ var JTooltips = new Tips ($$(\''.$selector.'\'), '.$options.'); });';
With:
$tooltipInit = ' window.addEvent(\'load\', function(){ var JTooltips = new Tips ($$(\''.$selector.'\'), '.$options.'); });';
|
|
|
|
« Last Edit: November 12, 2009, 17:33:08 by jmaxuser »
|
Logged
|
|
|
|
gycsabesz
Newbie
Karma: 0
Offline
Posts: 1
|
 |
« Reply #16 on: November 23, 2009, 22:07:59 » |
|
I had the same problem. Do the following: Change setTimeout(JCommentsInitializeForm, 100); in "/components/com_jcomments/tpl/default/tpl_form.php" (at line ~200) to window.addEvent('domready' , JCommentsInitializeForm); the problem is that the original code doesn't wait for the generating of full DOM, while the second does. I hope I could help somebody...
|
|
|
|
« Last Edit: November 23, 2009, 22:11:16 by gycsabesz »
|
Logged
|
|
|
|
lorz
Newbie
Karma: 0
Offline
Posts: 11
|
 |
« Reply #17 on: December 14, 2009, 14:18:47 » |
|
i do the change u talked about but now i can't send message
|
|
|
|
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #18 on: December 15, 2009, 00:54:15 » |
|
i do the change u talked about but now i can't send message
Can you give more detailed information about your environment? What IE version do you use? p.s. I have deleted your topic, because it considered to be a duplicate ... sorry for the carelessness and let's try to find a solution in this topic 
|
|
|
|
« Last Edit: December 15, 2009, 15:55:37 by smart »
|
Logged
|
|
|
|
vitaforse
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #19 on: December 15, 2009, 13:38:08 » |
|
Hi, I installed that great component just yesterday and was happy to see how user friendly it is. But after some time I find out the same problem wit IE7 operation aborted. Also my client said what he had problems with Chrome browser (same like IE). I using non standard Joomla template (from siteground). At the moment I disable comment system and searching for cure 
|
|
|
|
« Last Edit: December 15, 2009, 13:56:57 by vitaforse »
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #20 on: December 15, 2009, 14:02:36 » |
|
I using non standard Joomla template (from siteground). try to check it via w3c validator at http://validator.w3.org... may be it has some errors in html structure?
|
|
|
|
|
Logged
|
|
|
|
vitaforse
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #21 on: December 15, 2009, 14:48:46 » |
|
Thank you for quick respond. I have few minor errors in HTML and I will try to correct them, but I think problem not there. Since I disable JComment, everything running fine. I love that component from first sight and would like to use it in the future. Waiting for advices. I will try to inspect error one more time
|
|
|
|
|
Logged
|
|
|
|
vitaforse
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #22 on: December 15, 2009, 15:13:24 » |
|
Hello, I've the same problem. I can't open any article with JComments with IE. IE shows this message "Internet Explorer Cannot Open the Internet Site Operation Aborted”. Then, if I use the "go back" button, the page loads well, but reloading the error occurs always. Sorry for my english. I hope you can help us. Edit: Please, check this! http://support.microsoft.com/kb/927917/enAlso what about Jcomment latest version integration in Virtuemart 1.1.3. I found hack, but source code have been changed in 1.1.3 version here is a link of hack: http://www.joomlatune.com/jcomments-virtuemart.html
|
|
|
|
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #23 on: December 15, 2009, 15:52:45 » |
|
Thank you for quick respond. I have few minor errors in HTML and I will try to correct them, but I think problem not there. Since I disable JComment, everything running fine. I love that component from first sight and would like to use it in the future. Can you give me link to your site to see this problem? The template's errors are the most frequent reason of this error but don't only. You can try to make the changes described in 16 and 17-m messages of the topic. Concerning the integration in Virtuemart - I have updated this guide to reflect changes in Virtuemart 1.1.4
|
|
|
|
|
Logged
|
|
|
|
vitaforse
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #24 on: December 15, 2009, 17:25:21 » |
|
ok mate, First time I see such quick support. Amazing!  In my situation error with operation aborted issue was solved, when I turn off such functions like insert video movies and so on.. After that error gone. I will play around a little bit more with Jcomments and write if everything is ok after my mentioned actions.
|
|
|
|
« Last Edit: December 15, 2009, 17:27:22 by vitaforse »
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #25 on: December 15, 2009, 17:27:43 » |
|
when I turn off such functions like insert video movies and so on.. do you mean JComments BBCode's or some other 3rd party stuff?
|
|
|
|
|
Logged
|
|
|
|
vitaforse
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #26 on: December 15, 2009, 18:33:49 » |
|
Yes BBCode's code. No other 3rd party extensions are used.
|
|
|
|
|
Logged
|
|
|
|
|
smart
|
 |
« Reply #27 on: December 15, 2009, 19:10:25 » |
|
Yes BBCode's code. No other 3rd party extensions are used.
Can you say me which BBCode tag produce this error? Or error disappears only if you disable ALL bbcodes?
|
|
|
|
|
Logged
|
|
|
|
vitaforse
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #28 on: December 15, 2009, 19:19:08 » |
|
I will try that after 4 hours. As soon as I will get any valuable info, I will inform u about that.
|
|
|
|
|
Logged
|
|
|
|
lorz
Newbie
Karma: 0
Offline
Posts: 11
|
 |
« Reply #29 on: December 15, 2009, 22:33:46 » |
|
oh sorry, i did not noticed that someone answered me here. I've just read all of the information u gave me. I'll try the solution of disabling the video insertion, and i'll come back here to give u more informations.
Thank u all
|
|
|
|
|
Logged
|
|
|
|
|