Page 1 of 1
Windows 10 - logout Error
Posted: Sun Mar 03, 2019 9:08 pm
by Janusz
Hi,
I have installed nuBuilder on
Windows 10 and when making
logout I have
few pages of errors as in the attached file.
When I copy my existing databse from Linux to Win10 it works fine - the
issue is only during logout.
(and it's both for existing or fresh new installation). Debug table is empty.
Normally I am using nuBuilder on Debian and did not have similar issues there.
https://drive.google.com/open?id=1Frovt ... 6GpC8wIvv7
Did you experience similar issues on Windows 10? and maybe some recomendation what to check, maybe some modules missing ...
I installed the latest x64 Win10 versions for Apache2, mariaDB and PHP7.3 (as separate files not as WAMP for example)
Re: Windows 10 - logout Error
Posted: Sun Mar 03, 2019 11:16 pm
by admin
Janusz,
I'm not sure but this type of thing can happen if you are running nuBuilder as Standalone and a Wordpress plugin at the same time in the same browser.
Steven
Re: Windows 10 - logout Error
Posted: Mon Mar 04, 2019 7:23 am
by Janusz
Hi Steven,
Thanks for your replay.
What steps would you recommend to remove this issue.
At the moment I am using basic fresh installation of Win 10, Apache2, Mysql and PHP7.3 and do not use Wordpress.
Should I try with older PHP version, WAMP, or maybe some additional modules in PHP settings to acivate?
Or maybe what would be the most common/recommended intalation for nuBuilder on Win10.
Janusz
Re: Windows 10 - logout Error
Posted: Mon Mar 04, 2019 7:49 pm
by Janusz
Hi,
Let me share some results of the trials I did on Windows 10 x64 and XAMPP package.
(with exactly the same nuBuilder configuration and the same PC for all tested cases).
Please note that I run this application on the Linux/Debian with latest PHP 7.3 and I have completelly no issues.
On Win 10 it beahves as following:
xampp-windows-x64-5.6.40-0-VC11-installer
>>> all working OK
xampp-windows-x64-7.1.26-0-VC14-installer
>>> all working OK
xampp-windows-x64-7.2.15-0-VC15-installer
>>> application works but errors during logout
xampp-windows-x64-7.3.2-0-VC15-installer
>>> application works but errors during logout
Re: Windows 10 - logout Error
Posted: Tue Mar 05, 2019 9:43 am
by kev1n
try changing this in nuform.php:
Code: Select all
for($i = 0 ; $i < count($a) ; $i++){
change to
Code: Select all
for($i = 0 ; $i < count((array)($a)) ; $i++){
Re: Windows 10 - logout Error
Posted: Tue Mar 05, 2019 11:20 am
by Janusz
Hi Kev1n,
Your modifications works very well with:
xampp-windows-x64-7.3.2-0-VC15-installer 
Really thank you very much for Your excellent support.
Do you suggest maybe some optimisation to the Win 10 PHP/APACHE /MySql settings on Win 10 to optimise the speed of nuBuilder.
Janusz
Re: Windows 10 - logout Error
Posted: Tue Mar 05, 2019 12:22 pm
by kev1n
Actually, I don't know much about Win 10 PHP/APACHE /MySql at all. You could ask your question on a platform like stackoverflow.com Maybe you can get general performance tips there, which are not necessarily only valid for nuBuilder.