I get a completely blank page when I try to access the action settings in Drupal... Am I doing something wrong? I downloaded, unzipped and uploaded it to my modules directory. phpMyAdmin shows the actions table was constructed.

Comments

jvandyk’s picture

Drupal 4.7.0 does not have a settings > actions link. It does have an administer > actions link.

I am unable to reproduce this with the current version of actions.module for 4.7. The version number, found at the top of actions.module, is 1.18.2.6.

When you receive a blank page in Drupal, check your php error log file to find out what the error was.

cvuijlst’s picture

Hello,

The path I followed was: administer > settings > actions. This is the error I get:

array_shift(): The argument should be an array in /opt/www/vuijlstekec/web/www.stoemp.org/includes/form.inc on line 487.

Thanks, Carlo

jvandyk’s picture

At the risk of repeating myself, actions 4.7 does not have anything at administer > settings > actions.

The version number of the actions module and the version number of Drupal would also be helpful.

Astravian’s picture

I am also having the same problem. This is with a fresh install of Drupal 4.7 and Actions 4.7. I took a look in actions.module and, from my limited knowledge, it appears that in the "* Implementation of hook_menu()." sections it is setting up the path to be:

'path' => 'admin/settings/actions',

This is in line 39.

I tried to just take out all of the "settings". It moved actions to be directly under admin, but clicking on it still gave a blank page.

Any help fixing this would be greatly appreciated. Thanks.

jvandyk’s picture

actions 4.7 does not have anything at administer > settings > actions.

The version number of the actions module and the version number of Drupal would also be helpful.

nguyendz’s picture

I have the same problem with action.module 1.24 (not 1.18.2.6) (this a release download) and drupal 4.7.4.
Action menu entry change from admin/actions to admin/settings/actions in action.module 1.23 to action.module 1.24.
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/actions/actio...

jvandyk’s picture

Status: Active » Closed (fixed)

This problem comes from using the cvs version of the module (which is compatible with Drupal HEAD, soon to be Drupal 5) with Drupal 4.7.

Instead, use the 4.7 version of the module (currently version 1.18.2.6) with Drupal 4.7. I've changed the default download on the actions project page to 4.7 to avoid further confusion.