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.
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: 4242
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 68 times
- Been thanked: 422 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.