Comments Anton R. Tajanlangit started the conversationOctober 2, 2022 at 12:22amI have 34 audio tracks in an episode. Only 30 are showing. Why? 1,114Max repliedOctober 2, 2022 at 2:04amHi, 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-VarsThanks, Max from the Sonaar.io Crew Tercio Machado Sampaio repliedJune 8, 2023 at 3:38amThank You so much! I used the .htaccess method and it works now!Thank You!Ariful repliedJuly 27, 2023 at 10:27pmdisplay_errors = Offmax_execution_time = 120max_input_time = 120max_input_vars = 6000memory_limit = 512Mpost_max_size = 516Msession.gc_maxlifetime = 1440session.save_path = "/var/cpanel/php/sessions/ea-php82"upload_max_filesize = 512Mzlib.output_compression = Off Sign in to reply ...
I have 34 audio tracks in an episode. Only 30 are showing. Why?
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
Thank You so much! I used the .htaccess method and it works now!
Thank You!
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