CodeIgniter Forums
Broken form_open() after upgrading to 3.1.3 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Broken form_open() after upgrading to 3.1.3 (/showthread.php?tid=67084)



Broken form_open() after upgrading to 3.1.3 - wishmaster - 01-13-2017

Hi, I have form with hidden input fields. In the viewer this function adds some `id` hidden fields. Now this does not work.


RE: Broken form_open() after upgrading to 3.1.3 - wishmaster - 01-13-2017

Oh, sorry. After investigation I see this is my problem.

I have deleted line in the config.php $config['allow_get_array'] = TRUE instead $config['standardize_newlines']

Sorry for noise.