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.2 could not work with the following error #38

Open
Paul-LKW opened this issue Nov 29, 2016 · 1 comment
Open

Roundcube 1.2 could not work with the following error #38

Paul-LKW opened this issue Nov 29, 2016 · 1 comment

Comments

@Paul-LKW
Copy link

Paul-LKW commented Nov 29, 2016

I just installed RC 1.2 with PHP-5.6.27 and installed rc-vacation plugin and find error below and checked no any database entry is inserted into DB.

PHP Warning: Invalid argument supplied for foreach() in : DB Error: [1292] Incorrect datetime value: '1480377600' for column 'activefrom' at row 1 (SQL Query: INSERT INTO vacation (email,domain,subject,body,created,active,activefrom,activeuntil)
VALUES ('[email protected]','xxx.xxx','Out of office','I'm currently out of office.',NOW(),'1','1480377600','1481328000')) in /usr/local/www/roundcube/program/lib/Roundcube/rcube_db.php on line 539 (POST /?_task=settings&_action=plugin.vacation-save)
Warning: Call to deprecated function rcmail_overwrite_action(); See bc.inc for replacement
Warning: Call to deprecated function Q(); See bc.inc for replacement
Warning: Call to deprecated function rcube_html_editor(); See bc.inc for replacement

any way could I fix it ?

Paul.LKW
^_^

@GwynethLlewelyn
Copy link

I think not. As far as I can tell from looking at the code, this plugin is too old for that, and still uses the old RC plugin API...

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

2 participants