I get directed to a "page not found" when i try to delete messages while in "List" view.

Comments

Mantichora’s picture

Status: Active » Needs work

I had the same problem.
Not really sure which version the module has on my system, but the header says: v 1.70.2.30.2.34 2007/08/20

Solved it like this:
privatemsg.module:
ln 990:
$actions['submit'] = array(
'#type' => 'submit',
'#value' => t('Go'),
//'#attributes' => array('class' => 'js-hide'), -- comment out this line
);

privatemsg.js:
ln 30:
// Add the JS to the folder select if necessary.
//$('#edit-action').change(
// function() {
// // click is necessary for right $op.
// $('#edit-submit').click();
// }
//);

This should make it work.

cazador’s picture

I had the same problem on a multi-site drupal installation. It turns out I had set the base_url in the settings.php file incorrectly on some of my sites.

berdir’s picture

Status: Needs work » Closed (won't fix)

Sorry for pinging the participants, I am closing old issues.

This version of Privatemsg is not supported anymore, maybe it is already implemented in Privatemsg for Drupal 6 and if not, you are welcome to open a new issue for it.