Page 1 of 1

Problem creating subform

Posted: Tue Mar 29, 2011 11:32 am
by herseem
Hi, I've tried to create a subform on a test system on a live website, but there seems to be a problem occurring with Nubuilder corrupting the SQL when the subform is saved. This short video I specially recorded illustrates the problem.

http://www.youtube.com/watch?v=FX-oWcYhID0

Am at a bit of a loss to explain it. Any help would be much appreciated.

Mike Hersee

Re: Problem creating subform

Posted: Thu Mar 31, 2011 8:26 am
by admin
Mike,

This needs to be in php.ini

Code: Select all

magic_quotes_gpc = Off
Easy to do if you are hosting yourself and have access to this file.

Otherwise this topic might help.

http://forums.nubuilder.cloud/viewtopic.php?f=5&t=1445


Steven

Re: Problem creating subform

Posted: Thu Mar 31, 2011 10:21 pm
by herseem
Thanks, that has solved the problem.

Re: Problem creating subform

Posted: Thu Mar 31, 2011 11:33 pm
by admin
Great!