Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: ramstein on November 15, 2010, 09:05:00 AM

Title: calendar plugin - timeout
Post by: ramstein on November 15, 2010, 09:05:00 AM
Hi there,

im not able to use the plugin works fine....
When i klick on "kalender" it never stops loading ...

(http://screen.siedler3.net/pics/thumbs/thumb_4ce13ca1d7b5f.jpg) (http://screen.siedler3.net/pics/4ce13ca1d7b5f.jpg.html)

I Use:

- RC 0.4 stable
- latest calendar Plugin
- remove "dummy" form the configfile and replaced with "database"
- jqueryui in enabled
- there are no errors in the logfile

any more Ideas to fix the Problem ?
Title: calendar plugin - timeout
Post by: rosali on November 15, 2010, 10:29:36 AM
Did you have created the database table?

What is in the errors log?
Title: calendar plugin - timeout
Post by: ramstein on November 15, 2010, 11:20:19 AM
re,

I´ll import that "mysql.sql" into my Database.
This looks like:

(http://screen.siedler3.net/pics/thumbs/thumb_4ce15d2d61b57.jpg) (http://screen.siedler3.net/pics/4ce15d2d61b57.jpg.html)

There is nothing in the error-log about calender usement.
Title: calendar plugin - timeout
Post by: rosali on November 15, 2010, 12:48:37 PM
Hard to guess the problem. Is it possible to get remote access? Imap user account, Url to webmail, phpmyadmin, ftp to roundcube root folder ...
Title: calendar plugin - timeout
Post by: ramstein on November 15, 2010, 01:05:34 PM
hm ...

ist it posslibe that u visit me by "teamviewer" ?
Because direct Access to roundecube folder is not permitted, even to use phpmyadmin *g
Title: calendar plugin - timeout
Post by: rosali on November 15, 2010, 01:07:40 PM
No, unfortunately not.  Setup a test environment and grant me the desired access. Otherwise I won't be able to help you.
Title: calendar plugin - timeout
Post by: ramstein on November 15, 2010, 02:34:16 PM
you`ve got an email through forum ...
pm not permitted ?
Title: calendar plugin - timeout
Post by: paZ on November 15, 2010, 06:14:53 PM
Hi,
I try your plugin Calendar

os: Linux
php version: 5.2.14
my browser: firefox 3.6.12
my os: ubuntu 10.10
roundcube: 0.4.2 stable
plugin: version 2.1 - 14.11.2010

i load .sql
i setup the config and set database

I create and save a new event and all works fine. But then in the Calendar the time of the Event is wrong, and if i try to move the event at the right time the plugin go to an other place.

p.s. in the main page of roundcube there are nothing about calendar, like instead in your demo mail4us

any solution?

best regards
nicola
Title: calendar plugin - timeout
Post by: rosali on November 16, 2010, 12:17:19 AM
@paZ

See posts above. I need remote access to your server.

@ramstein
Weird! Everything works for me as expected on your test environment. I tested with Chrome, IE8 and Firefox. May be it is a problem only if you access it on localhost?
Title: calendar plugin - timeout
Post by: ramstein on November 16, 2010, 05:50:17 AM
hm ...

i´ll create a Screenvideo.

After Login when i klick on "Kalender"  there is nothing for me to do.
All other buttons were disabled. No Postentry ... nothing.
That the same when u test it ?

(used the testing area)

*** link deleted ***

What u mean with "useing localhost" ?
All Software on the maschine works with localhost.
Thats an Debian Lenny System - not located @home....

greets
Title: calendar plugin - timeout
Post by: rosali on November 16, 2010, 06:02:43 AM
As said I can login and switch to calendar and create eventson your test environment without any issues. Check your mails. I've sent you a screenshot.
Title: calendar plugin - timeout
Post by: paZ on November 17, 2010, 02:55:15 PM
rosali i've sent to you an email from the form of roundcube :)

poba
nicola
Title: calendar plugin - timeout
Post by: rosali on November 18, 2010, 04:35:04 AM
Thanks for helping to improve calendar plugin. My method to convert fullCalendar time to GMT time fails on your server for some reason. I have implemented a work around on your server. Please leave the backdoor open. I have to do some more investigations this weekend. Regarding upcoming events preview in the message list page you have to enable this in User Settings. Next version will have it enabled by default.
Title: calendar plugin - timeout
Post by: paZ on November 20, 2010, 08:59:41 AM
:) kein problem!!
Title: calendar plugin - timeout
Post by: chichi on November 26, 2010, 07:56:53 AM
I installed the calendar plugin, the MySQL section, the config.inc.php

I can see the calendar but i cant place any events. Do I have to connect to a Google-calendar first? I dont have one at Google yet. I just see some entrys like: hair cut at 11, Thanksgiving and so on, i dont know why they show up. i cant delete them.
Thanks for your help! chichi
Title: calendar plugin - timeout
Post by: rosali on November 26, 2010, 08:00:09 AM
You missed to configure it use the database backend:

$rcmail_config['backend'] = "database";
Title: calendar plugin - timeout
Post by: chichi on November 26, 2010, 08:20:43 AM
Vielen Dank! I got it working with your help! :D
chichi
Title: calendar plugin - timeout
Post by: kenshi1023 on January 19, 2011, 09:12:53 PM
Does anyone know what the CRON part is for (in the config file?). THanks
Title: calendar plugin - timeout
Post by: rosali on January 20, 2011, 06:55:03 AM
It's for configuration of reminders.

A frequent request for ./plugins/calendar/program/reminders.php should send out reminder emails using those configs.