Hello,
Background: I have two hosting accounts at one company, one for my job the other personal. I installed beta 1 for work and it is working perfectly. I also wanted to have RC for my personal domain so downloaded and installed beta 2, configured it properly... everything is the same as the other install (remember they are on two different domains)... but nothing happens:
When I go to the RC page, it displays fine, however when I enter in my email address and password, my browser just sits there attempting to load the page. My browser doesn't report any errors. [Mac OS X 10.4.7 Build 8J2135 - latest updates - Safari 2.0.4 (419.3)]
I logged into my mySQL DB using phpMyAdmin, and all the tables are there, but only the sessions table has a record: created date time 0000-00-00 00:00:00 --- and --- changed datetime 0000-00-00 00:00:00
There are no log files in the logs folder.
I've deleted all the files, re-uploaded, deleted the DB, tried with 3 different database names and passwords, verfied the file permissions etc. Again, everything is configured correctly, was uploaded correctly, files have proper permissions, etc.
Info: Linux server running mySQL v. 4.1.11 // Configured to use PHP mail() not SMTP per my host's recommendations.
Any help would be appreciated. Any further info needed just ask. Thanks in advance.
Follow up: Still stuck...
I deleted everything again, and installed beta 1, which works. When I follow the instructions to update from beta 1 to beta 2, I no longer can sign in. Same issue as above, just shows that it's loading but the progress bar never moves and never logs in.
So there must be something that changed from beta 1 that is causing me grief. Could it be something in the index.php file?
Hmmm.
Have you checked the log file? Also just to make sure, you ran the sql file for MySQL 4.x and not the one for 5.x correct?
Quote from: jrmy Hmmm.
Have you checked the log file? Also just to make sure, you ran the sql file for MySQL 4.x and not the one for 5.x correct?
jrmy: Thanks for the reply.
No log files are generated. Yeah I thought maybe I ran the wrong sql file but I made sure after the first attempt to choose the 4.x file.
Any other ideas / suggestions? Beta 1 works, but if I fresh install OR upgrade it no longer works... just sits there.
Is your log directory writable by apache/your webserver user?
Quote from: jrmy Is your log directory writable by apache/your webserver user?
Yes. a beta 1 install could successfully write to the log dir. I've quadruple checked permissions.
Gotcha. So something is simply hanging while trying to contact the imap server to verify your credentials. How are you connecting to the imap server?
Quote from: jrmy Gotcha. So something is simply hanging while trying to contact the imap server to verify your credentials. How are you connecting to the imap server?
Thanks for the reply! You pointed me in the right direction, I've been thinking that it was maybe a missing file or something... but now I'm confused.
I configured the main.inc.php file like I did for beta 1:
$rcmail_config['default_host'] = 'mail.domain-name.extension';
and
$rcmail_config['default_port'] = 993;
Thats how I can get beta 1 to work. However I had to change 993 to 143 for beta 2 to log in.
I tried this:
$rcmail_config['default_host'] = 'ssl://mail.domain-name.extension:993';
But that produces an error message:
Quote[11-Aug-2006 13:53:30 -0700] IMAP Error: Could not connect to ssl://domain-name.extension at port 993: Operation now in progress in on line 0
I've been emailing my host, so maybe they can shed some light on the topic.
So, just to recap, I'm now able to use a fresh install of beta 2, but have to use port 143.
If you or anyone has ideas or suggestions on how to get it to work on port 993, I would appreciate it!
Great to hear you go it working! :)
You might want to try connecting using thunderbird or some other client. They usually give a pretty good error message. I wonder if in beta1 of roundcube you thought you were connecting to 993 but in reality it internally ignored that port and used 143....
ok i know im a newbie but het i can read php lol well anyway i did the correct editions to the php files in the config dir but what do you mean by running the sql file. cause right now i dont even get a login page or any errors and just to let you know its installed to a subdomain called rcmail
Roundcube requires a database backend before it will work. The SQL file contains the needed information to setup all the tables in the database.
Are you using a hosting account somewhere to do this?
i have my own server now i get output to the browser i gave the database user admin rights to the table but now i get service unavailable with this
Error No. 1f4)
Check out this thread.
http://roundcubeforum.net/forum/index.php?topic=306.0
ok i did and im not a technical person i have the following info in the db.inc.php file
$rcmail_config['db_dsnw'] = 'mysql://rcmail:
[email protected]/roundcube';
ok now im back to a blank any more ideas i looked at the other link you gave me and i changed my string to the following since it is in a sub domain
$rcmail_config['db_dsnw'] = 'mysql://roundcube:
[email protected]/roundcube';
but now all i get is a white page nothing uo it not even service not available comes up
please help
What is the name of your database?
Is your database server on the same servers as apache?
this is nice !!!!! wow im gonn have to promote this
I assume you got it working. :o
yes but plese look at this topichttp://roundcubeforum.net/forum/index.php?topic=354.0 (http://roundcubeforum.net/forum/index.php?topic=354.0)
Rather than start yet another post with the same exact symptoms and no definitive replies I'll just join this one.
Debian install everything appears to be fine, if i change username/pass gives error, right username/pass sits and loads until finally saying blahblah has exceeded time limit.
IMAP is definitely on 143 mx records are set properly etc.
Come on guys there has to be one answer for this problem...