Skip to Content
Menu
This question has been flagged
5360 Views

In version v8, I seem not to be able to use the HTML EDITOR and or EDIT MENU. I can change themes. Also promote link doesn't respond, neither does the mobile button. Install Apps link does work as does remove logo remove default header checkboxes.

When click for example on HTML EDITOR it does direct to  page/themes#advanced-view-editor but nothing happends. No page change nothing.

I installed the latest v8 version using git clone. (only have Website in menu in administration, no Website builder)

Any ideas? Is this a known problem, update available or something on my end (no errors are shown in log file)
----


Thanks Jeremy, restoring original solved button problem. I did replace reg in blockUI to remove warning.


/* old

if (/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery) || /^1.1/.test($.fn.jquery)) {

alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery);

return;

}*/

if ((/1\.(2\.([3-9]|[1-9][0-9])|[3-9]\.[0-9]*|[1-9][0-9]*\.[0-9]*)/.test($.fn.jquery)) === false ) {

alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery);

return;

}


Avatar
Discard

It seems that you have a problem with javascript. Launch debug mode (?debug in url) and take a look in your browser console to have the error detail.

Author

Yea did that. Indeed there is a error in jquery.ba-bbq.js (not on front though) blockUI has already been replaced so thats -1. And that said some work, some dont! FF console says: Error: QWeb2: Can't clone undefined template web_editor.dialog.link

don't worry about the warning of blockui... it just that 11 is little than 8... is just a warning. No need to replace this lib ! Can you retry with the default lib and look if you have always the same error... You can also try to make an update of website module.

Author

Just not funny having the popup of blockUI. already git cloned latest v8 version. v9 doesnt have the problem but has plenty others.

Author

Also when just installed the notice / warning of blockUI prevents window being reloaded. so it will ask you over and over to set master password and ofcourse new dbname. I could just remove warning code but didn't seem right thing to do. Warning comes up for a reason

Author

Replacing original blockUI seems to be solution for the buttons.

Related Posts Replies Views Activity
5
Dec 24
7004
0
Dec 24
60
0
Dec 24
39
2
Sep 24
345
1
Oct 24
616