Re: SP1 or CU broke Javascript

2012-02-02 Thread Ajay
It may be internet explorer issue, is it broken in all browsers, check in something other than IE. On Fri, Feb 3, 2012 at 5:43 PM, Iain Carlin wrote: > I like your thinking Ishai, have just tried re-running the wizard, twice > and did a reboot before trying it a 3rd time, no joy I'm afraid. > >

RE: Office 365 export

2012-02-02 Thread Ishai Sagi
Hey again, If you are interested, I uploaded a new version of the beta (0.9.1.3) which allows scheduled tasks, filtering by date and raised the limit of each list to 20. The links are all the same, and I updated the documentation in http://www.extelligentdesign.com/SitePages/Office365%20Exporter

Re: SP1 or CU broke Javascript

2012-02-02 Thread Iain Carlin
I like your thinking Ishai, have just tried re-running the wizard, twice and did a reboot before trying it a 3rd time, no joy I'm afraid. Any other suggestions. I'm still leaning to some sort of permissions problem. The Central Admin site has no styles applied at all it just shows as plain text w

RE: SP1 or CU broke Javascript

2012-02-02 Thread Ishai Sagi
Try running the wizard again on all servers in the farm- it should fix it [Description: Description: Description: C:\Users\Brian\Pictures\EXD Logos\Extelligent logo no text.jpg]Ishai Sagi | Solutions Architect 0488 789 786 | is...@exd.com.au | www.sharepoint-tips.com

Re: SP1 or CU broke Javascript

2012-02-02 Thread Iain Carlin
The files are both standard sharepoint js files e.g. init.js in _layouts/1033 and custom stuff like jQuery loaded into script libraries within the site. It looks as if nothing javascript is working from the site. Almost like there's some sort of permissions or page error preventing js files from b

Re: SP1 or CU broke Javascript

2012-02-02 Thread Maxine Harwood
I didn't think JavaScript could cause a 500 error. I had scheduled December CU for later this month, thanks for the heads up. Sent from Max's iPad On 03/02/2012, at 11:31 AM, Iain Carlin wrote: > Just wondering if anyone else has experienced this issue. > > I applied SP1 and the December CU

RE: SP1 or CU broke Javascript

2012-02-02 Thread Paul Noone
Are the JS files in question located in a SharePoint library or in the 14 hive? Could be permissions but 500 is an odd error to throw. From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Iain Carlin Sent: Friday, 3 February 2012 12:32 PM To: ozmoss@ozmoss.com Subject

SP1 or CU broke Javascript

2012-02-02 Thread Iain Carlin
Just wondering if anyone else has experienced this issue. I applied SP1 and the December CU to my SP2010 development box (luckily tried it there first and not on Prod). For some reason, Javascript is now not working on any of my sites. If I try to browse direct to the js files I get a 500 error.

RE: SPQuery - Filtering results by view title

2012-02-02 Thread Paul Noone
It does seem strange. I get the same error irrespective of the view I select. What field could it be? There are no custom field types. How could I check this? I also tried passing the viewName to the GetItems method but get a much uglier exception. events = web.Lists[listName].GetItems(query, vie

RE: SPQuery - Filtering results by view title

2012-02-02 Thread Ishai Sagi
It looks like the problem is not with the view, but with a field (maybe specified in the view?) [Description: Description: Description: C:\Users\Brian\Pictures\EXD Logos\Extelligent logo no text.jpg]Ishai Sagi | Solutions Architect 0488 789 786 | is...@exd.com.au | www

SPQuery - Filtering results by view title

2012-02-02 Thread Paul Noone
Hi all, I have a Calendar wp that I have modified to allow result filtering via a Views dropdown. I'm trying to pass the selected View's title to the SPQuery in order to pre-filter the results. But she ain't working. This is my query. void cal_DataBinding(object sender, EventArgs e) { if (!st