Author Topic: Error No. [0x01F4]  (Read 6310 times)

Offline sfsa

  • Newbie
  • *
  • Posts: 3
Error No. [0x01F4]
« on: March 19, 2009, 01:39:16 PM »
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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Error No. [0x01F4]
« Reply #1 on: March 19, 2009, 02:17:49 PM »
On a first glance it is a database issue. Did you install it by the RoundCube installer?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline sfsa

  • Newbie
  • *
  • Posts: 3
Error No. [0x01F4]
« Reply #2 on: March 19, 2009, 04:28:21 PM »
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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Error No. [0x01F4]
« Reply #3 on: March 20, 2009, 01:27:30 AM »
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 Edit: March 20, 2009, 01:30:35 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline sfsa

  • Newbie
  • *
  • Posts: 3
Error No. [0x01F4]
« Reply #4 on: March 20, 2009, 08:35:14 AM »
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?

Offline Romulux

  • Jr. Member
  • **
  • Posts: 11
Error No. [0x01F4]
« Reply #5 on: March 26, 2009, 04:28:44 PM »
@sfsa: pls check http://www.roundcubeforum.net/general-discussion/4196-error-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