+ Reply to Thread
Results 1 to 6 of 6

Thread: Error No. [0x01F4]

  1. #1
    sfsa is offline Registered User
    Join Date
    Mar 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Error No. [0x01F4]

    so the issue is : i installed latest available version of roundcube (0.2.1), and here's what i get when i try to access it :

    SERVICE CURRENTLY NOT AVAILABLE!

    Error No. [0x01F4]

    what could be the problem? is setting up IMAP required to use roundcube? because i have no idea how to do it, i do not own the server - i just pay for hosting and domain.

    php 5.2.2

  2. #2
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    On a first glance it is a database issue. Did you install it by the RoundCube installer?
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  3. #3
    sfsa is offline Registered User
    Join Date
    Mar 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    i had a mysql database from my hosting provider, which i used aswell for phbb3 forum and coppermine gallery. so during the roundcube installation i simply filled in required fields with name,username, etc. of my mysql database. are there any specific settings? sending test email on setup finish works allright.

  4. #4
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    There a database scripts in the ./SQL folder. Cross check if all tables and fields are present.

    Also check RoundCube logs for more informations (./logs/error).
    Last edited by rosali; 03-20-2009 at 05:30 AM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  5. #5
    sfsa is offline Registered User
    Join Date
    Mar 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    error log shows that table "databasename_main.session" does not exist. so i guess i should create it manually on my mysql database? how many fields it should include?

  6. #6
    Romulux's Avatar
    Romulux is offline Registered User
    Join Date
    Mar 2009
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    @sfsa: pls check http://www.roundcubeforum.net/genera...no-0x01f4.html
    if your database is empty, the installer probably didn't create the tables. I just followed rosali's hint and executed the codes for creating tables in the sql-db and created the following tables manually, by executing the code in the ./sql folder in the file "mysql.initial" (every code separately, one for each table):
    - session
    - users
    - messages
    - cache
    - contacts
    - identities

    Cheers and good luck, romulux

+ 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