Page 1 of 2

New calendar does not appear

Posted: Tue Apr 05, 2011 9:09 am
by simlc
I am using IE8 on Vista. When I go into the Calendar I see the list of subscribed calendars on the right, but I never get the actual calendar to appear. All I see is the animated "!" going around in its circle. I do get these errors on the page:

Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; Tablet PC 2.0; .NET CLR 3.0.30729; .NET4.0C; InfoPath.2; .NET4.0E)
Timestamp: Tue, 5 Apr 2011 15:07:46 UTC

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'elements.tip' is null or not an object
Line: 15
Char: 32057
Code: 0
URI: https://lds.org/church-calendar/scripts ... s?ver=2412

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

How can this be resolved? I have tried running in compatibility mode with no change.
Thanks.
Lynn

Posted: Sun Apr 10, 2011 3:05 pm
by BlakeReidhead
I know they say the latest is the greatest, but I'm sorry but this new program is not an improvement for me? I cant find the monthly calendar to just look at it? I know its probably the operator, but its still frustrating.

Posted: Sun Apr 10, 2011 9:26 pm
by jdlessley
BlakeReidhead wrote:I know they say the latest is the greatest, but I'm sorry but this new program is not an improvement for me? I cant find the monthly calendar to just look at it? I know its probably the operator, but its still frustrating.
Those navigating to the new calendar for the first time go to lds.org, then Tools on the menu bar and then select Calendar. If you have done this what are you seeing, or what happens, when you click Calendar?

calendar does not load?

Posted: Mon Apr 11, 2011 8:44 am
by victorth
I have the same issue. I have had not problem in the past, but recently I can't get the calendar to load, I just get the animated "!" going in circles. I am using Window XP and IE6 or IE7, not sure. My guess is that there has been a change to the required software that runs the calendar such as Abode or Flash. I have tried to update my Abode software but keep running into problems. I can't find information anywhere on the church site that explains the required software needed to view the calendar.
simlc wrote:I am using IE8 on Vista. When I go into the Calendar I see the list of subscribed calendars on the right, but I never get the actual calendar to appear. All I see is the animated "!" going around in its circle. I do get these errors on the page:

Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; Tablet PC 2.0; .NET CLR 3.0.30729; .NET4.0C; InfoPath.2; .NET4.0E)
Timestamp: Tue, 5 Apr 2011 15:07:46 UTC

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

Message: 'elements.tip' is null or not an object
Line: 15
Char: 32057
Code: 0
URI: https://lds.org/church-calendar/scripts ... s?ver=2412

Message: 'tagName' is null or not an object
Line: 73
Char: 4
Code: 0
URI: https://lds.org/church-calendar/index.jsp

How can this be resolved? I have tried running in compatibility mode with no change.
Thanks.
Lynn

Posted: Mon Apr 11, 2011 11:19 am
by russellhltn
From what I can tell, it requires Flash 10.x and Javascript (not to be confused with Java). Perhaps a security setting is causing problems?

Calendar does not load

Posted: Sun May 01, 2011 7:03 pm
by victorth
RussellHltn wrote:From what I can tell, it requires Flash 10.x and Javascript (not to be confused with Java). Perhaps a security setting is causing problems?


still can't get the calendar to load. I've been told that the church does not Flash. Does anyone know how to actually contact the web site tech support? do they have a phone number to call or an email address?

Posted: Sun May 01, 2011 7:26 pm
by russellhltn
victorth wrote:I've been told that the church does not Flash.
Then someone is going to have to explain this code snippet found at the bottom of the calendar page:

Code: Select all

	<script type="text/javascript">
	  //<![CDATA[
	       var pageName = "!Calendar Main Page!";
	       // Major version of Flash required
	       var requiredMajorVersion = 10;
	       // Minor version of Flash required
	       var requiredMinorVersion = 0;
	       // Minor version of Flash required
	       var requiredRevision = 0;
	  //] ]>
	</script>
I have no idea what it's used for. For all I know it might be for that "spinning wheel of wait".

Posted: Sun May 01, 2011 7:46 pm
by jdlessley
RussellHltn wrote:Then someone is going to have to explain this code snippet found at the bottom of the calendar page:

Code: Select all

 <script type="text/javascript">
//<![CDATA[
var pageName = "!Calendar Main Page!";
// Major version of Flash required
var requiredMajorVersion = 10;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 0;
//] ]>
</script>

I have no idea what it's used for. For all I know it might be for that "spinning wheel of wait".
I tested to see if Flash Player was needed. I uninstalled it and then opened the calendar. I had no problems with any aspect of the calendar without Flash Player being installed. I never saw the wait spinner so I can't verify that.

Posted: Sun May 01, 2011 7:52 pm
by jdlessley
victorth wrote:still can't get the calendar to load. I've been told that the church does not Flash. Does anyone know how to actually contact the web site tech support? do they have a phone number to call or an email address?
There is no telephone number to call or e-mail address. The only method to submit an issue to the development team is to use the Submit Feedback link found on most lds.org pages or on the calendar Help pages.

Posted: Sun May 01, 2011 8:21 pm
by eblood66
RussellHltn wrote:Then someone is going to have to explain this code snippet found at the bottom of the calendar page:

Code: Select all

    <script type="text/javascript">
      //<![CDATA[
           var pageName = "!Calendar Main Page!";
           // Major version of Flash required
           var requiredMajorVersion = 10;
           // Minor version of Flash required
           var requiredMinorVersion = 0;
           // Minor version of Flash required
           var requiredRevision = 0;
      //] ]>
    </script>
I have no idea what it's used for. For all I know it might be for that "spinning wheel of wait".

That piece of code merely sets a few variables in Javascript. It doesn't actually load Flash. Using Firebug it's possible to search all of the scripts used by calendar page and these variables aren't referenced anywhere. On the other hand the Directory (which does use Flash) also defines these variables and does reference them in a separate javascript script file that inserts a Flash object into the page (assuming the installed Flash meets the version requirements).

I'd assume that this block of code is just a standard block the developers insert into every page (along with the Omniture site tracking block below it) whether or not the page uses Flash.

Like jdlessley I've run calendar with Flash disabled and it works fine. I've also searched for any actual code references to Flash in the Calendar pages and I can't find any. I'm quite sure it doesn't use Flash.

The Calendar Help says that individuals should first contact their web site administrator who may then contact the stake technology specialist. Technology specialists can contact Local Unit Support to resolve problems like this that we on the forums can't figure out.