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

Calendar don't stop loading.... #37

Closed
nguyen-matthias opened this issue Jun 8, 2016 · 26 comments
Closed

Calendar don't stop loading.... #37

nguyen-matthias opened this issue Jun 8, 2016 · 26 comments

Comments

@nguyen-matthias
Copy link

nguyen-matthias commented Jun 8, 2016

If i want to open a calendar in a space it's don't stop to loading ....

I got this Error:

yii\base\UnknownMethodException: Calling unknown method: humhub\modules\space\models\Space::canWrite() in E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\Component.php:285
Stack trace:
#0 E:\xampp\htdocs\protected\modules\calendar\views\view\index.php(5): yii\base\Component->__call('canWrite', Array)
#1 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\View.php(325): require('E:\xampp\htdocs...')
#2 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\View.php(247): yii\base\View->renderPhpFile('E:\xampp\htdocs...', Array)
#3 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\View.php(149): yii\base\View->renderFile('E:\xampp\htdocs...', Array, Object(humhub\modules\calendar\controllers\ViewController))
#4 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\Controller.php(378): yii\base\View->render('index', Array, Object(humhub\modules\calendar\controllers\ViewController))
#5 E:\xampp\htdocs\protected\modules\calendar\controllers\ViewController.php(24): yii\base\Controller->render('index', Array)
#6 [internal function]: humhub\modules\calendar\controllers\ViewController->actionIndex()
#7 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\InlineAction.php(55): call_user_func_array(Array, Array)
#8 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\Controller.php(154): yii\base\InlineAction->runWithParams(Array)
#9 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\Module.php(454): yii\base\Controller->runAction('index', Array)
#10 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\web\Application.php(84): yii\base\Module->runAction('calendar/view/i...', Array)
#11 E:\xampp\htdocs\protected\vendor\yiisoft\yii2\base\Application.php(375): yii\web\Application->handleRequest(Object(humhub\components\Request))
#12 E:\xampp\htdocs\index.php(25): yii\base\Application->run()
#13 {main}

Can someone help me? :)

kalender

@luke-
Copy link
Contributor

luke- commented Jun 8, 2016

Did you updated the calendar module to the latest version?

@nguyen-matthias
Copy link
Author

I yes i did it. The Version is 0.4.0

@luke-
Copy link
Contributor

luke- commented Jun 8, 2016

The stacktrace indicates an older version. Are you sure that 0.4.0 is installed?

Can you please paste the contents of file:
E:\xampp\htdocs\protected\modules\calendar\views\view\index.php

@luke-
Copy link
Contributor

luke- commented Jun 8, 2016

Can you try to remove the contents of the 'assets' folder

@nguyen-matthias
Copy link
Author

nguyen-matthias commented Jun 8, 2016

modul
hmm... I think it's version 0.4.0 you can see it in the picture...

E:\xampp\htdocs\protected\modules\calendar\views\view\index.php
`



$canAddEntries, 'loadUrl' => $contentContainer->createUrl('/calendar/view/load-ajax'), 'createUrl' => $contentContainer->createUrl('/calendar/entry/edit', array('start_datetime' => '-start-', 'end_datetime' => '-end-', 'fullCalendar' => '1')) )); ?>

</div>
`

@nguyen-matthias
Copy link
Author

hmmm here is the code as a picture
code

@nguyen-matthias
Copy link
Author

wich content did i have to remove ? Do you speak German ?

@mac321321
Copy link

Hi,
i had the same problem.

Removing the content of the 'assets' folder solved the problem.
I just deleted everything in it :-)

@MatthiasHertel
Copy link

i had the same issue but delete all files of the assets folder does not work ...

