Roundcube Community Forum

 

Error No. [0x01F4]

Started by sfsa, March 19, 2009, 01:39:16 PM

Previous topic - Next topic

sfsa

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

rosali

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

sfsa

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.

rosali

#3
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).
Regards,
Rosali

sfsa

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?

Romulux

@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