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

Download Excel, CSV, HTML, ... does not work on running polls #2286

Closed
6 of 22 tasks
aed2fe opened this issue Feb 22, 2022 · 3 comments · Fixed by #2287
Closed
6 of 22 tasks

Download Excel, CSV, HTML, ... does not work on running polls #2286

aed2fe opened this issue Feb 22, 2022 · 3 comments · Fixed by #2287
Labels
Milestone

Comments

@aed2fe
Copy link

aed2fe commented Feb 22, 2022

What is going wrong? What did you observe?

The download via the download button does not work. Independent of the Format I want to download (Excel, HTML, CSV, ...) none of them is working for polls which are

Steps to reproduce the behavior

  1. Open a running poll
  2. Click on Download
  3. Select the format of the result file

Add a screenshot of the misbehavior

If applicable, add screenshots to help explain your problem.

How should it work?

What you expected to happen?

Same like for closed polls. A download popup window should appear and ask where I want to download the file

Information about your polls installation

Polls version: 3.5.4

Fresh installation or update from a prior version (from which one)?

  • First time install
  • Update from a prior version
    Version number of the previous version:

How did you install this version?(Appstore or describe installation)

  • Installed from the appstore
  • Installed via occ
  • Installed via extracting downloaded package to the apps folder

Information about your Instance of Nextcloud

Nextcloud version: 23.0.2

Enabled: - accessibility: 1.9.0 - activity: 2.15.0 - bruteforcesettings: 2.3.0 - circles: 23.0.1 - cloud_federation_api: 1.6.0 - comments: 1.13.0 - contactsinteraction: 1.4.0 - dashboard: 7.3.0 - dav: 1.21.0 - documentserver_community: 0.1.12 - federatedfilesharing: 1.13.0 - federation: 1.13.0 - files: 1.18.0 - files_pdfviewer: 2.4.0 - files_rightclick: 1.2.0 - files_sharing: 1.15.0 - files_trashbin: 1.13.0 - files_versions: 1.16.0 - files_videoplayer: 1.12.0 - firstrunwizard: 2.12.0 - groupfolders: 11.1.2 - logreader: 2.8.0 - lookup_server_connector: 1.11.0 - nextcloud_announcements: 1.12.0 - notifications: 2.11.1 - oauth2: 1.11.0 - onlyoffice: 7.3.0 - password_policy: 1.13.0 - passwords: 2022.2.12 - photos: 1.5.0 - polls: 3.5.4 - privacy: 1.7.0 - provisioning_api: 1.13.0 - recommendations: 1.2.0 - registration: 1.4.0 - serverinfo: 1.13.0 - settings: 1.5.0 - sharebymail: 1.13.0 - support: 1.6.0 - survey_client: 1.11.0 - systemtags: 1.13.0 - text: 3.4.0 - theming: 1.14.0 - twofactor_backupcodes: 1.12.0 - updatenotification: 1.13.0 - user_status: 1.3.1 - viewer: 1.7.0 - weather_status: 1.3.0 - workflowengine: 2.5.0 Disabled: - admin_audit - calendar: 3.0.6 - contacts: 4.0.8 - encryption - files_external - mail: 1.11.7 - officeonline: 1.1.2 - spreed: 13.0.3 - user_ldap
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
{ "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "nextcloud.pusblu-cloud.de" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "23.0.2.1", "overwrite.cli.url": "https:\/\/nextcloud.pusblu-cloud.de", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "memcache.local": "OC\\Memcache\\APCu", "defalut_location": "de_DE", "default_phone_region": "DE", "mail_smtpmode": "smtp", "mail_smtpsecure": "tls", "mail_sendmailmode": "smtp", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "587", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "maintenance": false, "theme": "", "loglevel": 2, "updater.release.channel": "stable" } }
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Server configuration (decide, if you think it is helpful)

Database:

  • MySql version: 10.3.32
  • MariaDB version:
  • PostgreSQL version:
  • Oracle version:
  • SQLite:
  • Other (add name and version):

PHP version:

  • 7.3 or lower
  • 7.4
  • 8.0

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Client configuration

Device:

  • PC
  • Mac
  • Mobile phone
  • Tablet

Browser:

  • Firefox version: 95.0.2 (64-bit)
  • Chrome version:
  • Safari version:
  • Other (add name and version):

Logs

Nextcloud log (data/nextcloud.log)
Insert your Nextcloud log here
Browser console log
Insert your browser console log here
Other browser logs
Insert additional logs from your browser here
@dartcafe
Copy link
Collaborator

Poll title must be no longer than 31 charaters for export. See #2285 and #2284

@dartcafe dartcafe added the bug label Feb 23, 2022
@dartcafe dartcafe pinned this issue Feb 23, 2022
@dartcafe dartcafe added this to the 3.6 milestone Feb 23, 2022
@aed2fe
Copy link
Author

aed2fe commented Feb 23, 2022

Thanks for the hint. That solves my issue.

@aed2fe aed2fe closed this as completed Feb 23, 2022
@dartcafe dartcafe reopened this Feb 24, 2022
@dartcafe dartcafe linked a pull request Feb 24, 2022 that will close this issue
@dartcafe dartcafe unpinned this issue Apr 2, 2022
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants