I watched the screencast from BADCAMP (awesome - thanks for posting) and updated my drupal install to 5.3 and my actions to the current HEAD version, hoping to get access to the full array of facebook related actions as shown in the screencast. I couldn't get it to work, though - I kept getting this error when I tried to access any page on my site:

Fatal error: main() [function.require]: Failed opening required './includes/actions.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/travelc/public_html/modules/actions/actions.module on line 887

--- /home/travelc/public_html Is the path to my drupal install ---

Reverting back to the current 5.x dev snapshot of Actions fixes the problem, but I don't get access to all of the actions shown in the screencast.

Any thoughts?

Thanks
nk

Comments

nlowhor’s picture

When I did this I had to copy actions.inc into the /includes directory. Post #11 in this thread http://drupal.org/node/189927 shows a way to modify the actions module so this isn't necessary though.

Dave Cohen’s picture

Status: Active » Closed (duplicate)

As nlowhor mentioned, there's more detail here: http://drupal.org/node/189927

Really this is just a matter of installing actions properly. That module has a readme.

in Drupal 6.x, this will be easier, actions will be built in.

socialnicheguru’s picture

subscribing