Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TV productions

    (@tv-productions)

    After some test I’ve got the same result.

    I didn’t mean to limit the number of pictures, but it seems to be limited by saving the album.
    I’m not sure yet what the cause of this is, but I’ll have a look for it.

    For the tech guys:

    I’ve checked the length of the database field, and the field is of type longtext, which should have a limit around 4 GB (according to the official MySQL website). This is thus not the problem.

    Plugin Author TV productions

    (@tv-productions)

    This bug is fixed by the release of v1.2

    For the tech guys who want to know what the problem was
    The plugin used an array for the names of the input fields, like:

    EasyPhotoAlbum[4][order]
    EasyPhotoAlbum[4][title]
    EasyPhotoAlbum[4][caption]

    This, and some other fields are with 237 images more than 1000 input fields,witch is the default valude of the php.ini setting max_input_vars. Now javascript builds the data and adds it as one field.

    Thread Starter ginoize

    (@ginoize)

    Thank you very much, I can confirm it works, can upload large albums. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘maximum number of pictures in an album’ is closed to new replies.