by cyborgsolution

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

Cancel at any time!
Free Trial

#1618 - Visualizers don't work

Closed Bug? created by jesuslimon Verified Purchase 5 years ago

Sometimes work sometimes doesn't work... I need to "repair" then I can see one the gallery If I want to see another gallery, again, I need to "repair"

  1. cyborgsolution member avatar

    cyborgsolution Provider

    5 years ago

    Hello

    if the gallery is added in e.g. Accounts module, what you need to do is create a custom view.detail.php file at

    custom/modules/Accounts/view/view.detail.php

      In this file you can override display function to** clear Detail View cache** for this module, before the parent::display(); 
    
        ~~~
    

    function display(){

            if(file_exists('cache/modules/' . $this->bean->module_dir . '/DetailView.tpl')) 
                unlink('cache/modules/' . $this->bean->module_dir . '/DetailView.tpl');
    
            // More lines here if you need 
              parent::display();
    
         }
    

    ~~~

    Also make sure that table > cs_multiupload_gallery exists in your db and that values can be inserted by the user, used in config.php to connect SuiteCRM with DB. Let us know if you still face an issue.

    • jesuslimon member avatar

      jesuslimon Verified Purchase

      5 years ago

      I did that but doesn't work. Something else that I can do ???

  2. cyborgsolution member avatar

    cyborgsolution Provider

    5 years ago

    We have sent you an email to your registered email address with Instructions. Please reply on that channel to help us address your issue. Thank You.

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