Closed (fixed)
Project:
More Comments
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2011 at 12:16 UTC
Updated:
22 Feb 2015 at 07:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dagmarIn order to help you I need to know:
Your php version, drupal theme, browser, javascript errors if any. Without that information I cannot help you.
Also, make sure you are using beta2. I saw this error in the beta 1 and was fixed in the beta 2.
Comment #2
bhavin.ahya commentedThank you dagmar for the reply
Here is the details you are asking for :
I am using beta 2
PHP Version is 5.2.6
I have checked in garland and framework themes
There is no any javascript error
I have tested on Mozilla, IE 7 and 8
Comment #3
geerlingguy commentedHaven't had any trouble with a Zen subtheme or a Genesis subtheme... but haven't tried FireFox.
Comment #4
bhavin.ahya commentedCould you please share the details of the platform which you are using (wamp, xampp, lamp) also mention the php version. According to me it's not a browser issue. I have already checked in IE7, IE8 and Mozilla 3.6.x so may be some conflict with PHP version
Thanks
Comment #5
dagmarPlease try the last beta maybe it fix your problem.
However I cannot replicate your problem (this module works for me in different themes, using PHP 5.2.10), you will have to find the problem in your local installation and provide more information.
If you found the raise of the problem and provide a detailed step to step guide to reproduce it, I will fix the problem, until then... I cannot do much more, sorry.
Comment #6
bhavin.ahya commentedissue fixed
thanks
Comment #7
isagarjadhav commentedIssues still exists!
Issues is with morecomments.js having following line of code -
In above case if clean URLs are disabled more comments will not work.
Solution - Replace above code with -
Above code will in bothe the cases i.e. Clean URLs enabled and Disabled.
Comment #8
jonescuong commentedWhen I click on more comments button , system displays below errors
Fatal error: Call to a member function condition() on a non-object in D:\xampp\htdocs\drupal7\sites\all\modules\morecomments\morecomments.pages.inc on line 37
I think $count_query variable hasn't been initialized and I try to comment line 37 , it works properly
Comment #9
g10 commentedfyi. this is fixed in 7.x-1.x-dev
Comment #11
yuseferi commentedIt is very cool there is not any $query_count there (maybe it is a forgotten sinister in surgery :D )
just go there and comment that line