Header buttons not working/dissapearing after upgrade to 5.4.2.2

Permalink
Hi, I experienced this problem before but I thought I may have caused it. I just finished upgrading another one of my sites from 5.4.1, I manually added in each update, c5.4.2 and c5.4.2.1.

Everything went well...but when I updated to 5.4.2.2 my sitemap and file manager buttons that are in my header have no icon and when you click on them they don't open like they are supposed to.

See images attached. Please advise what the issue could be.

2 Attachments

agentorange
 
creativeorange replied on at Permalink Reply
creativeorange
Same problem here. Are there no ideas?
Steevb replied on at Permalink Reply
Steevb
Couple of things to try:

Clear site cache

Clear browser cache

Check javascript conflict.

C5.4.2.2 uses jQuery 1.6.2

I had an issue with jQuery 1.5.1 conflict.


Just a thought.
creativeorange replied on at Permalink Reply
creativeorange
Ok. Cool. I've done the cache thing with browser and site. The standard.
I'm a designer over a web-guru so how would I go about checking in on the
jQuery stuff and the javascript conflicts. Is this something I can access
from cPanel?


Orange___________________________
Roz Murphy
Creative Orange Design

p. 403.467.9210
w. creativeorange.ca



On 11-11-16 4:30 PM, "Concrete5 Community" <discussions@concretecms.com>
wrote:
RMDWebDesign replied on at Permalink Reply
RMDWebDesign
Im having the same problems. I dont think its a jQuery conflict but could be wrong.

Will just need to disable the toolbar buttons for now. :(
cursal replied on at Permalink Reply
cursal
Same issue.

Has happened on the last three installs 5.4.2.2
All fresh/new installs
jordanlev replied on at Permalink Best Answer Reply
jordanlev
This is a known bug (http://www.concrete5.org/developers/bugs/5-4-2-2/sitemap-and-file-m... ).

To fix it, edit the following file on your server:
SITEROOT/concrete/helpers/concrete/interface/menu.php

...and delete the "reset" function at the top of the file:
public function reset() {
    $this->pageHeaderMenuItems = array();
}
agentorange replied on at Permalink Reply
agentorange
Thanks for pointing that out, will have a look at the bug list first next time.
cursal replied on at Permalink Reply
cursal
Thank you, worked perfectly.

I too will start referencing the bug tracker page first.
fastcrash replied on at Permalink Reply
fastcrash
hi jordan, i fresh instal 5.4.2.2, and there no such error like in the atachment.

is this bug occcur only when upgrade?

and the reset function still there, i not delete it. and c5 work fine

oh yeah, is there another bug for 5.4.2.2?
jordanlev replied on at Permalink Reply
jordanlev
I don't know.
If you don't have the bug then there is no problem :)
jcallstr replied on at Permalink Reply
jcallstr
This fixed it! Thanks!
shames replied on at Permalink Reply
We've tried upgrading to 5.4.2 and up and have never been able to do it successfully. It takes down our site and locks up the dashboard so that we can't do anything with it. We received a similar image as the second one posted above. Would the deleting the "reset" help with this as well?
jordanlev replied on at Permalink Reply
jordanlev
I doubt it. This is a very localized fix for a very specific problem. If your site is completely failing upon upgrade, it's almost certainly for other, more complicated reasons. (Sorry, wish I had a better answer for you.)