Closed (won't fix)
Project:
Privatemsg
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2008 at 22:53 UTC
Updated:
5 May 2010 at 07:44 UTC
I get directed to a "page not found" when i try to delete messages while in "List" view.
Comments
Comment #1
Mantichora commentedI 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.
Comment #2
cazador commentedI 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.
Comment #3
berdirSorry 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.