Can't edit blocks after 5.4.1.1 update

Permalink
Hi, I updated my site through the dashboard to 5.4.1.1 and now when I go in to edit mode I'm getting these weird blue hovers that don't work. Also if I right click on a block it now only allows me to move or delete. I therefore can't edit the block at all as clicking on the blue things just gives me errors. It was working completely fine before this. Does anyone know what the issue is here or how to solve it? I'm guessing I might have to reinstall but I'd hate to do that. Also maybe it would be possible to just downgrade to my previous version?

1 Attachment

 
Brainakazariua replied on at Permalink Reply
Brainakazariua
You can downgrade it by removing the line in the /config/site.php which indicates that you use /updates/concrete5.4.1.1 (or something similiar to that)

then run an "upgrade" to make it use your previous version.

- add /tools/upgrade?force=1 or /index.php/tools/upgrade?force=1 behind your domain name (in the browser you use, not in the site.php) to run an "upgrade" which is actually a downgrade in this case.

if that doesn't work then I suggest you run a restore from the server. your hosting company might be able to do this for you if you can't do it yourself.
paulmg replied on at Permalink Reply
The downgrade didn't work. Guess I'm going to have to either reinstall or do a restore. Bummer.
Brainakazariua replied on at Permalink Reply
Brainakazariua
Possible. You did get a message that the "upgrade" to version x was completed? (version x being your previous version)

Problems like these are the exact reason why it is highly recommended to make a full backup first before upgrading.
paulmg replied on at Permalink Best Answer Reply
I figured out what the issue was and I'm posting it in case anyone else gets the same problem as me. Before I updated to 5.4.1.1 I was making a call to jquery ui which I guess was needed before and now isn't. As soon as I removed the call it works just fine when I'm in edit mode. Of course I figured this out after doing a complete reinstall of concrete5...