When i try to response a comment reply i get this error:
warning: array_shift() [function.array-shift]: The argument should be an array in /var/www/html/Drupal6/modules/comment/ajax_comments/ajax_comments.module on line 109.
When i try to response a comment reply i get this error:
warning: array_shift() [function.array-shift]: The argument should be an array in /var/www/html/Drupal6/modules/comment/ajax_comments/ajax_comments.module on line 109.
Comments
Comment #1
dimitriz1 commentedThis is the same error all other people are having. This module is broken at the moment, not usable on any sites with this error appearing. Problem has been reported for months but no fix. Maybe it time someone wrote a whole brand new ajax comments module as this does not look like it can be fixed and ajax comment is esential for many people. It is amazing module when it does work tho :D
Comment #2
neochief commentedThis will be fixed when someone will describe how to reproduce it. I spent 3 hours trying to reproduce it by myself and no luck.
Comment #3
madwalo commentedyou have a comment (A)
then you make a reply to the comment (A) so it's the comment (B)
when you try to make a reply to comment (B), you get the error, if not, you have the comment (C)
when you try to make a reply to comment (C), you get the error.
Comment #4
rjbrown99 commentedSeems like a dupe of #412368: array_shift error in ajax_comments.module.