Author Topic: Calendar plugin  (Read 68196 times)

Offline alainpp

  • Jr. Member
  • **
  • Posts: 26
Calendar plugin
« Reply #60 on: February 28, 2009, 11:01:17 AM »
Yes, i did route to my existing calendar installation.

I did copy from the app folder, but that mess up my calendar installation (it starts asking me to reinstall the calendar and never go through), so i went back to the original files.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar plugin
« Reply #61 on: February 28, 2009, 11:30:50 AM »
And if you route it to the plugin folder?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline alainpp

  • Jr. Member
  • **
  • Posts: 26
Calendar plugin
« Reply #62 on: February 28, 2009, 12:21:38 PM »
Quote from: rosali;17388
And if you route it to the plugin folder?


If I do that I don't the the "user not found" message when I login, but the user is not created either in the webcalendar database, and when I try to see my calendar I get this error: "No Input file specified"

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar plugin
« Reply #63 on: March 01, 2009, 01:44:55 AM »
Route it inside MyRoundCube and adjust ...

#1 ./myplugins/collection/calendar/app/includes/settings.php

<?php
/* updated via install/index.php on Fri, 20 Feb 2009 17:48:59 +0100
install_password: 7c7d2949bfce237294aa0040cb4ecdcf
db_type: mysql
db_host: localhost
db_database: webcalendar
db_login: root
db_password: none
db_persistent: false
readonly: false
user_inc: user-imap.php
use_http_auth: false
single_user: false
mode: prod
# end settings.php */
?>


!!! install_password is a md5 hash of WebCalendar Installation Password !!!

... and

#1 ./myplugins/collection/calendar/app/includes/user-imap.php


// Set some global config variables about your system.
$user_can_update_password false;
$admin_can_add_user false;
$admin_can_delete_user true// will not affect IMAP server info
$admin_can_disable_user false;

// Allow auto-creation of WebCalendar Accounts for fully authenticated users
$allow_auto_create true;

//
// 'auth_imap' configuration settings "borrowed" from the Meeting Room Booking System
//  https://sourceforge.net/projects/mrbs
//  GNU General Public License (GPL)
//
// This file contains all the functions for getting information
// about users via IMAP
//
$default_domain 'liebl.ath.cx'// Fall back Domain for Login
$imap_host 'localhost'// Where is the IMAP server
$imap_port '143';          // The IMAP server port

« Last Edit: March 01, 2009, 01:48:25 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline alainpp

  • Jr. Member
  • **
  • Posts: 26
Calendar plugin
« Reply #64 on: March 01, 2009, 03:59:54 AM »
I changed the settings and now i get the same error when i do login in my webmail "No such user", the user is never created in the webmail database.

Offline CarlosG

  • Newbie
  • *
  • Posts: 2
IE7 Problems
« Reply #65 on: March 09, 2009, 05:11:02 PM »
In FF everything correct, but since IE comes the login page and when I identify, I exit, continue "Redirecting to ... here" and if I eject me again :mad:

Help, please! ;)

Thanks

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar plugin
« Reply #66 on: March 11, 2009, 08:00:13 AM »
Well, it looks like this plugin is buggy. But I can't reproduce the issues. Neither those reported by alainpp nor those reported by CarlosG ...

Is there anyone of you guys who is willing to give me remote access to your servers?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline CarlosG

  • Newbie
  • *
  • Posts: 2
Hello, Rosali.
« Reply #67 on: March 11, 2009, 10:04:13 AM »
Hello, Rosali. I apologize. :(

My fault, it is in IE7, the problem was that he had touched a file (config) and erasing a line of code without realizing. :-X 0:)

Sorry.

I must say it is a system that is fine, try a little publicity because it is ideal for our organization.

Thanks for everything.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar plugin
« Reply #68 on: March 11, 2009, 10:21:31 AM »
Thanks! There is no promotion for MyRoundCube, because it is a "One man show". I just share what I've coded for myself!

EDIT: In addition most things will be redundant as soon we have RC v0.3 with a proper plugin API!
« Last Edit: March 11, 2009, 10:55:25 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline alainpp

  • Jr. Member
  • **
  • Posts: 26
Calendar plugin
« Reply #69 on: March 12, 2009, 12:46:18 PM »
Do you still want access to my server or do you want to wait until the next realease?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar plugin
« Reply #70 on: March 15, 2009, 03:58:57 AM »
Update SVN 2348. If it still does not work, please PM'me access data to your server.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline alainpp

  • Jr. Member
  • **
  • Posts: 26
Calendar plugin
« Reply #71 on: March 17, 2009, 03:23:39 PM »
I'll start saying thanks to Roland for helping me with the calendar pluggin.

1. First, install webcalendar from the original site.

After this, configure the calendar pluggin. This is what Roland recommends me and i also did:

2. In the file: ./myplugins/collection/calendar/config.inc you need to leave:

$rcmail_config['calendar_url'] = "./myplugins/collection/calendar/app/";

Even if you did install the webcalendar in another place. I also recommend install it in another place just in case you want to use the calendar without roundcube, but always doing reference to the same database (if you want).

3. Then in the file: ./myplugins/collection/calendar/app/includes/settings.php

You will need to put the information of your database connection, the same information when you did the default installation of your webcalendar. This file contains this structure:

/* updated via install/index.php on Fri, 20 Feb 2009 17:48:59 +0100
install_password: 7c7d2949bfce237294aa0040cb4ecdcf
db_type: mysql
db_host: youdomain.com or localhost
db_database: webcalendar_databasename
db_login: root (or your user name)
db_password: yourpassword
db_persistent: false
readonly: false
user_inc: user-imap.php
use_http_auth: false
single_user: false
mode: prod
# end settings.php */
« Last Edit: March 17, 2009, 11:29:55 PM by alainpp »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar plugin
« Reply #72 on: March 27, 2009, 03:54:01 PM »
URGENT:

Current Calendar plugin may crash your apache on PHP 5.2.8 ... apache2.2 service stops after trying to create child processes!

Easy to fix: http://www.roundcubeforum.net/myroundcube/3797-myroundcube-known-bugs.html
« Last Edit: March 27, 2009, 03:56:22 PM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline alainpp

  • Jr. Member
  • **
  • Posts: 26
Calendar plugin
« Reply #73 on: April 22, 2009, 09:17:06 AM »
Hi Roland,

i'm getting this error with the new release ( SVN_2398 ) when i try to go to the calendar:

"Request Failed"

and it redirect to the inbox page.
« Last Edit: April 23, 2009, 09:01:54 AM by rosali »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar plugin
« Reply #74 on: April 22, 2009, 12:27:40 PM »
Same procedure as every time? Zip your installation and PM'me the link.
« Last Edit: April 22, 2009, 03:40:25 PM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)