Recently upgraded our PHP and Apache servers. After upgrade getting error message when ending a profound session.
ibmi.****.***.*** says:
Onload Error:
Cannot read property 'isCloud' of undefined
Searches aren't turning up any information on 'isCloud'.
Ideas?
isCloud Dialog box
-
- Profound User
- Posts: 35
- Joined: Mon Feb 20, 2012 6:45 pm
- First Name: Brian
- Last Name: Luttman
- Company Name: BEPCO, Inc.
- Contact:
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: isCloud Dialog box
Profound UI runs on the IBM HTTP Server (powered by Apache) which is part of the operating system. What do you mean by "upgraded" it? did you upgrade the operating system? or, install PTFs? Or, what do you mean when you say you upgraded it? Since its part of the OS rather than an independent application, you can't simply upgrade it by itself.
You could upgrade the PHP server, but I don't see what that has to do with Profound UI (which isn't written in PHP).
You could upgrade the PHP server, but I don't see what that has to do with Profound UI (which isn't written in PHP).
-
- Profound User
- Posts: 35
- Joined: Mon Feb 20, 2012 6:45 pm
- First Name: Brian
- Last Name: Luttman
- Company Name: BEPCO, Inc.
- Contact:
Re: isCloud Dialog box
Sorry should have been clearer.
We upgraded ZendServer PHP from 5.6 to 7. And ProfoundUI went from 5.?(I think) to 6.2.1.
We upgraded ZendServer PHP from 5.6 to 7. And ProfoundUI went from 5.?(I think) to 6.2.1.
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: isCloud Dialog box
The error says it occurred in the Onload event of a screen. Can you post the code in that onload event?
-
- Profound User
- Posts: 35
- Joined: Mon Feb 20, 2012 6:45 pm
- First Name: Brian
- Last Name: Luttman
- Company Name: BEPCO, Inc.
- Contact:
Re: isCloud Dialog box
console.log("PUISCREENS_EOJSCRN_Onload");
if(window.device != null){
if(window.device.platform != null){
if(window.device.platform == "iOS"){
applyProperty("btnBack", "visibility", "hidden");
applyProperty("btnBack", "field type", "css button");
applyProperty("NewSessionButton2", "left", "125px");
applyProperty("NewSessionButton2", "field type", "css button");
}
}
}
//pui.endOfSession();
pui.closeSession()
pui.shutdownOnClose = false;
window.close();
if(window.device != null){
if(window.device.platform != null){
if(window.device.platform == "iOS"){
applyProperty("btnBack", "visibility", "hidden");
applyProperty("btnBack", "field type", "css button");
applyProperty("NewSessionButton2", "left", "125px");
applyProperty("NewSessionButton2", "field type", "css button");
}
}
}
//pui.endOfSession();
pui.closeSession()
pui.shutdownOnClose = false;
window.close();
-
- Profound User
- Posts: 35
- Joined: Mon Feb 20, 2012 6:45 pm
- First Name: Brian
- Last Name: Luttman
- Company Name: BEPCO, Inc.
- Contact:
Re: isCloud Dialog box
pui.closeSession() is failing at line 13215 in runtime.js.
if (window.parent != window && window.parent.pui.isCloud) {
window.parent.pui.isCloud is undefined.
if (window.parent != window && window.parent.pui.isCloud) {
window.parent.pui.isCloud is undefined.
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: isCloud Dialog box
It looks like this was fixed a long time ago. Please update to the current version of Profound UI.
Who is online
Users browsing this forum: Google [Bot] and 3 guests