We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 46526
    • 21 Posts
    Quote from: pmfx at Feb 07, 2014, 12:15 PM
    Quote from: haki1986 at Feb 07, 2014, 12:11 PM
    So which version of EvoGallery i shall use in MODX Evo 1.0.12 ?
    I think that there is nothing wrong with EvoGallery.
    Check your system settings, base_path, reset it.

    I put screenshot after reset base_path.
      • 42399
      • 39 Posts
      Quote from: haki1986 at Feb 07, 2014, 12:11 PM
      Quote from: dmi3y at Feb 07, 2014, 12:02 PM
      Quote from: pmfx at Feb 07, 2014, 11:59 AM
      Quote from: haki1986 at Feb 07, 2014, 11:37 AM


      Check this: http://kulczykstudio.pl/eti/test.html

      Maybe "/eti/" in filepath is the issue here?
      Try this for testing:
      <img src="[[phpthumb? &input=`assets/galleries/81/preview.png` &options=`w=85,h=85,zc=1,q=45`]]" alt="">
      

      Does it work? I'm pretty sure its a path thing. If not here then somewhere else.


      yes trouble with /eti/

      need fix EvoGallery

      its not trouble phpthumb


      So which version of EvoGallery i shall use in MODX Evo 1.0.12 ?
      http://modx.com/extras/package/evogallery <-- this doesnt work on 1.0.12 :/

      /* EvoGallery */
      $params['modulePath'] = $modx->config['base_path'].'assets/modules/evogallery/'; <--- the ['base_path'] is /eti/;

      I have no sites with EvoGallery, so it's a bit difficult to sort out. I think that the trouble is in snippet:
      $params['galleriesUrl'] = isset($galleriesUrl) ? $galleriesUrl : $modx->config['base_url'] . 'assets/galleries/';

      Try to change this line to:
      $params['galleriesUrl'] = isset($galleriesUrl) ? $galleriesUrl : 'assets/galleries/';

        • 46526
        • 21 Posts
        /*$params['modulePath'] = $modx->config['base_path'].'assets/modules/evogallery/';*/
        $params['galleriesUrl'] = isset($galleriesUrl) ? $galleriesUrl : 'assets/galleries/';
        include_once($params['modulePath'] . "classes/maketable.class.inc.php");
        include_once($params['modulePath'] . "classes/management.class.inc.php");

        if (class_exists('GalleryManagement'))
        $manager = new GalleryManagement($params);
        else
        $modx->logEvent(1, 3, 'Error loading Portfolio Galleries management module');

        $manager->checkGalleryTable();

        echo $manager->execute();
        --------------------------------
        still nothing: http://kulczykstudio.pl/eti/test.html

        And now when i go to module/EvoGallery i have this errors:

        Warning: include_once(classes/maketable.class.inc.php) [function.include-once]: failed to open stream: No such file or directory in /eti/v_acces-s/processors/execute_module.processor.php(114) : eval()'d code on line 10

        Warning: include_once() [function.include]: Failed opening 'classes/maketable.class.inc.php' for inclusion (include_path='.:/:/usr/local/php/pear5:/eti/v_acces-s/includes/') in /eti/v_acces-s/processors/execute_module.processor.php(114) : eval()'d code on line 10

        Warning: include_once(classes/management.class.inc.php) [function.include-once]: failed to open stream: No such file or directory in /eti/v_acces-s/processors/execute_module.processor.php(114) : eval()'d code on line 11

        Warning: include_once() [function.include]: Failed opening 'classes/management.class.inc.php' for inclusion (include_path='.:/:/usr/local/php/pear5:/eti/v_acces-s/includes/') in /eti/v_acces-s/processors/execute_module.processor.php(114) : eval()'d code on line 11

        Fatal error: Call to a member function checkGalleryTable() on a non-object in /eti/v_acces-s/processors/execute_module.processor.php(114) : eval()'d code on line 18
        • i think its trouble with MODX in subfolder


          EvoGallery generate: full path from do men

          /eti/assets/....image.php

          but Phpthumb check :

          base_href: site.com/eti/ + $input

          and then we no have images in url:

          site.com/eti//eti/assets/....image.php
            http://modx.im - Russian community
            http://extras.evolution-cms.com - Repository for Evolution
            • 46526
            • 21 Posts
            Quote from: dmi3y at Feb 07, 2014, 12:40 PM
            i think its trouble with MODX in subfolder


            EvoGallery generate: full path from do men

            /eti/assets/....image.php

            but Phpthumb check :

            base_href: site.com/eti/ + $input

            and then we no have images in url:

            site.com/eti//eti/assets/....image.php


            So, what should i do ? :/
            Im using EvoGallery: 1.2 Beta 1 Gallery Management Module from this site: http://extras.evolution-cms.com/packages/gallery/evogallery.html
              • 42399
              • 39 Posts
              So, what should i do ? :/
              Im using EvoGallery: 1.2 Beta 1 Gallery Management Module from this site: http://extras.evolution-cms.com/packages/gallery/evogallery.html

              Can you send login and password to PM?
                • 46526
                • 21 Posts
                Quote from: pathologic at Feb 07, 2014, 12:49 PM
                So, what should i do ? :/
                Im using EvoGallery: 1.2 Beta 1 Gallery Management Module from this site: http://extras.evolution-cms.com/packages/gallery/evogallery.html

                Can you send login and password to PM?

                I send u via pm
                  • 46526
                  • 21 Posts
                  Pathologic u are awesome, it works!! Can u tell me what did u do? I rly need to know to future develop.
                    • 42399
                    • 39 Posts
                    Quote from: haki1986 at Feb 07, 2014, 01:04 PM
                    Pathologic u are awesome, it works!! Can u tell me what did u do? I rly need to know to future develop.

                    Look at assets/snippets/evogallery/snippet.evogallery.php - I've changed the line as I told before:
                    $params['galleriesUrl'] = isset($galleriesUrl) ? $galleriesUrl : 'assets/galleries/';
                      • 46526
                      • 21 Posts
                      Quote from: pathologic at Feb 07, 2014, 01:08 PM
                      Quote from: haki1986 at Feb 07, 2014, 01:04 PM
                      Pathologic u are awesome, it works!! Can u tell me what did u do? I rly need to know to future develop.

                      Look at assets/snippets/evogallery/snippet.evogallery.php - I've changed the line as I told before:
                      $params['galleriesUrl'] = isset($galleriesUrl) ? $galleriesUrl : 'assets/galleries/';

                      Thx 4 hel, u are awesome.