Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

How to install nuBuilder on Windows

Questions related to installing, updating, setting up and configuring
Locked
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

How to install nuBuilder on Windows

Unread post by admin »

cmunizaga
Posts: 2
Joined: Tue Sep 22, 2020 7:49 pm

Re: How to install nuBuilder on Windows

Unread post 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
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: How to install nuBuilder on Windows

Unread post by kev1n »

cmunizaga
Posts: 2
Joined: Tue Sep 22, 2020 7:49 pm

Re: How to install nuBuilder on Windows

Unread post 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.
Locked