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 |
Jump to:
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
hm sorry, that was differrent module's error :)
Changed project. :)
#2
it is totally unclear which module is at fault here. YOu need to disable one after another to find whic one it it.
#3
Please test with the latest releases of both modules.