Active
Project:
Views Actions Links
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 13:25 UTC
Updated:
13 Jun 2008 at 22:40 UTC
I am unable to get the action view links to work properly with unpublish. After figuring out I needed to set permissions I can see the link to unpublish in my view but it causes an error:
Fatal error: Call to undefined function () in /nfs/c02/h02/mnt/20716/domains/xxxxxxx/html/sites/all/modules/actions/actions.inc on line 103
The link that it creates is similar to:
/views_actions_links/action/%252F3?destination=admin_view
Any help is appreciated.
Thanks
Comments
Comment #1
Riggs333 commentedI had the same error.
I changed line 99 in
views_action_links.modulefrom:to
And that works for me.
Comment #2
traviss359 commentedI was getting a blank page when trying the unpublish action link. I changed the provided line of code and now I get a system message saying "Action performed" as well as a log message stating that the node has been unpublished. However the node is still published afterwards.
The unpublish action is a simple action and does not require any configuration, so I am at a loss as to what the issue is. Were you able to successfully unpublish a node using this module?