The original installer I used for the reinstall was the 024 .run file. The day before yesterday…
Downloading the manual install, it is now 025.
I overwrote the /opt/NetMake/v8 folder’s contents with the extracted files.
Logging in, I get an Updates Available notification.
Same behavior: I open my simple login application (a control app), click the Run Application button, and JavaScript throws an error (still at line 91 of sc_js_Top2…js):
function nm_menu_run(url_apl, target_apl)
{
obj_window = window.open(url_apl, target_apl, ‘’);
obj_window.focus();
}
obj_window, it seems, is still undefined.
The usual checks, clearing cache etc, don’t change this.
So 025 still has the same issue. But then, I was warned about available updates when I logged in. That’s probably just left-behind 024 files confusing the 025 updater, but let’s play along and see what the 234 updates do… Nothing for this issue.
Same JS error, same line, same source file.
Since that window.open() method can return an undefined value, there should be some exception handling there. It’s really easy to do that. Just sayin’.
As a further test, I created the “Document Library” demo app using default values (default SQLite connection). Same behavior: generate code, open the login app, click “Run Application”, and the same error pops in the JS console.
No remote access. Sorry, but I don’t see any evidence that your company has any linux experience at all. Look at the default file permissions: world-writable. Wow.
Don’t take it personally. I don’t let neighbor kids drive my motorcycle, either.
I’m pretty sure that if you create an Ubuntu 14.04 x64 “Desktop” virtual machine and install SC8 on it, you’ll get the same results I’m seeing. You folks install your own Apache/mods, so the only variable - due to Ubuntu updates - is the local PHP and Zend versions:
PHP 5.5.9-1ubuntu4.5 (cli) (built: Oct 29 2014 11:59:10)
Copyright © 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright © 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright © 1999-2014, by Zend Technologies
If you update your VM, you should be at that version.
The CentOS 6.6 box where I first noticed this behavior has PHP/Zend:
PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53)
Copyright © 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright © 1998-2010 Zend Technologies
with XCache v3.0.4, Copyright © 2005-2013, by mOo
with Zend Guard Loader v3.3, Copyright © 1998-2010, by Zend Technologies
with XCache Optimizer v3.0.4, Copyright © 2005-2013, by mOo
with XCache Cacher v3.0.4, Copyright © 2005-2013, by mOo
with XCache Coverager v3.0.4, Copyright © 2005-2013, by mOo