Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Subsites error when working with assets


Go to End


2 Posts   981 Views

Avatar
kindleman.com.au

Community Member, 70 Posts

4 November 2011 at 2:45pm

Hello,

I'm getting a JS error "Cannot call method 'reapplyIfNeeded' of null" when switching from one subsite to anouther using the selector in the admin area. Once switching, draging files to folders dosn't work. Refreshing the page each time makes it work, so thats a work around, but not acceptable for clients.

Has anybody seen this error before? Any fixes?

I'm also getting a lot of "Refused to set unsafe header "Connection"" errors whilst working in the admin area. Not sure if these are contributing to bugs or not

Thanks,

w

Avatar
kindleman.com.au

Community Member, 70 Posts

5 November 2011 at 2:02pm

hmm, to get rid of the connection I deleted all the ?>#whitespace# in assorted plugins (eg the blog) and silverstripe core. as per some comments on here. That didn't do it but i found a line in the core js that was causing an error (or rather commenting it out fixed it
https://github.com/asecondwill/sapphire/commit/ac41ec59c286ea5907e9c8d018cf35897cbb5b92

Anyway, i also found that the reapplyifneeded thing was being applied to sitetrefilter list which isn't on the asset page. so that was throwing an error and messing up the drag drop.

submitted this patch:

https://github.com/asecondwill/silverstripe-subsites/commit/00bc0f877f85c4b6abae53cf714e3ff47bbc0858

The drag drop now works after switching subsite but the helpfull yellow highlight showing the folder you are trying to drag to is targeted dosn't show. still. closer to being ok.

hth somebody