We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36686
    • 165 Posts
    Quote from: markh at Feb 01, 2017, 12:57 AM
    I finally started working on making ClientConfig support context-specific values. All details on github: https://github.com/modmore/ClientConfig/pull/123

    Awesome! I've been out of the loop for a while (having a baby and that sort of stuff) but slowly getting back in the game. I'll definitely try to get up to speed with stuff and check out what you're doing smiley
      • 27749
      • 53 Posts
      Hi,

      I try to install CC and the instalation process goes fine. BUT after I try to switch to admin view I get a weird 404 error.

      saying the connector.php can not be found. Well it is on the server, it can be accessed. I even set the whole /assets/ directory 777 but still nothing. This happens on PHP 5.4 all the way to 7. (which can be changed in cPanel)

      I tried to install from extras, from modmore and from local. Even one version down. Still the same issue.

      Any ideas or pointers?
        • 18373 ☆ A M B ☆
        • 3,141 Posts
        Mark Hamstra Reply #73, 7 years ago
        Try setting directory permissions to 755 instead - on many servers 777 is too wide and will prevent access to it. In the error log in cPanel you'll probably see some errors about a path being "writable by group".
          Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

          Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
          • 36549
          • 572 Posts
          Is there a way to allow editors to add options to a ClientConfig select box?
            www.9thwave.co.uk
               WEB | DESIGN | PRINT
            • 18373 ☆ A M B ☆
            • 3,141 Posts
            Not at the moment. Depending on what you're looking to do, maybe you could use a snippet or chunk tag for the field options, and have that retrieve the options from a place that the editor can edit (e.g. resources). That requires v2.
              Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

              Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.