• Hey, I am not able to upload an unlimited track in a single playlist
    if I am uploading 500+ tracks in a single playlist, then it saves up to 314 tracks only, why? is there any version or limitation probm?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi @theweb3103
    There is no limitation on how many items you can add in AudioIgniter.
    Can you contact your hosting provider and make sure

    – max_input_vars is high enough to handle all items
    – No POST Suhosin limit is reached

    These are handled by php.ini file. So you host should check them out.
    Let me know when they have an answer

    Thread Starter theweb3103

    (@theweb3103)

    Hey thanks for an update, but can u give me the highest configuration required for this one?
    Like what is the max php.ini configuration required for it:
    max_input_vars is high enough to handle all items
    – No POST Suhosin limit is reached
    ?

    Plugin Support Fotis

    (@markwaregr)

    Hi there
    please increase your max_input_vars to higher values
    There is no highest configuration, this related to your hosting provider setup. Also make sure

      php.ini
    
    post_max_size=120M  

    or

    
    .htaccess / httpd.conf / virtualhost include
    
    php_value post_max_size 120M 

    are the minimum you have as a value

    • This reply was modified 2 years, 3 months ago by Fotis.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unlimited track Issue on website’ is closed to new replies.