when i'm adding a form content part, after 14 input's i cant add a new input, or edit the already added input... when i click the update but it goes to the login page
phpwcms 1.3.3
independently of the input types, article, etc etc ... it allways happen when i've added 14 input fields in form content part...
i notice that in other phpwcms 1.3.3 i have, the form can have more than 14 inputs no problem...
but i need to insert the file in the troubled instalation...
adding form gives logout error
Re: adding form gives logout error
really no idea
which kind of input field is/should have the 14th one?

Re: adding form gives logout error
doesnt mind... i try all the kind... when i get 14 inputs, it simply stop working, i cant even update the existing input fields without logout
Re: adding form gives logout error
I have the same problem with my installation (even after fresh update to 1.3.9)
Any ideas how to get arround with this???
Olav
Any ideas how to get arround with this???
Olav
Re: adding form gives logout error
I have this same problem, and am using various versions, but also the very latest from googlecode. Anybody any possible answer for this amazing BUG
A website is a concept not a digital brochure ! Vectrus Internet Solution
- Oliver Georgi
- Site Admin
- Posts: 9930
- Joined: Fri 3. Oct 2003, 22:22
- Location: Dessau-Roßlau
- Contact:
Re: adding form gives logout error
Check that - sorry it is in German. But you find some hints there. The problem is Suhosin Patch in PHP.
http://forum.phpwcms.org/viewtopic.php?p=117243#p117243
This should help - put it in the .htaccess file in your web root:
http://forum.phpwcms.org/viewtopic.php?p=117243#p117243
This should help - put it in the .htaccess file in your web root:
Code: Select all
php_admin_value suhosin.request.max_vars 512
php_admin_value suhosin.post.max_vars 512