Closed cdamken closed 9 years ago
thanks for the info provided.. will be very helpfull, there's a index problem in the storagehcarts2 that affect the ox 8.0.X release...
@mckaygerhard this release is the 8.1.0, should I test it from the master?
yeah, please try and report feedback! BUT REMEMBER, u'r log said that seem the problem are the index .. but only if the problem are that i expected will be solved.. but if u'r log contains something more that u not paste here.. i think will be still in trouble!
@mckaygerhard I test again and I come back with new logs if the problem happens again :smile: Thanks a lot.
due u response, i assume resolved and close this issue. Please reopens if something related happened again.
Hello, I still have the same problem on oc 8.1, even after using the last storagecharts2 github files:
The error appears on a fresh install or after migrating from oc 8.0 to 8.1 (it worked on 8.0).
I have no specific error logs. (but I am not in debug mode or whatever)
EDIT: the error appears on appinfo/app.php, line: OCP\App::checkAppEnabled('storagecharts2');
If you comment this line, everything works again. Hope it could help you.
hello @Worst45 i ask to you to confirm: the oc give to u a redirection loop? please confirm quickly. seems related to the 351 redirection loop bug
Yes, I confirm it loops if we try to access login page
tail -f /var/log/apache2/access.log 192.168.21.81 - - [25/Aug/2015:15:37:27 +0200] "GET /drive/index.php HTTP/1.1" 302 -/- (-%) 192.168.21.81 - - [25/Aug/2015:15:37:27 +0200] "GET /drive/index.php HTTP/1.1" 302 -/- (-%) ... 192.168.21.81 - - [25/Aug/2015:15:37:27 +0200] "GET /drive/index.php HTTP/1.1" 302 -/- (-%) 192.168.21.81 - - [25/Aug/2015:15:37:27 +0200] "GET /drive/index.php HTTP/1.1" 302 -/- (-%)
(More than 20 times)
please, u are talking about another issue, please refers to issue 351 (i dont put the "#" before the number to dont link here)
can you please retry the latest nightly build?
https://martinreinhardt-online.de/jenkins/job/OwnCloud_nightly/
I'm affraid it is not better... I took the storagecharts2_v2.6.2_build436.zip, and have still the same errors: occ empty, and http 302 loop on fetching index page.
Just before this 302 loop, I had the update page indicating that storagecharts2 was being updated. Just after the process, it redirect to index page, and then hangs.
@hypery2k the function in thisproblem are private in OC api, so i think must change between oc 8.0.X and 8.1.X, see #351 please
so after u see #351 and confirm this problem can be reopened this issue if u think, wheantime i'll close
@hypery2k I found when the server crash..
1.- Enable the app 2.- Select: "Enable only for specific groups" and just add the admins. 3.- Logout and and try to log from another session
hi @cdamken do u have the solution? the oc-apps are not mantained any more, so until oc 7.X works, oc 8.X does not supported officially too many changes in oc api to track to a simple man...
if u have dissagree with this, rec laim to oc entrerprices that changes everyting in each version or better collaborate with working code solution to the problems
Description:
After activating the storagecharts2 in ownCloud 8.1 the login over web-interface does not work anymore. I could login over sync-client, android app, and one_not app. I wanted to disable the app over occ, but the occ does not respond at all for any command: root@snoopy:/var/www/html/owncloud# sudo -u www-data php occ
root@snoopy:/var/www/html/owncloud#
Steps to reproduce
Workaround: Remove the storagecharts2 directory and then works!
Expected behaviour
Can login after I activate the app over the web-server
Actual behaviour
Tell us what happens instead
Server configuration
Operating system: Ubuntu 14.04.2 LTS \n \l
Web server: Server version: Apache/2.4.7 (Ubuntu) Server built: Mar 10 2015 13:05:59
Database: mysql Ver 15.1 Distrib 5.5.44-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Connection id: 98563 Current database: Current user: root@localhost SSL: Not in use Current pager: stdout Using outfile: '' Using delimiter: ; Server: MariaDB Server version: 5.5.44-MariaDB-1ubuntu0.14.04.1 (Ubuntu) Protocol version: 10 Connection: Localhost via UNIX socket Server characterset: latin1 Db characterset: latin1 Client characterset: utf8 Conn. characterset: utf8 UNIX socket: /var/run/mysqld/mysqld.sock Uptime: --------------
PHP version: PHP 5.5.9-1ubuntu4.11 (cli) (built: Jul 2 2015 15:23:08) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
ownCloud version: (see ownCloud admin page) 8.1 Community Edition
Updated from an older ownCloud or fresh install: Fresh install
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/... NFS = '/mnt/owncloud/data'
Are you using encryption: yes/no No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... No
Logs
Web server error log
No visible errors in access.log or error.log
ownCloud log (data/owncloud.log)
This logs is when I was logged in and activated the app, After I try to login and there is no info about the app.