Username and password fields missing

Nextcloud version (eg, 12.0.2): 17.0.1
Operating system and version (eg, Ubuntu 17.04): CentOS 7
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.6
PHP version (eg, 7.1): 7.2

The issue you are facing:
Unable to log in after trying to enable intl.so in php.ini due to errors in Nextcloud logging. Error was persistent after a reboot. Removed intl.so from php.ini and login fields were missing after restarting apache.

Is this the first time you’ve seen this error? (Y/N): y

The output of your Nextcloud log in Admin > Logging: this error repeats.

{"reqId":"XeyLP08tMPEA-KqW4RqVdQAAAAE","level":3,"time":"2019-12-08T05:33:51+00:00","remoteAddr":"108.162.216.186","user":"--","app":"PHP","method":"GET","url":"\/index.php\/login","message":"You are using a fallback implementation of the intl extension. Installing the native one is highly recommended instead. at \/home\/nggcloud\/public_html\/3rdparty\/patchwork\/utf8\/src\/Patchwork\/Utf8\/Bootup\/intl.php#18","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/78.0.3904.108 Safari\/537.36","version":"17.0.1.1"}

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '*****************',
  'passwordsalt' => '*************************',
  'secret' => '************************',
  'trusted_domains' => 
  array (
    0 => 'cloud.******.us',
  ),
  'datadirectory' => '/home/nggcloud/public_html/data',
  'dbtype' => 'mysql',
  'version' => '17.0.1.1',
  'overwrite.cli.url' => 'https://cloud.*********.us',
  'dbname' => 'ngg_cloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nggcloud',
  'dbpassword' => '*****************',
  'installed' => true,
  'loglevel' => 0,
  'mail_smtpmode' => 'smtp',
  'mail_smtpauth' => 1,
  'mail_sendmailmode' => 'smtp',
  'mail_smtpauthtype' => 'PLAIN',
  'mail_from_address' => 'cloud',
  'mail_domain' => '*******.us',
  'mail_smtphost' => 'smtp.mailgun.org',
  'mail_smtpname' => 'postmaster@mg.********.us',
  'mail_smtppassword' => '*************',
  'mail_smtpport' => '25',
);

The output of your Apache/nginx/system log in /var/log/____:

[Sun Dec 08 04:27:05.253341 2019] [auth_digest:notice] [pid 796] AH01757: generating secret for digest authentication ...
[Sun Dec 08 04:27:05.254162 2019] [lbmethod_heartbeat:notice] [pid 796] AH02282: No slotmem from mod_heartmonitor
[Sun Dec 08 04:27:05.255920 2019] [ssl:warn] [pid 796] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Dec 08 04:27:05.285102 2019] [mpm_prefork:notice] [pid 796] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.4.45 configured -- resuming normal operations
[Sun Dec 08 04:27:05.285136 2019] [core:notice] [pid 796] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Sun Dec 08 05:18:43.793787 2019] [mpm_prefork:notice] [pid 796] AH00170: caught SIGWINCH, shutting down gracefully
[Sun Dec 08 05:18:49.935937 2019] [suexec:notice] [pid 16104] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Dec 08 05:18:49.937631 2019] [ssl:warn] [pid 16104] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Dec 08 05:18:49.974351 2019] [auth_digest:notice] [pid 16104] AH01757: generating secret for digest authentication ...
[Sun Dec 08 05:18:49.975092 2019] [lbmethod_heartbeat:notice] [pid 16104] AH02282: No slotmem from mod_heartmonitor
[Sun Dec 08 05:18:49.976719 2019] [ssl:warn] [pid 16104] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Sun Dec 08 05:18:50.015957 2019] [mpm_prefork:notice] [pid 16104] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.4.45 configured -- resuming normal operations
[Sun Dec 08 05:18:50.016013 2019] [core:notice] [pid 16104] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
` ` `

This is all I get at the homepage.

well, I’m not sure what happened, but for my sanity, I went back in and enabled intl.so in the php.ini and restarted apache. It started working… :roll_eyes:

Issue closed.