v11.0p_2016-08-11/LGPL Deployment (built 2016-08-11) client side only - Any browser
Just getting started with a V6 to V11 upgrade and need some basic help on debugging with the Dev Console, new to SC.
Copied new isomorphic into existing project along with our custom .css files
I have two almost identical simple pages, one html flow embedded in a Vpage, each includes an .html file
The one page display s fine, the other returns a blank screen. The screen that is fine can display either of the included .html files.
Looking at the dev console, the page that works just shows the two elements: page layout and flow.
The page that is blank shows those two elements plus an isc_eh_screenspan, isc_globalwarn block. I can see where those elements are on my screen but not any error data.
Assuming there's something wrong in my code, but cannot see the error info.
I excluded all our custom .css files so I'm only running with your skin_styles.css
Is there a way to see the content of the warning block?
Just getting started with a V6 to V11 upgrade and need some basic help on debugging with the Dev Console, new to SC.
Copied new isomorphic into existing project along with our custom .css files
I have two almost identical simple pages, one html flow embedded in a Vpage, each includes an .html file
The one page display s fine, the other returns a blank screen. The screen that is fine can display either of the included .html files.
Looking at the dev console, the page that works just shows the two elements: page layout and flow.
The page that is blank shows those two elements plus an isc_eh_screenspan, isc_globalwarn block. I can see where those elements are on my screen but not any error data.
Assuming there's something wrong in my code, but cannot see the error info.
I excluded all our custom .css files so I'm only running with your skin_styles.css
Is there a way to see the content of the warning block?
Comment