I checked the "add to playlist" option, and this came up:
warning: array_fill() [function.array-fill]: Number of elements must be positive in /home/cinemasa/public_html/includes/database.inc on line 235.
warning: implode() [function.implode]: Invalid arguments passed in /home/cinemasa/public_html/includes/database.inc on line 235.
warning: array_keys() [function.array-keys]: The first argument should be an array in /home/cinemasa/public_html/modules/user/user.module on line 500.
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 1 query: SELECT p.perm FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /home/cinemasa/public_html/modules/user/user.module on line 500.
Comments
Comment #1
valdes1978 commentedI am getting the same error. What is the fix?
Comment #2
thomas23@drupal.org commentedjep, been there, too... (see #211587: Audio Port to 6.x)
Comment #3
jo1ene commentedThe permission option (or something) is not being saved in the database, which is probably why I am getting access denied when trying to add a node to a playlist. Unfortunately, DBA module is not 6 ready either or I would try manually entering the value mentioned in #1.
Comment #4
drewish commentedi think this is a duplicate of: #295168: "audio_playlist/1?destination=node" Access Denied please try that patch out.