Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjpmad4it
    • CommentTimeMay 14th 2008
     
    Hi there,

    I have a big issue with my thumbnails in Plogger 3 Beta.

    The problem is not generating the thumbs, that process is fine. What is happening is that if I upload 2 or more galleries the thumbs from 1 gallery are getting displayed in a separate gallery. So if I click on one of these thumbs that shouldn't be there its bringing up the incorrect large image which does not match that thumb......as that thumb should not be there and so the order of thumbs are incorrect.

    Can anyone advise? I think it may be that the large images that I am uplaoding to separate albums have the same name thats causing the error?

    I noticed that all the thumbs just go into one folder thumbs/

    Maybe it would be a good idea to put the thumb within a sub folder for each gallery, for example:

    thumbs/album1
    thumbs/ablum2
    etc

    Any help would be great.

    Kind regards
    Jonathan
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 14th 2008 edited
     
    Hi Jonathan,

    Actually, I just added code in the current SVN trunk to fix this bug (ticket #78). You can download and upgrade the the current build and it should work just fine for you! :D
    • CommentAuthorjpmad4it
    • CommentTimeMay 14th 2008
     
    Ah brilliant!

    I will give it a try.

    Thanks very much :-)
    • CommentAuthorjpmad4it
    • CommentTimeMay 14th 2008
     
    Is it just these 2 files which have changed in the update:

    admin/plog-thumb.php
    admin/plog-import.php

    regards
    Jonathan
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 14th 2008 edited
     
    Posted By: jpmad4itIs it just these 2 files which have changed in the update:

    admin/plog-thumb.php
    admin/plog-import.php
    well . . . you can try it. That was the only change to the previous revision (which there have been a fair number of since the Beta release). If you want to just change the code highlighted in your install, that should work too (that way any other changes to those two files won't mess up if calling new or revised functions).

    Also, there is a fix for using thumbnail navigation as well if you are using them and your files are named the same (see the 2nd and Last revisions in revision 527).
    • CommentAuthorjpmad4it
    • CommentTimeMay 14th 2008
     
    Is there a download I can grab that has all these revisions in them, and start a fresh install?
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 14th 2008 edited
     
    yeah, I gave it above -> current SVN trunk
    This has all of the new revisions since Beta 3.0 and is quite stable at the moment.
    • CommentAuthorjpmad4it
    • CommentTimeMay 14th 2008
     
    ah right Ok.

    I installed this and I got an error in the admin options section.

    Let me try again.

    PS there are a few folders missing from that zip..............images, thumbs, uploads?
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 14th 2008 edited
     
    Posted By: jpmad4itI installed this and I got an error in the admin options section.
    Did you run the _upgrade.php script or are you starting fresh with a new, fresh MySQL database? Also, let me know the error you get.

    Posted By: jpmad4itPS there are a few folders missing from that zip..............images, thumbs, uploads?
    I just noticed this too. Weird. I'll check with the dev team to find someone who has access to the trac .zip download section.
    •  
      CommentAuthorryanduff
    • CommentTimeMay 14th 2008
     
    Posted By: jpmad4itPS there are a few folders missing from that zip..............images, thumbs, uploads?

    It was because the Python API doesn't support zipping empty directories and Trac is written in Python.

    I placed a blank index.php in all 4 folders (plog-translations was missing too) and the zip downloads correctly now.
    • CommentAuthorjpmad4it
    • CommentTimeMay 15th 2008
     
    I get this error during installation:

    Warning: Missing argument 5 for create_config_file() in /homepages/14/d120936748/htdocs/clubtalltrees/gallery/lib/plogger/install_functions.php on line 357

    Warning: Missing argument 6 for create_config_file() in /homepages/14/d120936748/htdocs/clubtalltrees/gallery/lib/plogger/install_functions.php on line 357

    Warning: Missing argument 7 for create_config_file() in /homepages/14/d120936748/htdocs/clubtalltrees/gallery/lib/plogger/install_functions.php on line 357

    Warning: Missing argument 8 for create_config_file() in /homepages/14/d120936748/htdocs/clubtalltrees/gallery/lib/plogger/install_functions.php on line 357

    any ideas?
    • CommentAuthorjpmad4it
    • CommentTimeMay 15th 2008
     
    PS the above is a fresh install
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 15th 2008 edited
     
    Thanks. I'll get on fixing that as soon as I can (my fault, sorry 'bout that).

    ETA: *Should* be fixed now in the current revision (r542). Please try to re-download and reinstall.