Entries issue

  • Posts: 7
  • Thank you received: 0
11 years 7 months ago #99735

Hi,

I've used the entries option as a way to have group of people to register to event and chose what options each one would take.

my issue is when I try to add 1 entrie it's fine... but if I add like 10 at the same time only 8 shows up.

the form is to register student to a competition so each school director would be adding like 20-30 entrie at a time, is there's an option somewhere that limit the number of entries ?

thanks

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
11 years 7 months ago #99778

Hi,

HikaShop does not restrict that.

It's potentially your server which could be configured to limit the number of parameters that can be received for one page. You should see with your hosting company if they have such limitation :
stackoverflow.com/questions/9399315/how-...post-variable-in-php
As you can read there, it could be suhosin, or php's configuration.

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
11 years 7 months ago #99785

thanks Nicolas,

I have added those line to my .htaccess file

php_value max_input_vars 6000
php_value suhosin.post.max_vars 6000
php_value suhosin.request.max_vars 6000

and now my entrie form is working properly again... I must say that my form was pretty big variable wise,
I have over 100 custom field with some having 50+ options...

thanks again !

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum