We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 39545
    • 9 Posts
    All sorted now, it's because the site is sitting behind a htaccess password protect, which causes the flash uploader to throw a 401 error. Doh.

    I remember I've had this with flash uploaders before.

    hope this helps someone smiley
      • 36830
      • 140 Posts
      i can't seem to get the pagination for 1.1 to work... the links show up fine but they all just reload the same page. here's how it appears in my album template:

      <div id="evogallery">
      <h5>Campaigns</h5>
      
      [[EvoGallery? 
        &display=`galleries` 
        &type=`simple-list` 
        &docId=`799`
        &ignoreHidden=`1` 
        &itemTpl=`nwGalItem` 
        &paginate=`1` 
        &paginateAlwaysShowLinks=`0` 
        &show=`12`]]
      
      <div id="evo_pages"> [+previous+] [+next+] </div>
      </div>


      please help. should i put the links in a separate tpl? what am i doing wrong?? thanks in advance.
        • 9198
        • 100 Posts
        Check that cached checkbox on page with evogallery snippet is unchecked
          • 36830
          • 140 Posts
          Thx {:^ >
            • 36830
            • 140 Posts
            i have 2 Evogallery calls on two different parts of my site but i require different thumb dimensions for each instance. Is there a way to specify dimensions and zoom crop within the snippet call? I have them specified within the module itself.
              • 30912
              • 463 Posts
              you can use phpthumb in the output chunk

              <img src="[+filename:phpthumb=`h=120&w=120&zc=C&q=80#[+images_dir+]`+]" alt="[+pagetitle+]" />
                • 36830
                • 140 Posts
                it's cool i just did the quick n dirty; threw the larger thumbs' values in the module and cropped the smaller ones w CSS. Thanks.
                  • 9995
                  • 1,613 Posts
                  On one server i have updated the plugin, new gallery images where not shown.
                  It seemed that the images where saved into the root (in a map)

                  when i move that map with FTP to the /assets/galleries/ map then it works again.

                  So somewhere the path is not correct, any clue where to change that?
                    Evolution user, I like the back-end speed and simplicity smiley
                  • Hi all, I have today just received from my hosting company details about an exploit in a script that is used in the evogallery extra.

                    The hosting company's comments were:

                    This exploit can cause anyone to be able to upload any file to your webspace. Due to the serious nature of this exploit we have taken the decision to prevent access to the following files by renaming them as such:

                    /home/website/public_html/assets/modules/evogallery/check.php to /home/website/public_html/assets/modules/evogallery/check.php.exploitable
                    /home/website/public_html/assets/modules/evogallery/js/uploadify/check.php to /home/website/public_html/assets/modules/evogallery/js/uploadify/check.php.exploitable
                    /home/website/public_html/assets/modules/evogallery/js/uploadify/uploadify.php to /home/website/public_html/assets/modules/evogallery/js/uploadify/uploadify.php.exploitable

                    Please do not enable these files again until you have updated the script, plugin or theme in use that utilises them. Please ensure that if you do make the files active again that they are fully patched. You can read more about this exploit by searching Google for "uploadify exploit".

                    Anyone have a solution?

                    Thanks
                      Helen Warner
                      Number one pixel!
                      Proud to be linked with MODX at Crimson Pixel
                      • 9995
                      • 1,613 Posts
                      Change host smiley
                        Evolution user, I like the back-end speed and simplicity smiley