+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 28 of 28

Thread: Here is the answer for setting up RoundCube Mail and MSSQL Server

  1. #21
    paulinabalk is offline Registered User
    Join Date
    Oct 2009
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by skaero View Post
    Have you checked the folder privileges?
    Whoa!

    Am able to set up my RoundCube Mail and MSSQL Server Reply to Thread.

    Actually, folder privileges was the issue.

    Thanks again.

  2. #22
    cmillens is offline Registered User
    Join Date
    Oct 2009
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Folder priv's

    Yes I have. Both in IIS's snap-in and on the drive. NETWORK SERVICE has full control on the folder in the file system and the folder in the IIS snap-in is set to Scripts and Executables.

    What I don't understand is why the login page comes up just fine but I get that nonsense as soon as I try to login!
    Last edited by cmillens; 10-11-2009 at 04:10 PM.

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

    Default

    Is there anything in your error log?

  4. #24
    cmillens is offline Registered User
    Join Date
    Oct 2009
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    IIS Logs show the request for /index.php.
    PHP Logs are empty
    Windows Event Log shows nothing from IIS.
    Roundcube logs are empty.

    I'm completely STUMPED.

    I can run phpBB on this server but not RoundCube

  5. #25
    cmillens is offline Registered User
    Join Date
    Oct 2009
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Well, I was sure hoping that someone here could help. Looks like I'm going to have to find some other alternative.

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

    Default

    I don't know IIS very well so I can't be to much help, but I was wondering if it could be a .htaccess problem. You could try removing it and see if it helps.

  7. #27
    MKNDK is offline Roundcube Newcomer
    Join Date
    Oct 2011
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    Last but not least, there is a missing function in the \program\lib\MDB2\Driver\mssql.php file. The function is SetCharSet. If you do not add the missing function, you will receive an error message stating that the SetCharSet method is not implemented. I have attached a copy of my mssql.php file for convenience, but here are the missing lines in that file.

    function setCharset($charset, $connection = null)
    {

    return true;

    }


    could you please advice where i can find the mssql.php file as you mentioned that you have attached.

    Thank you

  8. #28
    MKNDK is offline Roundcube Newcomer
    Join Date
    Oct 2011
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    i tried al the above still

    Check DB config
    DSN (write): NOT OK(MDB2 Error: not found)

    Please help!

+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3

Thread Information

Users Browsing this Thread

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

     

Tags for this Thread

Posting Permissions

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