We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing zipdownload, I have got following error:
[29-May-2019 22:22:37 GMT] PHP Fatal error: Uncaught Error: Call to undefined method rcube_utils::temp_filename() in /usr/share/apache2/roundcubemail-1.3.9/plugins/zipdownload/zipdownload.php:137 Stack trace: #0 /usr/share/apache2/roundcubemail-1.3.9/program/lib/Roundcube/rcube_plugin_api.php(493): zipdownload->download_attachments() #1 /usr/share/apache2/roundcubemail-1.3.9/index.php(289): rcube_plugin_api->exec_action('plugin.zipdownl...') #2 {main} thrown in /usr/share/apache2/roundcubemail-1.3.9/plugins/zipdownload/zipdownload.php on line 137
The text was updated successfully, but these errors were encountered:
This plugin version obviously does not work with Roundcube 1.3. Use the plugin distributed with your version of Roundcube.
Sorry, something went wrong.
Solved. Thank you.
No branches or pull requests
After installing zipdownload, I have got following error:
[29-May-2019 22:22:37 GMT] PHP Fatal error: Uncaught Error: Call to undefined method rcube_utils::temp_filename() in /usr/share/apache2/roundcubemail-1.3.9/plugins/zipdownload/zipdownload.php:137
Stack trace:
#0 /usr/share/apache2/roundcubemail-1.3.9/program/lib/Roundcube/rcube_plugin_api.php(493): zipdownload->download_attachments()
#1 /usr/share/apache2/roundcubemail-1.3.9/index.php(289): rcube_plugin_api->exec_action('plugin.zipdownl...')
#2 {main}
thrown in /usr/share/apache2/roundcubemail-1.3.9/plugins/zipdownload/zipdownload.php on line 137
The text was updated successfully, but these errors were encountered: