Roundcube Community Forum

Release Support => Pending Issues => Topic started by: sfsa on March 19, 2009, 01:39:16 PM

Title: Error No. [0x01F4]
Post by: sfsa 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
Title: Error No. [0x01F4]
Post by: rosali 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?
Title: Error No. [0x01F4]
Post by: sfsa 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.
Title: Error No. [0x01F4]
Post by: rosali 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).
Title: Error No. [0x01F4]
Post by: sfsa 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?
Title: Error No. [0x01F4]
Post by: Romulux on March 26, 2009, 04:28:44 PM
@sfsa: pls check http://www.roundcubeforum.net/general-discussion/4196-error-no-0x01f4.html (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