ISSUE upgrade roundcube and phpmyadmin

pat154154

New member
Joined
Jan 8, 2026
Messages
1
i'm not sure what wrong
it's remove current version folder after install
download_cached: using cached '/usr/local/directadmin/custombuild/cache/roundcubemail-1.6.12-complete.tar.gz' file
updating database user da_roundcube@localhost password
error parsing config: field one_click_pma_login: unexpected value:
error parsing config: field one_click_webmail_login: unexpected value:
error parsing config: field one_click_pma_login: unexpected value:
error parsing config: field one_click_webmail_login: unexpected value:
error parsing config: field one_click_pma_login: unexpected value:
error parsing config: field one_click_webmail_login: unexpected value:
error parsing config: field one_click_pma_login: unexpected value:
error parsing config: field one_click_webmail_login: unexpected value:
error parsing config: field one_click_pma_login: unexpected value:
error parsing config: field one_click_webmail_login: unexpected value:
Checking for database schema updates...
WARNING: Changed defaults (These config options have new default values):
- 'skin'
- 'smtp_port'
- 'smtp_user'
- 'smtp_pass'
- 'jquery_ui_skin_map'
Executing database schema update.
Indexing contacts for user 1...
Indexing contacts for user 2...
Indexing contacts for user 6...
Indexing contacts for user 7...
Indexing contacts for user 8...
Indexing contacts for user 9...
Indexing contacts for user 10...
done.
This instance of Roundcube is up-to-date.
Have fun!
removing /var/www/html/roundcubemail-1.6.12-0Lw6
Roundcube 1.6.12 installed
 
@pat154154 please run this command:
Code:
da config-get one_click_webmail_login
and check the result of it. The value there should be "1" or "0", like:
Code:
[root@server2 ~]# da config-get one_click_webmail_login
1
[root@server2 ~]#
Some more information you can find here about that DA configuration option:

Please note that except "one_click_webmail_login" option, DA has "one_click_webmail_link" option too with a little bit different name and function:
 
Back
Top