gianlucagiacometti / Roundcube-Forward

RoundCube plugin to set forward addresses in PostfixAdmin database
GNU General Public License v2.0
7 stars 10 forks source link

plugin is worked but error in error log #9

Open Paul-LKW opened 7 years ago

Paul-LKW commented 7 years ago

Roundcube 1.2 with PHP-5.6.27 get the below error.

Warning: Call to deprecated function get_input_value(); See bc.inc for replacement Warning: Call to deprecated function rcmail_overwrite_action(); See bc.inc for replacement Warning: Call to deprecated function Q(); See bc.inc for replacement

any way could fix it ?

Paul-LKW commented 7 years ago

Sorry, it is not work at all.

iBL1nK commented 7 years ago

Hi Paul, that isn't much info to go on. What did you do for the error to show up? What were you trying to do?

Paul-LKW commented 7 years ago

Dear Raymond: Great thanks for your reply, let me describe the background first;

OS: FreeBSD 10.2 (I think no much related) PHP Version: 5.6.28 Roundcube Version: 1.2.2 Forward Plugin Version: 1.1.0

but just tried 1.1.1 seems fixed the alias entry removal issue when save forward setting.

However when I configured forward plugin and click on "Forward" from the Setting page, below error show on the roundcube's logs/errors

[18-Dec-2016 01:06:47 Asia/Hong_Kong] PHP Warning: explode() expects parameter 2 to be string, array given in /usr/local/www/roundcube/plugins/forward/forward.php on line 127 [18-Dec-2016 01:06:47 Asia/Hong_Kong] PHP Warning: in_array() expects parameter 2 to be array, null given in /usr/local/www/roundcube/plugins/forward/forward.php on line 128 [18-Dec-2016 01:06:47 Asia/Hong_Kong] PHP Warning: array_diff(): Argument #1 is not an array in /usr/local/www/roundcube/plugins/forward/forward.php on line 132 [18-Dec-2016 01:06:47 +0800]: <6tajaggv> Warning: Call to deprecated function Q(); See bc.inc for replacement

if I try to enable/disable the forward and either keep original message or not I will see below error show on the roundcube's logs/errors

[18-Dec-2016 01:25:23 +0800]: <6tajaggv> Warning: Call to deprecated function get_input_value(); See bc.inc for replacement [18-Dec-2016 01:25:23 +0800]: <6tajaggv> Warning: Call to deprecated function rcmail_overwrite_action(); See bc.inc for replacement [18-Dec-2016 01:25:23 +0800]: <6tajaggv> Warning: Call to deprecated function Q(); See bc.inc for replacement

Hope above details could help you fix that.

BR, Paul.LKW

Raymond Deng 於 18/12/2016 0:46 寫道:

Hi Paul, that isn't much info to go on. What did you do for the error to show up? What were you trying to do?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gianlucagiacometti/roundcube-forward/issues/9#issuecomment-267772710, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYmhMrI4JHcIGAmApnXpoaZj3DX1G47ks5rJBHrgaJpZM4K-xVM.

Paul-LKW commented 7 years ago

Dear Raymond: One thing forgot to let you know; the MySQL version is 5.6.34.

BR, Paul.LKW

Paul.LKW 於 18/12/2016 1:59 寫道:

Dear Raymond: Great thanks for your reply, let me describe the background first;

OS: FreeBSD 10.2 (I think no much related) PHP Version: 5.6.28 Roundcube Version: 1.2.2 Forward Plugin Version: 1.1.0

but just tried 1.1.1 seems fixed the alias entry removal issue when save forward setting.

However when I configured forward plugin and click on "Forward" from the Setting page, below error show on the roundcube's logs/errors

[18-Dec-2016 01:06:47 Asia/Hong_Kong] PHP Warning: explode() expects parameter 2 to be string, array given in /usr/local/www/roundcube/plugins/forward/forward.php on line 127 [18-Dec-2016 01:06:47 Asia/Hong_Kong] PHP Warning: in_array() expects parameter 2 to be array, null given in /usr/local/www/roundcube/plugins/forward/forward.php on line 128 [18-Dec-2016 01:06:47 Asia/Hong_Kong] PHP Warning: array_diff(): Argument #1 is not an array in /usr/local/www/roundcube/plugins/forward/forward.php on line 132 [18-Dec-2016 01:06:47 +0800]: <6tajaggv> Warning: Call to deprecated function Q(); See bc.inc for replacement

if I try to enable/disable the forward and either keep original message or not I will see below error show on the roundcube's logs/errors

[18-Dec-2016 01:25:23 +0800]: <6tajaggv> Warning: Call to deprecated function get_input_value(); See bc.inc for replacement [18-Dec-2016 01:25:23 +0800]: <6tajaggv> Warning: Call to deprecated function rcmail_overwrite_action(); See bc.inc for replacement [18-Dec-2016 01:25:23 +0800]: <6tajaggv> Warning: Call to deprecated function Q(); See bc.inc for replacement

Hope above details could help you fix that.

BR, Paul.LKW

Raymond Deng 於 18/12/2016 0:46 寫道:

Hi Paul, that isn't much info to go on. What did you do for the error to show up? What were you trying to do?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gianlucagiacometti/roundcube-forward/issues/9#issuecomment-267772710, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYmhMrI4JHcIGAmApnXpoaZj3DX1G47ks5rJBHrgaJpZM4K-xVM.

iBL1nK commented 7 years ago

Hi Paul, So are you saying that your problem has been resolved when using plugin version 1.1.1? Additionally, how many emails have you set it to forward to for this issue to occur? Are there situations where no errors occur?

Paul-LKW commented 7 years ago

Hi Raymond: Yes. 1.1.1 is worked but with errors generated. It is within 3 email for the forward to try and all has this errors.

BR, Paul.LKW

Raymond 於 18/12/2016 4:55 寫道:

Hi Paul, So are you saying that your problem has been resolved when using plugin version 1.1.1? Additionally, how many emails have you set it to forward to for this issue to occur? Are there situations where no errors occur?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gianlucagiacometti/roundcube-forward/issues/9#issuecomment-267786238, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYmhFl1Jixe1SU9EzUXjKQvYI0Y9GLjks5rJEw4gaJpZM4K-xVM.

iBL1nK commented 7 years ago

Ok so it's just a minor bug at this point then, everything else works. It looks like just a warning error