I have followed the instructions exactly, and Webcalendar was working fine on it's own before I integrated it with this module. When I followed the directions in install.txt and clicked on the "Calendar" menu item that appeared, the page opened up with no calendar, and seems to be constantly trying to load something from the server. The browser says "Requesting data from..." then "Done." then "Requesting data from..." and then "Done" and continues to do that infinitely. When I enter a trailing slash to the url .../webcal/ then the page itself loads into the iframe infinitely, just like the issue amahler was having. I am using WebCalendar version 1.1.3. Please help!

Comments

fredsambo’s picture

I am having the same problem!!!

ajwatt’s picture

"me too" checking in!

More information: on my page, is shows only the word "calendar" but the relevant page source has this:

Calendar

Sorry your browser doesn't support iframes's.

ajwatt’s picture

sorry, that should read like this:

<h3>Calendar</h3>
<iframe src="webcalendar/month.php" id="webcal" frameborder="0" scrolling="no" style="width: 100%; height: 720px"><p>Sorry your browser doesn't support iframes's.</p></iframe>
calfaro’s picture

Title: Calendar page loops » Calendar page loops solved
Version: 5.x-1.0-beta1 » 5.x-1.x-dev
Component: Miscellaneous » Code

The $login variable has no value while executing _initValidate () function in WebCalendar.class

I solved the problem adding the following line at the end of user-app-drupal.php

$login = user_logged_in();

millesabords’s picture

I've tried the above suggested solution, like this:
user-app-drupal.php

........
464. function user_add_user ( $user, $password, $firstname, $lastname, $email, $admin ) {
465.  global $error;
466.  $error = 'User admin not supported.'; return false;
467. }
468. $login = user_logged_in();
469. ?>

but it doesn't change anything. please help.

jonny_noog’s picture

Hello,

Any further word on this issue? The addition of

$login = user_logged_in();

Does not seem to be doing it for me either.

Subscribing...

duaelfr’s picture

Status: Active » Closed (won't fix)

This version of WebCalendar integration is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.