I have been testing a Confluence upgrade. I can't go to 5.5.3 yet because of the DB collation requirement in our SQL server installation. That is another story which I will have to deal with separately (I note though - Jira allows CI but confluence does not??? This is kind of a weird config conflict between sister apps)
So I am testing an upgrade from 4.3.2 to 5.5.2. I managed to get the upgrade working in our test environment, but after logging in the headers on all pages are tags rather than functional menu links.
The menu header code I see is:
#menuMacros_renderHeaderLeftImageLinks()
#menuMacros_renderHeaderRightImageLinks() #menuMacros_renderHeaderRightPanels()
The problem occurs in Firefox, IE and Chrome so not browser-specific. Other answers suggested going to safe mode to disable plugins, which I have tried to no effect.
Any ideas?
Thanks
Geoff Tanner
What solve this for me was the deletion of the contents of table decorator.
Good luck!
Hi Geoff,
Have you tried to clear plugin cache, also could you double check if there are any customisation done on your instance. You can check this by the following method:
Check your System Information accessible from Confluence admin. See if there are any file modified under the "Modification" section
Execute this SQL query
SELECT * FROM decorator
If there are any, you might want to remove it to see if the issue persist. Hope it help.
Cheers,
Septa Cahyadiputra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Deleting the contents of the decorator table and restarting Confluence did indeed fix this issue for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I also have the same issue going from 4.1.7 to 5.6.3.
Thanks,
-matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have the same issue and I have tried what Septa suggested but no success. I am trying to update from 4.1.4 to 5.6.3.
regard,
Eric
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting the same issue for Confluence 5.6 upgrade.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I managed to change the DB collation on our test environment to case-sensitive, so once I got that sorted I was able to update again to 5.5.6. However the dodgy headers persist, unfortunately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Further on this, I did check the error logs for the app, and I noticed a bunch of attachment errors which I solved by copying the attachment folder from production into Test. However apart from that I was not able to identify any specific error on startup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.