Page 1 of 1

How to install nuBuilder on Windows

Posted: Mon Oct 14, 2019 1:50 am
by admin

Re: How to install nuBuilder on Windows

Posted: Tue Sep 22, 2020 7:59 pm
by cmunizaga
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?
nuformclass.js?ts=20200922174328:61 Uncaught TypeError: Cannot read property 'title' of undefined

Re: How to install nuBuilder on Windows

Posted: Wed Sep 23, 2020 8:15 am
by kev1n

Re: How to install nuBuilder on Windows

Posted: Wed Sep 23, 2020 4:51 pm
by cmunizaga
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.