We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 23459
    • 9 Posts
    hi

    With fiendly urls off maxigallery works just fine. When friendly urls is set to on I have a problem with "manage pictures" button. When I click on it it reloads the site but with no effect (i can’t see the manager panel and can’t upload pictures but the gallery itself works fine.)

    My website use YAMS module (i don’t know if this can couse some problems)

    Any help appreciated
      • 26016
      • 561 Posts
      This happens to me now and then. It’s generally because I’ve tried to manage pictures with a URL like www.mysite.com instead of mysite.com - the "www" seems to bollix the thing. And it’s only on certain hosts.

      If it becomes annoying, I like to adjust .HTACCESS to automatically get rid of "www" in the URL.

      Hope that helps, Dave
        MODx and Wordpress development
        Linux, PHP 5.2, MySQL 5.0, Evo 1.05, Revo 2.08-pl, Firefox 4
        • 28042 ☆ A M B ☆
        • 24,524 Posts
        domain.com and www.domain.com are considered two different domains, and the SESSION will be different; so if you’re logged in to one you won’t be logged in to the other.
          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 23459
          • 9 Posts
          I am logged in to manager as a admin on "www" and trying to manage pictures from the same domain with "www" so it is not the issue in my example. I tried the same with non "www" domain.

          When I am logged in I can see the button "manage picture" but the problem is that when i click on it I don’t see the hole panel to manage picture - buttons like "back to normal view", "save chcnges", "sort pictures" etc.

          when I rename .htaccess file and turn off friendly URLS - the maxigallery panel works fine.