Roundcube Community Forum

 

[SOLVED]could not install by "click next"

Started by sorryboy, January 02, 2014, 12:48:15 AM

Previous topic - Next topic

sorryboy

thanks for your reply
Yes,I have restart the web server after making the changes

23:26 fbismc@gate2:/JOY/USER/fbismc #/usr/local/etc/rc.d/apache22 restart
Performing sanity check on apache22 configuration:
Syntax OK
Stopping apache22.
Waiting for PIDS: 10963.
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.

And I also make changed of my php.ini
23:27 fbismc@gate2:/JOY/USER/fbismc #cat /usr/local/etc/php.ini | grep request_order
; request_order
;request_order = "None"
request_order = "GP"

23:39 fbismc@gate2:/JOY/USER/fbismc #cat /usr/local/etc/php.ini | grep variables_order
; variables_order
variables_order = "GPCS"
After change I restart web server ,and clear my browser cookies

Did anything I missed ?
thanks a lot

JohnDoh

can you post the output from phpinfo()? please make sure to run it from the same location as roundcube.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

sorryboy

thanks for your reply
I have mail a message to you

sorryboy

Could anyone give some suggestion
I am stuck in this case :'(

sorryboy

Recently, I tried to reinstall all the PHP pakge, and install roundcube by extract tar.gz file.
And , It works now!

sorryboy

I have a new question.........
Now my rounducbe is work fine , sending and receiving are good!
But ,when I sent a mail ,the user mail address is "abc@mail.xyz.ok.com",which "mail.xyz.ok.com" is my mail server in DNS setting.
I wish to have a mail address with "abc@xyz.ok.com" just like my openwebmail and outlook setting.
I tried to change $rcmail_config['username_domain'] = ''; to $rcmail_config['username_domain'] = 'xyz.ok.com';
But after I make this change, the login  failed.
How to fix this problem, thanks.


JohnDoh

Hi,

you set the wrong config option. set mail_domain to 'xyz.ok.com'

you will also need to update the identities of any users which already exist manually.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

sorryboy