Try to reproduce it. Main thing to look at is URL that are used to reproduce the error.
If you are using buttons, you need to check hidden fields in form. fields can be found in html source of the page. If you are using links, URL in status bar or html source should include &mailbox=something. If fields are blank, you might have problem with register_globals or POST/GET confusion. > I don't have delete_move_next installed. Plus, the > problem only started recently, LONG after I started > using SM 1.4.2. > > --- Tomas Kuliavas <[EMAIL PROTECTED]> > wrote: > > > Problem Moving Multiple Messages: > > > > > > I recently started receiving complaints that users > > > were sporadically getting the following error when > > > trying to move or delete multiple messages: > > > > > > ERROR : Could not complete request. > > > Query: SELECT "" > > > Reason Given: SELECT failed: Can't open mailbox : > > no > > > such mailbox > > > > This is releated to delete_move_next plugin. Plugin > > uses GET and POST > > requests and $PHP_SELF does not contain required > > options in POST requests > > (used when you move message to selected folder). I > > think it is fixed in > > 1.4.3cvs. > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and > > Integration > > See the breadth of Eclipse activity. February 3-5 in > > Anaheim, CA. > > http://www.eclipsecon.org/osdn > > -- > > squirrelmail-users mailing list > > List Address: > > [EMAIL PROTECTED] > > List Archives: > > > http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > > List Info: > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > > > __________________________________ > Do you Yahoo!? > Yahoo! Finance: Get your refund fast by filing online. > http://taxes.yahoo.com/filing.html > ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
