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)
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Windows 10 - logout Error
Re: Windows 10 - logout Error
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
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
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: Windows 10 - logout Error
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
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
If you like nuBuilder, please leave a review on SourceForge
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: Windows 10 - logout Error
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
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
If you like nuBuilder, please leave a review on SourceForge
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 446 times
- Contact:
Re: Windows 10 - logout Error
try changing this in nuform.php:
change to
Code: Select all
for($i = 0 ; $i < count($a) ; $i++){
Code: Select all
for($i = 0 ; $i < count((array)($a)) ; $i++){
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 506
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 8 times
- Been thanked: 18 times
Re: Windows 10 - logout Error
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
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
If you like nuBuilder, please leave a review on SourceForge
-
- nuBuilder Team
- Posts: 4307
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 446 times
- Contact:
Re: Windows 10 - logout Error
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.