• Plugin Contributor teskeyn

    (@teskeyn)


    I recently installed the latest Version 1.3.11 of EntryWizard on two seperate systems, Windows 10 and Linux. The version installed on Windows allows me to set the maximum number of items from 1-19 whilst the Linux version the range is only 1-9. How is this upper limit on the maximum number of items calculated and is there any way I can increase it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Josie Stauffer

    (@joanne123)

    The maximum is defined by the maximum number of files your system (actually your php installation) allows in one upload.

    If your Linux system is one you control yourself, it is defined in your php.ini file ( in /etc/apache2 or something similar ).

    Otherwise, your hosting company may allow you to set it in your .htaccess file like this:
    php_value max_file_uploads 20

    ( What you can do will also be limited by the values for upload_max_filesize and for post_max_size. )

    Plugin Contributor teskeyn

    (@teskeyn)

    Thanks for clarifying this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Maximum number of items’ is closed to new replies.