Author Topic: Getmail Plugin in RC1.4.9 & php7.3  (Read 3746 times)

Offline Akecheta

  • Newbie
  • *
  • Posts: 2
Getmail Plugin in RC1.4.9 & php7.3
« on: December 25, 2020, 02:24:38 PM »
Hallo liebe Forenjaner,

ich habe bei mir den Roundcube installiert und will nun Getmail einfügen via Plugin. Habe es von Github herrunter Geladen und auch eingetragen, SQL in die Datenbank importiert (also die Tabelle angelegt) aber wenn ich nun im RC auf getmail klicke bekomme ich keine Eingabe formular angezeigt.

Fehler in der error log schaut wiefolgt aus...
Quote
[25-Dec-2020 20:21:47 Europe/Berlin] PHP Warning:  Use of undefined constant MCRYPT_BlOWFISH - assumed 'MCRYPT_BlOWFISH' (this will throw an Error in a future version of PHP) in /var/www/Web001/sonstiges/webmail/plugins/getmail/drivers/database/getmail_database_driver.php on line 49
[25-Dec-2020 20:21:47 Europe/Berlin] PHP Warning:  Use of undefined constant MCRYPT_MODE_CBC - assumed 'MCRYPT_MODE_CBC' (this will throw an Error in a future version of PHP) in /var/www/Web001/sonstiges/webmail/plugins/getmail/drivers/database/getmail_database_driver.php on line 49
[25-Dec-2020 20:21:47 Europe/Berlin] PHP Fatal error:  Uncaught Error: Call to undefined function mcrypt_create_iv() in /var/www/Web001/sonstiges/webmail/plugins/getmail/lib/encryption.php:86
Stack trace:
#0 /var/www/Web001/sonstiges/webmail/plugins/getmail/drivers/database/getmail_database_driver.php(116): Encryption->encrypt('###PASSWORT###', 'BZ\xC2\xA7MmSXW$LOGMb...')
#1 /var/www/Web001/sonstiges/webmail/plugins/getmail/getmail.php(140): getmail_database_driver->edit_config(Array)
#2 /var/www/Web001/sonstiges/webmail/program/lib/Roundcube/rcube_plugin_api.php(509): getmail->json_command()
#3 /var/www/Web001/sonstiges/webmail/index.php(293): rcube_plugin_api->exec_action('plugin.getmail-...')
#4 {main}
  thrown in /var/www/Web001/sonstiges/webmail/plugins/getmail/lib/encryption.php on line 86

fast das selbe kommt auch in zeile 107 ebenfalls eine funktion von mcrypt ( mcrypt_create_iv_size )


hat hierfür vlt jemand eine lösung? würde mich freuen wenn da schon jemand etwas überarbeitet hat.