Skip to content

NC18.0.1 RC1 could not load pictures on webpage #392

Description

@nyanmisaka

Steps to reproduce

  1. Upgrade from NC17 to NC18.0.1 RC1.
  2. Rename a picture so that it contains spaces or characters in languages other than English and numbers.
  3. Click on this picture in the Files Tab, it can't be successfully loaded and the progress bar just keeps rotating.
    1
    3
    4

Expected behaviour

The picture loads normally after clicking the picture.

Actual behaviour

The picture can't be successfully loaded and the progress bar just keeps rotating.
2

Server configuration

Operating system: Ubuntu 18.04LTS

Web server: Apache 2.4.29

Database: MariaDB 10.1.44

PHP version: PHP 7.2.24

Nextcloud version: 18.0.1 RC1

Updated from an older Nextcloud/ownCloud or fresh install: Updated from NC17 stable

Where did you install Nextcloud from: Zip package from nextcloud website

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:
  - activity: 2.11.0
  - apporder: 0.9.0
  - audioplayer: 2.9.0
  - audioplayer_editor: 0.2.0
  - bruteforcesettings: 1.5.0
  - camerarawpreviews: 0.7.3
  - checksum: 0.4.4
  - cloud_federation_api: 1.1.0
  - dav: 1.14.0
  - external: 3.5.0
  - extract: 1.2.3
  - federatedfilesharing: 1.8.0
  - federation: 1.8.0
  - files: 1.13.1
  - files_external: 1.9.0
  - files_pdfviewer: 1.7.0
  - files_rightclick: 0.15.2
  - files_sharing: 1.10.1
  - files_trashbin: 1.8.0
  - files_versions: 1.11.0
  - files_videoplayer: 1.7.0
  - firstrunwizard: 2.7.0
  - flowupload: 0.1.8
  - logreader: 2.3.0
  - lookup_server_connector: 1.6.0
  - metadata: 0.11.1
  - music: 0.12.1
  - nextcloud_announcements: 1.7.0
  - notes: 3.1.4
  - notifications: 2.6.0
  - oauth2: 1.6.0
  - password_policy: 1.8.0
  - photos: 1.0.0
  - previewgenerator: 2.2.0
  - provisioning_api: 1.8.0
  - serverinfo: 1.8.0
  - settings: 1.0.0
  - sharebymail: 1.8.0
  - support: 1.1.0
  - systemtags: 1.8.0
  - text: 2.0.0
  - theming: 1.9.0
  - twofactor_backupcodes: 1.7.0
  - twofactor_totp: 4.1.2
  - updatenotification: 1.8.0
  - video_converter: 0.1.3
  - viewer: 1.2.0
  - workflowengine: 2.0.0
Disabled:
  - accessibility
  - admin_audit
  - comments
  - drawio
  - dropit
  - encryption
  - files_ebookreader
  - ocdownloader
  - onlyoffice
  - privacy
  - recommendations
  - sharerenamer
  - socialsharing_email
  - survey_client
  - uploaddetails
  - user_ldap

Nextcloud configuration:

Config report
<?php
$CONFIG = array (
  'instanceid' => '',
  'passwordsalt' => '',
  'secret' => '',
  'trusted_domains' => 
  array (
    0 => '192.168.56.2:8089',
    1 => '',
    2 => '',
  ),
  'datadirectory' => '/var/www/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '18.0.1.0',
  'overwrite.cli.url' => 'https://192.168.56.2:8089',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '',
  'dbpassword' => '',
  'installed' => true,
  'htaccess.RewriteBase' => '/',
  'session_lifetime' => 86400,
  'session_keepalive' => true,
  'filesystem_check_changes' => 1,
  'memcache.local' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'localhost',
    'port' => 6379,
  ),
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'maintenance' => false,
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => '',
  'mail_domain' => '',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtpport' => '465',
  'mail_smtpname' => '',
  'mail_smtppassword' => '',
  'mail_smtphost' => '',
  'theme' => '',
  'loglevel' => 2,
  'updater.release.channel' => 'beta',
);

Are you using external storage, if yes which one: no

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: Chrome 80 / Firefox 72

Operating system: Windows 10 1909

Logs

No related error log

Metadata

Metadata

Assignees

No one assigned

    Labels

    1. to developAccepted and waiting to be taken care ofbugSomething isn't workingregressionRegression of a previous working feature

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions