Hi

I've just installed Drupal 5 RC which is almost working perfectly, it seems I have to login twice.
Is this a known problem?

Also - I've tried to install Webcalendar using the Drupal download. I've followed the instructions but WebCalendar doesn't show as a module in Drupal therefore I can't enable it.

Anyone got any ideas or info.
Thanks
Andy

Comments

Didjiridoo’s picture

Hi,

This is what I did using Drupal 5.1:

- I copy the folder called webcal (which has webcal.info and webcal.module files) under the modules folder of my drupal website.
- I can go into the admin panel and activate the modules and set the permissions

The problem is I don't understand what to do next from the INSTALL.TXT file ( I want to use version 1.0.x): I give the number of the steps:

6) It says to rename user-app-drupal-1.0.x.php to user-app-drupal.php (okay that's easy) and copy it into your webcalendar ./includes folder

> What is that? Let's say, drupal is installed at: mysite.com, then do I have to create a folder mysite.com/webcal, then mysite.com/ webcal/includes?

Or is it: mysite.com/includes?

7) okay I edit the settings in the file, even though I don't know if it is in the right place

8) It says, edit ./includes/settings.php in the webcal directory and change user_inc to ...

> But I don't have such a file in the installation tar-file. And the only file which is called settings.php sits at mysite.com/sites/default and it doesn't contain a line "user_inc".

Although the webcal link appears in my menu, when I click on it, it shows "page not found".

Who managed to understand the installation instructions fully?

Regards,

jhaskell’s picture

Hi!
I am having the same issues described above -- does anyone have any thoughts on these questions?

thanks1

ddv’s picture

There's two things needed: the webcal module, and the WebCalendar program from http://www.k5n.us/.

user-app-drupal-1.0.x.php is found in the drupal/modules/webcal directory after you install the module.
After you modify it, save it to mysite.com/WebCalculator/includes/user-app-drupal.php .

Then open mysite.com/WebCalculator/includes/settings.php and make the change to the user_inc: line.

It works perfectly for me, except now anonymous users can't see the public calendar. Grrrr.