Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
How to install nuBuilder on Windows
-
- Posts: 2
- Joined: Tue Sep 22, 2020 7:49 pm
Re: How to install nuBuilder on Windows
Hi, I'm trying to install on Windows but I found some issues.
Firstly I edit nuconfig.php but configuration values are being ignored or overwritten. So I must to set literal strings directly on nudatabase.php instead of using $_SESSION['nubuilder_session_data']['DB_HOST'].
Then application was raised but with errors. I cant see Setup Page. When I try to create Fast Form I got javasscript errors and it doesn't work.
I suppose is not normal, I must be missing something. Could you help me?
Firstly I edit nuconfig.php but configuration values are being ignored or overwritten. So I must to set literal strings directly on nudatabase.php instead of using $_SESSION['nubuilder_session_data']['DB_HOST'].
Then application was raised but with errors. I cant see Setup Page. When I try to create Fast Form I got javasscript errors and it doesn't work.
I suppose is not normal, I must be missing something. Could you help me?
nuformclass.js?ts=20200922174328:61 Uncaught TypeError: Cannot read property 'title' of undefined
-
- nuBuilder Team
- Posts: 4444
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 75 times
- Been thanked: 484 times
- Contact:
Re: How to install nuBuilder on Windows
This is for MAMP but might help too:
https://forums.nubuilder.cloud/viewtopic. ... 23&p=21734
https://forums.nubuilder.cloud/viewtopic. ... 23&p=21734
-
- Posts: 2
- Joined: Tue Sep 22, 2020 7:49 pm
Re: How to install nuBuilder on Windows
Thanks kev1n. That did the trick. In Windows my.cnf file is the file my.ini. Adding line "sql-mode=NO_ENGINE_SUBSTITUTION" below [mysqld] solved the problem.
Thank you very much.
Thank you very much.