Hi everyone
I'm developing a web site in localhost, and I have noted that my php_error log is growing faster while I am editing my forms with the chronoforms wizard. I made a test, I have stoped all wamp services and I cleaned all the logs. After that I started all services and then I opened the chronoforms wizard with a tiny test form, it just has 3 dropdowns (no more), is a test for refreshing dynamic data through AJAX.
After loading is complete, i reviewed the php_log file and I see something like the next:
[11-Dec-2015 15:37:57 UTC] Tipo: dropdown
[11-Dec-2015 15:37:57 UTC] Tipo: dropdown
... 30 times more...
[11-Dec-2015 15:37:58 UTC] Tipo: dropdown
Of course, it 33 lines with a form with 3 controls, and I have a lot more complex forms.
Anybody can tell me what is wrong? How can I avoid this massive log?
Thanks in advance
Hugo
I'm developing a web site in localhost, and I have noted that my php_error log is growing faster while I am editing my forms with the chronoforms wizard. I made a test, I have stoped all wamp services and I cleaned all the logs. After that I started all services and then I opened the chronoforms wizard with a tiny test form, it just has 3 dropdowns (no more), is a test for refreshing dynamic data through AJAX.
After loading is complete, i reviewed the php_log file and I see something like the next:
[11-Dec-2015 15:37:57 UTC] Tipo: dropdown
[11-Dec-2015 15:37:57 UTC] Tipo: dropdown
... 30 times more...
[11-Dec-2015 15:37:58 UTC] Tipo: dropdown
Of course, it 33 lines with a form with 3 controls, and I have a lot more complex forms.
Anybody can tell me what is wrong? How can I avoid this massive log?
Thanks in advance
Hugo