Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to save large campaigns with more than 100 actions #2899

Closed
Tony-Gavin opened this issue Nov 6, 2016 · 2 comments
Closed

Unable to save large campaigns with more than 100 actions #2899

Tony-Gavin opened this issue Nov 6, 2016 · 2 comments

Comments

@Tony-Gavin
Copy link

What type of report is this: Bug

Q A
Bug report? Yes
Feature request? No
Enhancement? Maybe

Description:

I am unable to save campaigns with more than 100 decisions / actions. Once 100 is reached, the red / green lines linking decisions actions disappear upon save. Lines linking up to 100 decisions / actions remain.

If a bug:

Q A
Mautic version 2.2.1
PHP version 5.6.27

Steps to reproduce:

  1. Create campaign with minimum of 100 linked decisions / actions.
  2. Close campaign builder.
  3. Save.
  4. Return to campaign builder.
  5. Create an additional decision / action.
  6. Save.
  7. Review saved item - red / green lines linking decision / action will be missing.

Log errors:

There are no log errors in either Mautic or PH.

@escopecz
Copy link
Sponsor Member

This is probably your server limiting POST payload size. Try to raise that limit and it should fix that.

@carlos-moreira
Copy link

@Tony-Gavin What solved this issue for me was to edit the php.ini file located on /etc/php/7.0/apache2/php.ini (Debian 9 in my case) and increase the value of the max_input_vars parameter, by default the value was 1000 on my system I increased it to 10000. After this I was able to connect more than 100 edges (actions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants