Results 1 to 4 of 4

Thread: Tried to select more than 18 gallery archives - bug?

  1. #1
    New user
    Join Date
    01-31-10.
    Posts
    7

    Default Tried to select more than 18 gallery archives - bug?

    Hi Thyon and all others,

    I got a problem with gallery-extension on TL 2.7.4. There were 18 gallery archives in my installation on http://www.kickerbau.org. Now I wanted to add a 19th archive and select all archives to be shown with one gallery viewer. When I select the 19th gallery archive and click on save, all selections disappear and none archive is selected any longer. Selection of 18 archives in any choice works fine - adding a 19th archive and the whole selection disappears while saving.

    Hope you can follow (I'm a german with an ugly English, I gess ;-))

    Is this a bug or is there a problem with my installation?

    Thanks for reading
    Sincere regards
    klaschatx

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Tried to select more than 18 gallery archives - bug?

    This could be just a problem with the database not having the archive list set to a field that is big enough. Normally I just copy/paste the recommended TL suggested field types, which may not always work in all situations. Try to modify the following field.

    database.sql=> `gallery_archives` varchar(255) NOT NULL default '',
    Code:
    -- 
    -- Table `tl_module`
    -- 
    
    CREATE TABLE `tl_module` (
    ...
      `gallery_archives` text NULL,
    ...
    make the change and re-run the install tool to update the database to the new value -- it shouldn't lose any data, and anyway, it will only be for the gallery list module(s) that you've created.

  3. #3
    New user
    Join Date
    01-31-10.
    Posts
    7

    Default Re: Tried to select more than 18 gallery archives - bug?

    Hi Thyon,

    this works fine :-) Thank you very much for your help! Now I'll go to the german forum and post your solution there too ;-)

    Have a nice week
    klaschatx

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Tried to select more than 18 gallery archives - bug?

    Hey klaschatx

    This has now been modified in the latest release 0.8.0.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •