>>> I donエt know why this thing is happening, sometimes not always when I
>>> try
>>> to log into the squirrelmail the left frame didnエt show the folders and
>>> only show this error
>>> ERROR : Could1 not complete request.
>>> Query: DELETE ""
>>> Reason given: DELETE failed: Can't delete mailbox : no such mailbox
>>
>> I have seen the same error in SM 1.4.0. The error occurs only when two
>> conditions are true: folder_sync plugin is active with "Folder list
>> update
>> forces message list update" enabled, and there is a user-created folder
>> with sub-folders.

I had been working with another user who was seeing this under 1.4.2, but
she hasn't responded to my last message about this.  I am currently
thinking that it might have to do with slashes and/or spaces in folder
names and your PHP installation being possibly misconfigured.  Try
creating a PHP file on your system with the code below and tell me what it
does.

Also, please send the HTML code for the originating page for evaluation.

 - paul



<html>
<body>
<b>Delete
Folder</b></td></tr><tr><td bgcolor="#DCDCDC" align="center"><FORM
METHOD="POST">
<TT><SELECT NAME=mailbox>
         <OPTION VALUE="">[ Select a folder ]</OPTION>
<OPTION VALUE="mail/Drafts">Drafts</OPTION>
<OPTION VALUE="mail/From Some People">From&nbsp;Some&nbsp;People</OPTION>
<OPTION VALUE="mail/Me Myself">Me&nbsp;Myself</OPTION>
<OPTION VALUE="mail/This &amp;-
Suspicious">This&nbsp;&amp;&nbsp;Suspicious</OPTION>
<OPTION VALUE="mail/Press Releases">Press&nbsp;Releases</OPTION>
<OPTION VALUE="mail/Press
Releases/General">Press&nbsp;Releases/General</OPTION>
</SELECT></TT>
<input type=SUBMIT VALUE="Delete">
</form><hr><b><center>POST IS</center></b><pre>
<?php

   print_r($_POST);

?>
</pre>
</body></html>



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
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

Reply via email to