-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi, I have a some problem with upgrading project on 9.6.0.2 version.
Being on the project authorization page, a pop-up window with the message "request processing" is displayed. Then a page appears with a blue background and an error: "error code 3: ZK error, after mounting" and advice to check Network console. In the console I saw the following error in zk.wpd: "Uncaught TypeError: Cannot set properties of undefined (setting 'minFlexInfoList')".
Please help me solve this problem.
Hey there,
Depending on which version you are upgrading from, you might be encountering an issue with CSS flexing. You can disable CSS flexing (and revert to previous flexing implementation) to see if this helps with this property: https://www.zkoss.org/wiki/ZKConfigurationReference/zk.xml/TheLibraryProperties/org.zkoss.zul.css.flex
In any case, to get more info on why this is failing, you can open the browser's developer tools and check for the console error. This should give you the full stack, which would be helpful in locating the source of the problem.
Asked: 2023-02-07 20:46:56 +0800
Seen: 9 times
Last updated: Feb 09