Drupal v6.9
CMF v6.x-1.4

The confirmation page genaretes these warnings:

* warning: Missing argument 2 for node_multiple_delete_confirm() in *\www\modules\node\node.admin.inc on line 600.
* warning: Invalid argument supplied for foreach() in *\www\modules\node\node.admin.inc on line 604.

To fix this problem edit line 96in cmf.module:

// return drupal_get_form('node_multiple_delete_confirm'); // OLD
return drupal_get_form('node_multiple_delete_confirm', $_POST['nodes']); // NEW

Comments

stuffnthings’s picture

Thank you, thank you, thank you, thank you, thank you.
This fix worked for me cmf 6.x1.4/ Drupal 6.9

dddave’s picture

Just stumbled upon this behaviour. Just for the record: I was still able to delete nodes in the oldfashioned way by using the normal content adminsitration.

nunoveloso’s picture

Status: Needs review » Fixed

Hello! Sorry for being away but I have been very very busy lately.

This issue is fixed on stable version 1.6.

Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.