Integration with subscriptions

nurlan.bayaman - December 8, 2007 - 21:25
Project:Comment CCK
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Issue tags:cck extensions integration
Description

I just updated from 1.9 subscriptions and having this error when trying to add comment to the post to which i'm subscribed:

# warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/html/sites/all/modules/comment_cck/comment_cck.module on line 62.
# user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 9 query: INSERT INTO subscriptions_queue (uid, name, mail, language, module, field, value, author_uid, send_interval, digest, last_sent, load_function, load_args) SELECT u.uid, u.name, u.mail, u.language, s.module, s.field, s.value, s.author_uid, s.send_interval, su.digest, su.last_sent, 'subscriptions_content_node_load', '245' FROM subscriptions s INNER JOIN subscriptions_user su ON s.recipient_uid = su.uid INNER JOIN users u USING(uid) WHERE s.module = 'node' AND s.field = 'type' AND s.author_uid IN (0, -1) AND in /var/www/html/includes/database.mysql.inc on line 172.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.
# warning: Illegal offset type in /var/www/html/sites/all/modules/content_access/content_access.module on line 262.

As you can see from the error msg i use content_access module. Do they conflict?

#1

nurlan.bayaman - December 8, 2007 - 21:27
Project:Subscriptions» Comment CCK
Version:5.x-2.0-beta4» 5.x-1.0

hm sorry, that was differrent module's error :)
Changed project. :)

#2

killes@www.drop.org - June 1, 2008 - 17:48
Status:active» postponed (maintainer needs more info)

it is totally unclear which module is at fault here. YOu need to disable one after another to find whic one it it.

#3

opensanta - May 8, 2009 - 21:05
Title:Is this bug?» Integration with subscriptions
Version:5.x-1.0» 6.x-1.x-dev

Please test with the latest releases of both modules.

 
 

Drupal is a registered trademark of Dries Buytaert.