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

Roundcube 1.4.2: Call to undefined function rcube_html_editor() #46

Open
axos88 opened this issue Jan 30, 2020 · 3 comments
Open

Roundcube 1.4.2: Call to undefined function rcube_html_editor() #46

axos88 opened this issue Jan 30, 2020 · 3 comments

Comments

@axos88
Copy link

axos88 commented Jan 30, 2020

PHP Fatal error:  Uncaught Error: Call to undefined function rcube_html_editor() in /var/www/roundcube/plugins/vacation/vacation.php:139
Stack trace:
#0 /var/www/roundcube/program/include/rcmail_output_html.php(1354): vacation->vacation_form()
#1 [internal function]: rcmail_output_html->xml_command()
#2 /var/www/roundcube/program/include/rcmail_output_html.php(1204): preg_replace_callback()
#3 /var/www/roundcube/program/include/rcmail_output_html.php(776): rcmail_output_html->parse_xml()
#4 /var/www/roundcube/program/include/rcmail_output_html.php(610): rcmail_output_html->parse()
#5 /var/www/roundcube/plugins/vacation/vacation.php(61): rcmail_output_html->send()
#6 /var/www/roundcube/program/lib/Roundcube/rcube_plugin_api.php(494): vacation->vacation_init()
#7 /var/www/roundcube/index.php(288): rcube_plugin_api->exec_action()
#8 {main}
  thrown in /var/www/roundcube/plugins/vacation/vacation.php on line 139

@doktoil-makresh
Copy link

same issue here, with RC 1.3.10+dfsg.1-1~deb10u1

@sylvainfaivre
Copy link

this is due to this commit : roundcube/roundcubemail@e1165fed8

the plugin seems to work when you replace line 139 in plugins/vacation/vacation.php :

                        #rcube_html_editor('identity');
                        rcmail::get_instance()->html_editor('identity');

Not tested on production server, use at your own risk.

@Kofl
Copy link

Kofl commented Sep 10, 2020

the default managesieve plugin in roundcube 1.4 can now also do vacation settings

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

4 participants