OK just for fun: here are all the network resources being loaded that come up in Chome as having “8.4” in the URL, as being requested by the Main wiki page: /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/tree.min.css /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.3/require-config.min.js /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/tree.min.js /xwiki/webjars/wiki%3Axwiki/xwiki-platform-job-webjar/8.4.4/jobRunner.min.js /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/finder.min.js /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/32px.png Given that ONLY require-config.min.js has this issue, I gotta wonder if this is just an 8.4.4 bug; something hard-coded somewhere? But I have no idea how any of this works, so it could be an install issue. Thanks, Craig
On Jan 12, 2017, at 12:30 AM, Craig Wright <[email protected]> wrote:
My assumption is only that file I reported in the earlier email:
/xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.3/require-config.min.js
-C
On Jan 11, 2017, at 11:53 PM, Ludovic Dubost <[email protected]> wrote:
Hum weird fix. So it could be a module did not upgrade. Do you know which urls match this rule ?
Ludovic
Le 12 janv. 2017 09:46, "Craig Wright" <[email protected]> a écrit :
Well, I fixed this particular issue with the following terrible hack to my /etc/nginx/sites-available/xwiki file:
rewrite ^(.*)/8.4.3/(.*)$ $1/8.4.4/$2 last;
yeeeah. On the plus side, everything seems to be working great. ;D
I will keep the list posted with my continued adventures.
Be well, Craig
On Jan 11, 2017, at 11:33 PM, Craig Wright <[email protected]> wrote:
OK, thanks for your help!
Thanks, Craig
On Jan 11, 2017, at 11:30 PM, Ludovic Dubost <[email protected]> wrote:
Le 12 janv. 2017 09:23, "Craig Wright" <[email protected]> a écrit :
Haha awesome.
I should add that I get the same error when I try to edit a page. Most of the page loads but the edit control (MCE — UI widgets and textarea or input or whatever) just shows a loading spinner forever with the same error as below.
I filed http://jira.xwiki.org/browse/XE-1602 < http://jira.xwiki.org/browse/ XE-1602> for the mixed content issue; however that was an issue that was also in 8.4.3.
Should I file another issue for this?
Not yet I would say. Wait for the team to see if they can reproduce and if it's a general issue
Ludovic
Thanks, Craig
On Jan 11, 2017, at 11:19 PM, Ludovic Dubost <[email protected]> wrote:
Indeed this looks upgraded. Now if you are getting errors in chrome on the home page the. That could be the empty document tree as it does JavaScript. The http/https issue might be more general. You might have found a blocker bug on 8.4.x
Ludovic
Le 12 janv. 2017 09:12, "Craig Wright" <[email protected]> a écrit :
Hi Ludovic,
It appears as if it did. When I look at the installed extensions, I see:
XWiki Enterprise - UI - Tour 8.4.4 XWiki Enterprise Flavor - Main Wiki 8.4.4 XWiki Enterprise - UI - Common 8.4.4
The "XWiki Enterprise Flavor - Main Wiki” was the extension that choked on the Distribution Wizard with the mixed content error; I clicked “Later” but it looks like the upgrade worked, or kinda worked?
Thanks, Craig
> On Jan 11, 2017, at 11:03 PM, Ludovic Dubost <[email protected]> wrote: > > Did your upgrade go through ? When you started XWiki after the debian > package upgrade you should have seen the distribution wizard to complete > the upgrade. > > Maybe your http issue is the cause. If it's that try accepting the > http/https mixed content from chrome and/or go back to http to finalize the > upgrade > > Ludovic > > Le 12 janv. 2017 08:57, "Craig Wright" <[email protected]> a écrit : > >> Howdy again, >> >> I just upgraded to 8.4.4 via the Ubuntu packages, and the Navigation Panel >> has no content whatsoever! It’s blank except for the title. Is there a >> quick or obvious fix for this? >> >> Thanks, >> Craig