Tell us what should happen
The Popup should appear, were the apps are shown. Then, my folders should appear.
Tell us what happens instead
The popup don`t appear, the folders as well not. Only the left part of the frontpage appears.
When logging in the first time with another browser, then logging in with IE, everythink works.
Operating system: RHEL 7
Web server: Apache 2.4
Database: MySQL 5.5
PHP version: 5.5
Nextcloud version: (see Nextcloud admin page)
10.0
Updated from an older Nextcloud/ownCloud or fresh install:
fresh install
Where did you install Nextcloud from:
CLI
Signing status:
Signing status
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
List of activated apps:
App list
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
The content of config/config.php:
Config report
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
(Without the database password, passwordsalt and secret)
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP config
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Browser: IE 11
Operating system: Windows10
Web server error log
Insert your webserver log here
Nextcloud log
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Please provide additional information such as the LDAP config.
Hi, and thanks for the quick reply.
here`s my config.php. Which information is additional needed?
<?php
$CONFIG = array (
'passwordsalt' => '*',
'secret' => *',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'datenportal',
2 => 'datenportal.*',
3 => '*',
),
'datadirectory' => '/var/www/nextcloud/data',
'overwrite.cli.url' => 'http://localhost',
'dbtype' => 'mysql',
'version' => '9.1.0.16',
'dbname' => 'nextcloud_db',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_admin',
'dbpassword' => '*',
'logfile' => '/var/log/nextcloud.log',
'installed' => true,
'instanceid' => '*',
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'mailserver01.*',
'mail_smtpport' => '25',
'mail_from_address' => 'datenportal',
'mail_domain' => '*',
'ldapIgnoreNamingRules' => false,
'ldapProviderFactory' => '\\OCA\\User_LDAP\\LDAPProviderFactory',
);
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
sudo -u apache php occ ldap:show-config
+-------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Configuration | |
+-------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| hasMemberOfFilterSupport | 1 |
| hasPagedResultSupport | |
| homeFolderNamingRule | |
| lastJpegPhotoLookup | 0 |
| ldapAgentName | CN=auth_nextcloud,OU=Technische |
| ldapAgentPassword | *** |
| ldapAttributesForGroupSearch | |
| ldapAttributesForUserSearch | |
| ldapBackupHost | |
| ldapBackupPort | |
| ldapBase | DC= |
| ldapBaseGroups | DC= |
| ldapBaseUsers | DC= |
| ldapCacheTTL | 600 |
| ldapConfigurationActive | 1 |
| ldapDynamicGroupMemberURL | |
| ldapEmailAttribute | mail |
| ldapExperiencedAdmin | 0 |
| ldapExpertUUIDGroupAttr | |
| ldapExpertUUIDUserAttr | |
| ldapExpertUsernameAttr | |
| ldapGroupDisplayName | cn |
| ldapGroupFilter | |
| ldapGroupFilterGroups | |
| ldapGroupFilterMode | 0 |
| ldapGroupFilterObjectclass | |
| ldapGroupMemberAssocAttr | uniqueMember |
| ldapHost | e |
| ldapIgnoreNamingRules | |
| ldapLoginFilter | (&(&(|(objectclass=user))(|(|(memberof=CN=GRUPPE DATENPORTAL,CN=Users,DC=,DC=de)(primaryGroupID=28487))(|(memberof=CN=proxy_Betriebsbezogen,OU=Groups,OU=Proxy,OU=CheckpointDefinitionen,DC=,DC=de)(primaryGroupID=27615))(|(memberof=CN=proxy_offen,OU=Groups,OU=Proxy,OU=CheckpointDefinitionen,DC=,DC=de)(primaryGroupID=27617))(|(memberof=CN=proxy_offen_ohneSocialMedia,OU=Groups,OU=Proxy,OU=CheckpointDefinitionen,DC=,DC=de)(primaryGroupID=27616))))(|(samaccountname=%uid)(|(mailPrimaryAddress=%uid)(mail=%uid)))) |
| ldapLoginFilterAttributes | |
| ldapLoginFilterEmail | 1 |
| ldapLoginFilterMode | 0 |
| ldapLoginFilterUsername | 1 |
| ldapNestedGroups | 0 |
| ldapOverrideMainServer | |
| ldapPagingSize | 500 |
| ldapPort | 389 |
| ldapQuotaAttribute | |
| ldapQuotaDefault | |
| ldapTLS | 0 |
| ldapUserDisplayName | displayname |
| ldapUserDisplayName2 | |
| ldapUserFilter | (&(|(objectclass=user))(|(|(memberof=CN=GRUPPE DATENPORTAL,CN=Users,DC= DC=de)(primaryGroupID=28487))(|(memberof=CN=proxy_Betriebsbezogen,OU=Groups,OU=Proxy,OU=CheckpointDefinitionen,DC=,DC=de)(primaryGroupID=27615))(|(memberof=CN=proxy_offen,OU=Groups,OU=Proxy,OU=CheckpointDefinitionen,DC=,DC=de)(primaryGroupID=27617))(|(memberof=CN=proxy_offen_ohneSocialMedia,OU=Groups,OU=Proxy,OU=CheckpointDefinitionen,DC=,DC=de)(primaryGroupID=27616)))) |
| ldapUserFilterGroups | GRUPPE DATENPORTAL;proxy_Betriebsbezogen;proxy_offen;proxy_offen_ohneSocialMedia |
| ldapUserFilterMode | 0 |
| ldapUserFilterObjectclass | user |
| ldapUuidGroupAttribute | auto |
| ldapUuidUserAttribute | auto |
| turnOffCertCheck | 0 |
| useMemberOfToDetectMembership | 1 |
+-------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Do you need any further information? I only ask because of teh flag. Cheers
Any error in the browser console? You can open that with F12. Then refresh the page.
I suspect the problem being caused by a JS error, because both, the loading of the first-run-wizard as well as the loading of the file list is done via javascript.
LDAP authentication should be unrelated.
You are right! It`s not an LDAP-Issue. I just createt an DB-User, and the same issue.
Here is the Screenshot from the Konsole-Output of IE11.
This should be easy adjustable by all of you. Do you plan to take IE completly out of support?

@MorrisJobke any idea?
I have seen this too - I will look into this once my laptop is back (there I have some IE virtual boxes)
any news about your laptop @MorrisJobke
Okay ... works with master. I will retest with stable10.
master = 11.0 alpha?
master = 11.0 alpha?
yes.
Okay. I can reproduce this on stable10
The stack trace of when the error happens:

Once the first run wizard is disabled the issue is gone. This only happens in stable10 - master and stable9 works fine.
thanks @MorrisJobke
Can i do the changes manually?
Yes: Apply the patch: https://patch-diff.githubusercontent.com/raw/nextcloud/firstrunwizard/pull/21.patch
patch -p1 < 21.patch inside the apps/firstrunwizard folder.
works great! thanks again
Most helpful comment
works great! thanks again