+ Reply to Thread
Results 1 to 5 of 5

Thread: jumping back to login prompt as soon as loged in

  1. #1
    gcclinux is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    8
    Downloads
    0
    Uploads
    0

    Cool jumping back to login prompt as soon as loged in

    Hello Everyone,

    Using: Mandriva PWP 2010.

    I was wondering if someone could help me, I've installed and configured roundcubemail that is exacly what I want but unfortunately everytime I login it takes several seconds and then it opens the webmail page with my inbox and all my mail but within 2 or 3 seconds it jumps back to the login screen.

    I do not have time to even open a email and even when I quickly managed to open 1 message it still jumped back to the login screen.

    I checked the /var/log/roundcubemail/errors file and if a tail if while trying to login this error messages keep coming up:

    [03-Mar-2010 11:05:34] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 2613
    [03-Mar-2010 11:05:55] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 392
    [03-Mar-2010 11:05:55] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 2613
    [03-Mar-2010 11:05:58] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 392
    [03-Mar-2010 11:05:58] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/MDB2.php on line 2613

    Any advise?

  2. #2
    gcclinux is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    8
    Downloads
    0
    Uploads
    0

    Default

    Has no one seen this before? I could really do with a bit of advise as I am going on holiday soon and I would like to be able to access my email.

    Many Thanks

  3. #3
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    Have you tried the SVN version? They have fixed some of the deprecated code.

  4. #4
    gcclinux is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    8
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by skaero View Post
    Have you tried the SVN version? They have fixed some of the deprecated code.
    Thanks in advance, that is a good point, I will try it when I get home tonight.

  5. #5
    gcclinux is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    8
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by gcclinux View Post
    Thanks in advance, that is a good point, I will try it when I get home tonight.
    Well I skaero I tried the SVN and although it did not help me fix the issue I though it was it did help me find the problem I had and what actually fixed the issues was that my original main.inc.php config file had this set to "true" but now it's set to false and works great.

    // check client IP in session athorization
    $rcmail_config['ip_check'] = false;

    Regards,

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts