Hello.
I am evaluating the RadScheduler (and have been for a few weeks). I have basically copied one of the demos from Telerik and published it out to a simple web hosting package I have at GoDaddy. Everything works OK, *except* when I try to make an appointment recurring. The functionality works just fine locally, but when I publish it out to GoDaddy, I get an error here:
for(var _62 in Page_Validators){
that says
Page_Validators is undefined
Can anyone shed light on why this might happen?
Thanks.
Brian
I am evaluating the RadScheduler (and have been for a few weeks). I have basically copied one of the demos from Telerik and published it out to a simple web hosting package I have at GoDaddy. Everything works OK, *except* when I try to make an appointment recurring. The functionality works just fine locally, but when I publish it out to GoDaddy, I get an error here:
for(var _62 in Page_Validators){
that says
Page_Validators is undefined
Can anyone shed light on why this might happen?
Thanks.
Brian
6 Answers, 1 is accepted
0
Hello Brian,
This is very strange. Not having Page_Validators means that for some reason the validation javascript is not loaded. Could you please check for any failing web server requests? You can review this blog post for instructions how to troubleshoot such issues.
Regards,
Albert
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
This is very strange. Not having Page_Validators means that for some reason the validation javascript is not loaded. Could you please check for any failing web server requests? You can review this blog post for instructions how to troubleshoot such issues.
Regards,
Albert
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Brian
Top achievements
Rank 1
answered on 07 Apr 2009, 07:24 AM
Hello.
Thanks for the reply.
I have looked at a few different things. But I'm just going to chalk it up to GoDaddy's servers being either configured incorrectly or just messed up. I have created accounts at 2 separate hosts. Both of those accounts function just fine with the exact same code.
So I'm blaming this one on GoDaddy.
Brian
Thanks for the reply.
I have looked at a few different things. But I'm just going to chalk it up to GoDaddy's servers being either configured incorrectly or just messed up. I have created accounts at 2 separate hosts. Both of those accounts function just fine with the exact same code.
So I'm blaming this one on GoDaddy.
Brian
0
Hi Brian,
Is there any live url where we ca observe the JavaScript error? Perhaps we would be able to detect the problem.
Regards,
Albert
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Is there any live url where we ca observe the JavaScript error? Perhaps we would be able to detect the problem.
Regards,
Albert
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Brian
Top achievements
Rank 1
answered on 07 Apr 2009, 07:36 AM
Hello.
There is, but I'd rather not post it publicly. Can you email me at the email address attached to my account?
Thanks.
Brian
There is, but I'd rather not post it publicly. Can you email me at the email address attached to my account?
Thanks.
Brian
0
Hello Brian,
You can open a support ticket so we continue this communication in private. Thanks.
Regards,
Albert
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
You can open a support ticket so we continue this communication in private. Thanks.
Regards,
Albert
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Brian
Top achievements
Rank 1
answered on 12 Apr 2009, 07:47 PM
Hello.
Just wanted to reply to this with my findings of the last week. The code that works fine on my own machines (Vista, Server 2003, Server 2008) also works fine without modification at both DiscountASP.net and Crystal Tech. I get the same "undefined" error at both GoDaddy and Jodohost. I have decided to use Crystal Tech, so I no longer have the issue.
Brian
Just wanted to reply to this with my findings of the last week. The code that works fine on my own machines (Vista, Server 2003, Server 2008) also works fine without modification at both DiscountASP.net and Crystal Tech. I get the same "undefined" error at both GoDaddy and Jodohost. I have decided to use Crystal Tech, so I no longer have the issue.
Brian