You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I export submission in xls or csv format I obtaina "page not found" error.
I found the solution in this forum post http://forums.formtools.org/showthread.php?tid=2014
In fact my server has register globals disabled and disabling line 756
// foreach ($GLOBALS as $key => $val) { @eval("global $$key;"); }
solved the problem.
I thing it should fixed.
The text was updated successfully, but these errors were encountered:
When I export submission in xls or csv format I obtaina "page not found" error.$val) { @eval("global $ $key;"); }
I found the solution in this forum post http://forums.formtools.org/showthread.php?tid=2014
In fact my server has register globals disabled and disabling line 756
// foreach ($GLOBALS as $key =>
solved the problem.
I thing it should fixed.
The text was updated successfully, but these errors were encountered: