Okay
  Public Ticket #3137000
Audio tracks limit?
Closed

Comments

  • Anton R. Tajanlangit started the conversation

    I have 34 audio tracks in an episode. Only 30 are showing. Why?

  •  1,103
    Max replied

    Hi,

    Looks like a limitation set by your server. You must increase the value of max_input_vars on your server. 

    set it to around 6000 and check if it works.

    more info here: https://support.undsgn.com/hc/en-us/articles/213459869-Max-Input-Vars

    Thanks,


    Max from the Sonaar.io Crew

  • Tercio Machado Sampaio replied

    Thank You so much! I used the .htaccess method and it works now!

    Thank You!

  • Ariful replied

    display_errors = Off
    max_execution_time = 120
    max_input_time = 120
    max_input_vars = 6000
    memory_limit = 512M
    post_max_size = 516M
    session.gc_maxlifetime = 1440
    session.save_path = "/var/cpanel/php/sessions/ea-php82"
    upload_max_filesize = 512M
    zlib.output_compression = Off