Hi, I receive these warnings in SQL Builer, as text over the area where the tables are manipulated. The text prevents to modify the tables that appear below it, so it becomes SQL Builder not usable. It happens in chrome, edge and firefox.
Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /srv/disk2/1955898/www/cosmovision.com.uy/nubuilder4/core/nuchoosesetup.php on line 39
Warning: session_start(): Cannot start session when headers already sent in /srv/disk2/1955898/www/cosmovision.com.uy/nubuilder4/core/nuchoosesetup.php on line 9
Attached is a screen shot.
thanks
Jorge
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.
Warnings in SQL Builder
-
- Posts: 4
- Joined: Mon Aug 23, 2021 4:49 pm
Warnings in SQL Builder
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4
- Joined: Mon Aug 23, 2021 4:49 pm
Re: Warnings in SQL Builder
Hi Kevin, it worked !! Thanks.
I looked into the forum but I missed that topic, sorry.
best,
jorge
I looked into the forum but I missed that topic, sorry.
best,
jorge
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Warnings in SQL Builder
Could you test if the modified nuselect.php file in the attachment also works?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 4
- Joined: Mon Aug 23, 2021 4:49 pm
-
- Posts: 4
- Joined: Mon Aug 23, 2021 4:49 pm
Re: Warnings in SQL Builder
Hi Kevin, I have just realized that the solution I tested yesterday (moving the <?php section to the begining) doesn´t work. The warnings dissapeared (that is why I tought it was ok), but the table region does not respond to the mouse clicks. I cannot move the tables, check fiels or create relationships.
best regards
jorge
best regards
jorge
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Warnings in SQL Builder
What PHP version are you using? I once saw this error with an old hoster but since then I haven't seen it anywhere so I cannot replicate it.
This might help:
How to fix "Headers already sent" error in PHP
https://newbedev.com/how-to-fix-headers ... ror-in-php
Also try setting output_buffering=4096 (normally in php.ini) if it's off.
This might help:
How to fix "Headers already sent" error in PHP
https://newbedev.com/how-to-fix-headers ... ror-in-php
Also try setting output_buffering=4096 (normally in php.ini) if it's off.