-
Notifications
You must be signed in to change notification settings - Fork 46
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
Comments
Did you updated the calendar module to the latest version? |
I yes i did it. The Version is 0.4.0 |
The stacktrace indicates an older version. Are you sure that 0.4.0 is installed? Can you please paste the contents of file: |
Can you try to remove the contents of the 'assets' folder |
wich content did i have to remove ? Do you speak German ? |
Hi, Removing the content of the 'assets' folder solved the problem. |
i had the same issue but delete all files of the assets folder does not work ...
furthermore i have version:
i believe the version 0.34 of the calendar modul works ... but i update it ... and then it failed |
oppps my mistake ... u have to delete this assets folder:
not this one:
|
Hi, |
do u have reinstall the whole module ? |
Hi Matthias, 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 |
@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. |
@nguyen-matthias das hatte ich schon, schade klappt nicht. Müsste ich vielleicht vorher das Modul calendars deinstallieren? Ich versuche es einmal.... Danke. |
@easy23 was ich auch noch gemacht habe ist das komplette modul aus dem Ordner zu löschen. Folgender Ordner habe ich gelöscht: |
Danke für den Tipp. Leider funzt es bei mir nicht... :-( |
hallo, der ~/humhub/assets/ order ist schreibgeschützt .... also mit force flag loeschen ...
ansonsten reinstall ... das hat bei mir geholfen ... |
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 |
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 |
evtl die reihenfolge - ich habe es so gemacht:
|
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 |
@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 :) |
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..
|
@nguyen-matthias |
@udochrist oh ich sehe deinen Beitrag erst jetzt, sorry :/ Aber gut das es gelöst wurde ;D |
Recurring events
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? :)
The text was updated successfully, but these errors were encountered: