On a first glance it is a database issue. Did you install it by the RoundCube installer?
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
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
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.
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
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?
@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
There are currently 1 users browsing this thread. (0 members and 1 guests)