vagrant@vagrant-ubuntu-trusty-64:/var/www/html/humhub/protected/modules/calendar$ rm -r assets/*
vagrant@vagrant-ubuntu-trusty-64:/var/www/html/humhub/protected/modules/calendar$ ll assets/
total 0
drwxrwxr-x 1 vagrant www-data  68 Jun 24 19:37 ./
drwxrwxr-x 1 vagrant www-data 714 Jun 24 19:27 ../
vagrant@vagrant-ubuntu-trusty-64:/var/www/html/humhub/protected/modules/calendar$

furthermore i have version:

image

image

Humhub version:  1.1.0-beta.1
Calendar version: 0.4

i believe the version 0.34 of the calendar modul works ... but i update it ... and then it failed
how can i downgrad to specify this issue ?

@MatthiasHertel
Copy link

MatthiasHertel commented Jun 24, 2016

oppps my mistake ...

u have to delete this assets folder:

/var/www/html/humhub/assets$

not this one:

/var/www/html/humhub/protected/modules/calendar/assets$

@easy23
Copy link

easy23 commented Jun 26, 2016

Hi,
I have the same problem.
I deleted the folder ~humhub/assets/. No luck, the calender don’t stop loading....
Have you got a new tip or workaround for the problem....?!
Thanks for your help.

@MatthiasHertel
Copy link

do u have reinstall the whole module ?
maybe that is the fix ...

@easy23
Copy link

easy23 commented Jun 27, 2016

Hi Matthias,
Dein Name klingt deutsch, ich versuche einmal in deutsch weiterzumachen. Falls Englisch besser wäre, bitte nochmals melden.
Ja ich habe auch das Modul calendar 0.40 deinstalliert und wieder installiert. Ich habe dabei über die ssh-Konsole das Verzeichnis protected/modules beobachtet. Das sieht soweit gut aus. Es wird beim Deinstallieren tatsächlich das Verzeichnis in dem die Kalendervorgaben gespeichert (/calendars) sind gelöscht. Danach wieder installiert.
Vielleicht noch die Systemumgebung:
Banana Pi mit debian 8 (jessie). Standardinstallation, allerdings von SATA HD nicht von SD. Ich habe in einer zweiten Instanz (neues Verzeichnis und neue Datenbankinstanz) eine Neuinstallation von humhub vorgenommen, dann das Modul Calender 0.4 dazu installiert. Ergebnis gleich. :-(

Auch habe ich verschiedene Browser (Opera, Safari, Chrome und Firefox) ausprobiert. Leider Fehlanzeige.

Schade, tolles Modul eine super ServerApp. Ich warte und hoffe, vielleicht hast Du oder jemand anderes eine zündende Idee. :-) Ich drücke die Daumen. Danke schon einmal im Voraus.

Grüsse
Martin

@nguyen-matthias
Copy link
Author

@easy23 ja ich bin sogar zufällig deutschsprachig ;) ich hab vergessen mich wieder zu melden. Es läuft wieder inzwischen. Bei mir hat es geholfen den ganzen /assets ordner zu löschen.

@easy23
Copy link

easy23 commented Jun 27, 2016

@nguyen-matthias das hatte ich schon, schade klappt nicht. Müsste ich vielleicht vorher das Modul calendars deinstallieren? Ich versuche es einmal.... Danke.

@nguyen-matthias
Copy link
Author

nguyen-matthias commented Jun 27, 2016

@easy23 was ich auch noch gemacht habe ist das komplette modul aus dem Ordner zu löschen. Folgender Ordner habe ich gelöscht:
-*/humhub/assets
-Modul deinstalliert und dann wenn der ordner vorhanden ist auch gelöscht */humhub/protected/Modules/calendar
erneut das Modul gedownloaded und es hat wieder geladen :D

@easy23
Copy link

easy23 commented Jun 27, 2016

