Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    Jan 2007
    Posts
    3

    Angry Problem with SquirrelMail

    SquirrelMail now displays as 1.4.9a, and I am thinking it was 1.4.8 last time I noticed.

    The reason I ask is that suddenly the "more" link in the email header no longer works. I mean the "more" link that is supposed to display a full recipient list for emails with more than one or two. Used to be that when I pressed it, the message would replot with all recipients listed. But now, when I press it, I get the following error:

    ERROR:
    ERROR: Could not complete request.
    Query: SELECT ""
    Reason Given: Mailbox does not exist, or must be subscribed to.


    I know that this worked fine until very recently, and have noticed both it and the apparently new SquirrelMail version at the same time.

    Help me

    Thanks,

  2. #2
    Member
    Join Date
    Apr 2004
    Posts
    147

    Lightbulb Found a fix

    Hello,

    check out the solution at;

    http://forums.cpanel.net/showthread....355#post291355


    Comment out the lines as shown below in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/strings.php;
    ----------------------------------------------------------------------------------------------------------------------------

    /**
    * php_self
    *
    * Creates an URL for the page calling this function, using either the PHP global
    * REQUEST_URI, or the PHP global PHP_SELF with QUERY_STRING added.
    *
    * @return string the complete url for this page
    */
    function php_self () {
    // if ( sqgetGlobalVar('REQUEST_URI', $req_uri, SQ_SERVER) && !empty($req_uri) ) {
    // return $req_uri;
    // }

    if ( sqgetGlobalVar('PHP_SELF', $php_self, SQ_SERVER) && !empty($php_self) ) {

    // need to add query string to end of PHP_SELF to match REQUEST_URI
    //
    if ( sqgetGlobalVar('QUERY_STRING', $query_string, SQ_SERVER) && !empty($query_string) ) {
    $php_self .= '?' . $query_string;
    }
    Last edited by hariskhan; 01-11-2007 at 06:06 PM. Reason: Missed file name to make changes in

  3. #3
    Registered User
    Join Date
    Jan 2007
    Posts
    3

    Default Problem resolved...

    Thanks a lot,
    perl.

Similar Threads & Tags
Similar threads

  1. squirrelmail reply-to problem
    By auricom in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 08-26-2008, 06:52 AM
  2. squirrelmail problem?
    By henhen in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 04-09-2008, 05:59 AM
  3. Problem with Squirrelmail
    By tanq in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 11-08-2006, 12:08 AM
  4. Squirrelmail problem
    By adapter in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 06-24-2005, 08:12 AM
  5. Squirrelmail problem
    By amitabhmca in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 09-10-2004, 04:57 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube