by cyborgsolution

Galleria - Image Gallery for uploading multiple images and viewing them as sliding images gallery

Free 30 day trial
Try it Now

#5228 - Version 8 support?

Closed General Question created by 2 months ago

Hi There,

Would love to get this Add-on, but version 8 is still not supported?

Kind regards, Michael

  1. cyborgsolution member avatar

    cyborgsolution Provider

    2 months ago

    Hello Michael

    With Backward compatibility on V8, the plugin does work on Version 8. If you have any specific issues with functionality you can send us a pre sales question.

    Thank you

  2. MichaelEls member avatar

    one month ago

    Hi there,

    I downloaded the add-on to test, but the moment I go to Licence configuration, it redirects me to my home page and a message pops up saying: "You are not authorized to view this page. Please contact your system administrator."

    I have done a quick repair and rebuild with no effect.

    I have also just tried to add an ImageGallery field. But when I go to the edit page to add photos it does not work, just gives an empty text field.

    I am using SuiteCRM 8.5.1.

  3. cyborgsolution member avatar

    cyborgsolution Provider

    one month ago

    Hello Which module are you trying to add the field to? You would have to enable Legacy Routing for that in order for the Gallery field to work. Please check out how to enable legacy.module_routing for Core or custom Modules. If you are not clear on how to do that, please send us an email and we shall guide you for this.

    Thank you

  4. MichaelEls member avatar

    one month ago

    Hi,

    I'm using a custom module that was built through the Module Builder. So both my custom Module as well as Imagegallery is located in /public/legacy/modules/.

    I looked within /config/services/module/module_routing.yaml, but neither my custom module, nor Imagegallery is located in the legacy.module_routing list.

    Regardless... I created the following file extensions/defaultExt/config/services/module/module_routing.php:

    <?php
    
    namespace Symfony\Component\DependencyInjection\Loader\Configurator;
    
    use Symfony\Component\DependencyInjection\ContainerBuilder;
    
    return static function (ContainerBuilder $container): void {
    
        $moduleRouting = $container->getParameter(&#039;legacy.module_routing&#039;) ?? [];
    
        $moduleRouting[&#039;Prop_Properties&#039;] = [
            &#039;index&#039; => false, // true = suite 8 view
            &#039;list&#039; => false,
            &#039;record&#039; => false // false = classic view
        ];
        $moduleRouting[&#039;Imagegallery&#039;] = [
            &#039;index&#039; => false, // true = suite 8 view
            &#039;list&#039; => false,
            &#039;record&#039; => false // false = classic view
        ];
    
        $container->setParameter(&#039;legacy.module_routing&#039;, $moduleRouting);
    };
    

    I first tried just my custom module, then only your Imagegallery module, then both. After each try, I did a quick repair and rebuild.

    I still couldn't access your license configuration page, nor could I use the Imagegallery field I created within my custom module. It just shows as an empty text field when I go into edit view.

    So not sure if there is another method I'm unfamiliar with to do legacy routing?

    Please help!!

  5. cyborgsolution member avatar

    cyborgsolution Provider

    one month ago

    Hello Michael

    We are sorry to see that you are not able to configure the plugin. We have sent you an email requesting some more details, please check your inbox or spam folder and update us with the requested information. We would use the details and update you on same thread. Thank you.

  6. cyborgsolution member avatar

    cyborgsolution Provider

    one month ago

    Issue was fixed on Customers System and is now working on v8.5.

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...
  • "Great support. Helped me get it all working due to a issue on my side, not his plugin. 10 STAR for sure" - tfairbanks

    Read More Reviews