hazarkarabay / hmsfromrc

Roundcube plugin for manage autoresponder and forwarder on hMailServer backend.
0 stars 1 forks source link

Not loading #3

Open mvldebian opened 6 years ago

mvldebian commented 6 years ago

I added 'jqueryui', 'hmsfromrc' on roundcube config.inc.php

Files ok, I have edited the plugin fields correctly. I tested it via SQL and only keeps loading until it displays a blank page. Via DCOM loads the page but does not load the plugin.

I tested my password with and without special characters. I believe it is not authentication.

Roundcube Webmail 1.3.6 jqueryui 1.12.0 Windows 2012 R2, IIS 8, PHP 5.6.3 MySQL 5.7 Hmailserver 5.6.7-B2425

pik-256 commented 6 years ago

RC 1.3 requires a few changes to a plugin code to proper work. Replace all calls to Q() with rcube::Q() in a file hmsfromrc.php (replace "Q" with "rcube::Q". Case sensitive)