adding form gives logout error

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

adding form gives logout error

Post by fmaltez »

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...
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: adding form gives logout error

Post by Jensensen »

really no idea :oops: which kind of input field is/should have the 14th one?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
fmaltez
Posts: 25
Joined: Sun 12. Mar 2006, 12:55

Re: adding form gives logout error

Post by fmaltez »

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
ogroehn
Posts: 1
Joined: Mon 16. Jun 2008, 19:49

Re: adding form gives logout error

Post by ogroehn »

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
caramello
Posts: 70
Joined: Thu 23. Sep 2004, 21:43

Re: adding form gives logout error

Post by caramello »

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
User avatar
Oliver Georgi
Site Admin
Posts: 9930
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Re: adding form gives logout error

Post by Oliver Georgi »

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:

Code: Select all

php_admin_value suhosin.request.max_vars 512
php_admin_value suhosin.post.max_vars 512
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Post Reply