Danke für den Tipp. Leider funzt es bei mir nicht... :-(

@MatthiasHertel
Copy link

hallo,

der ~/humhub/assets/ order ist schreibgeschützt .... also mit force flag loeschen ...

$> rm -rf assets/*

ansonsten reinstall ... das hat bei mir geholfen ...
wenn sonst nix hilft den stacktrace anschauen ... also was sagt denn der log ?

@easy23
Copy link

easy23 commented Jun 27, 2016

Hallo Matthias, danke für die erweiterte Hilfe. Ich hatte das Verzeichnis mit dem mc auf der Konsole gelöscht und mit ls -la kontrolliert. Das Verzeichnis war und ist wirklich leer. Trotzdem habe ich den Befehlssatz von Dir angewendet, - kein Erfolg. Das Logging, dass ich über die Adminkonsole und Information sehen kann, ist ebenfalls ohne Eintrag. Gibt es ein weiteres Logging? Wie macht man nun zur Isolierung des Fehlers systematisch weiter? Hast Du bitte noch einen Tipp. Danke.... und Gruß Martin

@MatthiasHertel
Copy link

Hi Martin,

komplett leer das logging - kann es evtl an schreibrechten liegen - das er die logs nicht schreiben darf ?

naja ich denke - es läuft ja bei uns nur bei dir nicht ... jetzt müssten wir rausfinden was du anders gemacht hast ...

zum thema trace logging

http://stackoverflow.com/questions/24649308/how-to-check-trace-or-log-file-in-yii

@MatthiasHertel
Copy link

evtl die reihenfolge - ich habe es so gemacht:

  1. calendar deinstalliert
  2. calendar installiert
  3. erst danach (während das calendar modul installiert war) erst dann hab ich den assets folder geloescht

@easy23
Copy link

easy23 commented Jun 27, 2016

Hallo Matthias. Irgend etwas bei meiner Installation liegt quer und es gibt den Gegenbeweis mit schon laufenden Systemen. Ich gehe mit den Tipps, die ich nun habe nochmals auf die Suche. Ich bedanke mich schon jetzt für das vorbildliche Engagement und melde mich einfach nochmals wenn ich etwas herausgefunden habe. Bitte wegen meines exotischen Falles den Issue nicht offen lassen. Vielen Dank und viele Grüße Martin

@nguyen-matthias
Copy link
Author

@easy23 ok machen wir es so ich schließe das Issue und sobald du dich wieder meldest kann man es ja glaub ich wieder öffnen :)

@udochrist
Copy link

udochrist commented Jul 15, 2016

Der fehler tritt bei mir unter 1.1.0-beta1 auch auf. ich erhalte aber im Apache log auch 404'er meldungen wenn der Calender versucht zu laden.... Deinstall/install habe ich bereits versucht..

10.10.1.99 - - [15/Jul/2016:13:26:54 +0200] "GET /assets/c2114c8f/fullcalendar/fullcalendar.css?v=1.1.0-beta.1 HTTP/1.1" 404 711 "https://mysite.internal.lan/index.php?r=calendar%2Fglobal%2Findex" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586" 10.10.1.99 - - [15/Jul/2016:13:26:55 +0200] "GET /assets/c2114c8f/fullcalendar/lib/moment.min.js?v=1.1.0-beta.1 HTTP/1.1" 404 712 "https://mysite.internal.lan/index.php?r=calendar%2Fglobal%2Findex" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586" 10.10.1.99 - - [15/Jul/2016:13:26:55 +0200] "GET /assets/c2114c8f/fullcalendar/lib/jquery-ui.custom.min.js?v=1.1.0-beta.1 HTTP/1.1" 404 722 "https://mysite.internal.lan/index.php?r=calendar%2Fglobal%2Findex" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586" 10.10.1.99 - - [15/Jul/2016:13:26:55 +0200] "GET /assets/c2114c8f/fullcalendar/fullcalendar.min.js?v=1.1.0-beta.1 HTTP/1.1" 404 714 "https://mysite.internal.lan/index.php?r=calendar%2Fglobal%2Findex" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586" 10.10.1.99 - - [15/Jul/2016:13:26:55 +0200] "GET /assets/c2114c8f/fullcalendar.js?v=1.1.0-beta.1 HTTP/1.1" 404 591 "https://mysite.internal.lan/index.php?r=calendar%2Fglobal%2Findex" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586" 10.10.1.99 - - [15/Jul/2016:13:26:55 +0200] "GET /assets/c2114c8f/fullcalendar/lang-all.js?v=1.1.0-beta.1 HTTP/1.1" 404 600 "https://mysite.internal.lan/index.php?r=calendar%2Fglobal%2Findex" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586"

@udochrist
Copy link

@nguyen-matthias
ok "gelöst/verstanden": bei mir liegt der fehler an folgendem:
das modul ist installiert, die gui sucht die Dateien unter /assets/c2114c8f (siehe oben). die Dateien die gesucht werden sind dort aber nicht vorhanden.
wenn ich die Dateien für assets recursiv aus /protected/modules/calendar/assets nach /assets/c2114c8f umkopiere funktioniert das alles tadellos. Ich vermute da entweder ein Problem bei der Installation des modules oder aber bei der Generierung der URLS um auf die Dateien zuzugreifen.

@nguyen-matthias
Copy link
Author

@udochrist oh ich sehe deinen Beitrag erst jetzt, sorry :/ Aber gut das es gelöst wurde ;D

kristianlm pushed a commit to Societec/humhub-modules-calendar that referenced this issue Dec 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants