Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After migration Can't login #5494

Closed
marloostudio opened this issue Oct 29, 2016 · 7 comments
Closed

After migration Can't login #5494

marloostudio opened this issue Oct 29, 2016 · 7 comments

Comments

@marloostudio
Copy link

After migrating the Cpanel account with RoundCube.
Now we can't login anymore, after login it goes to blank page and also the URL shows:
https://webmail.********.net/?_task=login

I dont know what to do with this, tried everything.

@alecpl
Copy link
Member

alecpl commented Oct 29, 2016

Check error log (Roundcube's or Apache's).

@alecpl alecpl closed this as completed Oct 29, 2016
@marloostudio
Copy link
Author

There is not much in the error. All of our clients can access their round cube via domain.com/webmail

but for one of our client that we have https://webmail.domain.com

it goes to blank page after migration of cpanel account

@marloostudio
Copy link
Author

after migration of Cpanel from our old server to new Centos 6, our client with SSL can't login at their subdomain of: https://webmail.*****.net

after login the page goes to blank page with 500 error. the following is the log and i'm sure i have the right user and pass..

[2016-10-28 23:40:41 -0700] info [cpsrvd] 72.137.211.9 - ali@_.net "POST /login/?login_only=1 HTTP/1.1" FAILED LOGIN webmaild: user password incorrect
[2016-10-28 23:41:41 -0700] info [cpsrvd] 72.137.211.9 - ali@.net "POST /login/?login_only=1 HTTP/1.1" FAILED LOGIN webmaild: user password incorrect
[2016-10-28 23:41:47 -0700] info [cpsrvd] 72.137.211.9 - ali@.net"POST /login/?login_only=1 HTTP/1.1" FAILED LOGIN webmaild: user password incorrect
[2016-10-28 23:42:11 -0700] info [cpsrvd] 72.137.211.9 - ali@
_.net "POST /login/?login_only=1 HTTP/1.1" FAILED LOGIN webmaild: user password incorrect

@alecpl
Copy link
Member

alecpl commented Oct 29, 2016

Please, use mailing list or forum. I'm afraid this has nothing to do with Roundcube itself.

@marloostudio
Copy link
Author

Which forum would you recommand?

@rmcaninch
Copy link
Contributor

There is a web forum or mailing list. https://roundcube.net/support/

@marloostudio
Copy link
Author

marloostudio commented Oct 29, 2016

Guys, I finally got this fixed, Writing the solution here for anyone else that has the issue.

The mbstring wasn't enabled on apache, so I used the following step to fix the issue:

Source:

https://forums.cpanel.net/threads/enable-install-mbstring-module.158165/

Steps:

  1. You can access EasyApache by going to the Software section of WHM and clicking on EasyApache. Command-line folks can just use /scripts/easyapache.
  2. If you're asked to update, do so then come back to this screen. Updates often contain enhancements to allow EasyApache to support updated technologies.
  3. On the first screen ("1. Profile"), select "Previously Saved Config (** DEFAULT **)" and then click on "Start customizing based on profile."

This setting will display your current settings throughout the rest of the EasyApache interface. This way you don't need to lookup what your current configuration is, you just change the items you want to have changed (e.g. adding mbstring support to PHP)

  1. Continue clicking "Next" until you get to "5. Short Options List" then click "Exhaustive Options List" at the bottom of the page.
  2. Under PHP, check the checkbox for "Mbstring" then click "Save and Build"
  3. Follow any further on-screen instructions that appear.

The cool thing about EasyApache is that it will ensure everything will work before attempting to apply it to your server. In the relatively rare event that something fails, your current configuration is restored and you will be prompted to allow us to investigate what happened so we can resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants