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

Login Button not working #24190

Closed
cusatxpress opened this issue Apr 22, 2016 · 6 comments
Closed

Login Button not working #24190

cusatxpress opened this issue Apr 22, 2016 · 6 comments

Comments

@cusatxpress
Copy link

Steps to reproduce

  1. Downloaded setup-owncloud.php in the directory of my sub domain download.cusatxpress.com.
  2. setuped the owncloud.
  3. Synced the data.
  4. and after a while, when i tried to login the login seems not working (login button returns nothing).

Expected behaviour

  1. After Admin username and password when pressed login / Enter press logs the admin/user in.

Actual behaviour

  1. Returns nothing. Simply sits there just like I never pressed login /Enter.

Server configuration

Linux:

Web server:

MySQL Database.

5.4.45

9.0.1

Fresh Install:

setup-owncloud.php:

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed  
paste the results here.  // **CANT LOGIN**

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder

*The content of config/config.php: <?php
$CONFIG = array (
'instanceid' => 'ochlck7tlu2o',
'passwordsalt' => '',
'secret' => '',
'trusted_domains' =>
array (
0 => 'download.cusatxpress.com',
),
'datadirectory' => '/home/USERNAME/public_html/download/data',
'overwrite.cli.url' => 'http://download.cusatxpress.com',
'dbtype' => 'mysql',
'version' => '9.0.1.3',
'dbname' => '',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc
',
'dbuser' => '',
'dbpassword' => '',
'logtimezone' => 'UTC',
'installed' => true,
);
*_

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder,

or 

Insert your config.php content here
(Without the database password, passwordsalt and secret)
'ochlck7tlu2o', 'passwordsalt' => '', 'secret' => 'I2xTPc6/UISBVYG2waRhFwOfB+Anjd3ybASERByZRACOYApW', 'trusted_domains' => array ( 0 => 'download.cusatxpress.com', ), 'datadirectory' => '/home/USERNAME/public_html/download/data', 'overwrite.cli.url' => 'http://download.cusatxpress.com', 'dbtype' => 'mysql', 'version' => '9.0.1.3', 'dbname' => '', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => '', 'dbpassword' => '', 'logtimezone' => 'UTC', 'installed' => true, ); **Are you using external storage, if yes which one:** local/smb/sftp/... No **Are you using encryption:** No **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... No
@tflidd
Copy link
Contributor

tflidd commented Apr 22, 2016

Owncloud-logfiles or webserver-logfiles don't reveal more details?

@sahilamanu
Copy link

Funny thing is, it works fine on Mobile ( Chrome Android).

@nickvergessen
Copy link
Contributor

Are you maybe using adblock and it prevents one of the JS files to be loaded?

@sahilamanu
Copy link

Thanks. I think the script was getting blocked. It's working now.

@cusatxpress
Copy link
Author

Thanks .. working fine !!!

@lock
Copy link

lock bot commented Aug 4, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants