I have problem with $_POST data.
Some fields are missing from input form when ‘name’ attribute is longer than 65 chars.
This works (it exists in $_POST array):
<input type="text" name="config_nt_articles_article_lister_adv_display:display_test65chr"/>
but this don’t
<input type="text" name="config_nt_articles_article_lister_adv_display:display_test65chrlorem"/>
any ideas ? Maybe something in php.ini ?
PHP Ver : PHP/5.3.8-1~dotdeb.2
dotdeb? I think you have installed suhosin extension, try to disable it, or tweak the /etc/php5/conf.d/suhosin.ini parameters like this:
FYI: see this article 🙂
ps. suhosin is very nice to use in production btw 🙂