• Hi mark, I hope you can help me with this.

    When I edit the playlist after 157-158 songs, I lose the entire list of songs and artists and that applies to every player, in case I don’t pass that certain number of songs, everything is fine with the player. Not sure what the problem could be.

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

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

    (@markwaregr)

    Hi there,

    This is a POST max size issue, when adding more content.

    Make sure you have a post size which can support big requests

    There are 2 different places you can set it:

    php.ini

    post_max_size=20M
    upload_max_filesize=20M

    or

    .htaccess / httpd.conf / virtualhost
    include php_value post_max_size 20M
    php_value upload_max_filesize 20M


    Change 20 to a larger value (x100 times up)


    But it is suggested to consult your host to increase your post_max_size to a large value.

    Let me know if you need additional help with this.

    Thread Starter setrus31

    (@setrus31)

    The host increased the ‘max input vars’ to a higher value and that seems to have solved the problem. Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The playlist is not displayed after a certain number of songs’ is closed to new replies.