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

    i'm running modx on iis server
    so far it works well
    but i can't install any packages.
    also copied the zip-files directly on server in ...\packages\.. they won't appear in the packages list
    "local search for packages" delivers an error: workspace not found

    any ideas to solve the problem

    thx
    norbert
    [ed. note: outdoor last edited this post 5 years, 6 months ago.]
      • 17301
      • 932 Posts
      is the MIME type allowed?
        ■ email: [email protected] | ■ website: https://alienbuild.uk

        The greatest compliment you can give back to us, is to spend a few seconds leaving a rating at our trustpilot: https://uk.trustpilot.com/review/alienbuild.uk about the service we provided. We always drop mention of services offered by businesses we've worked with in the past to those of interest.
        • 54672
        • 5 Posts
        Quote from: lkfranklin at Oct 24, 2018, 10:11 AM
        is the MIME type allowed?
        sorry, what do u exactly mean ?
          • 17301
          • 932 Posts
          It's just an idea and may not be the cause of your issue.

          Because the package files are .transport.zip IIS may be throwing a tantrum and disallowing the file. You could try enabling .transport.zip for good measure.
            ■ email: [email protected] | ■ website: https://alienbuild.uk

            The greatest compliment you can give back to us, is to spend a few seconds leaving a rating at our trustpilot: https://uk.trustpilot.com/review/alienbuild.uk about the service we provided. We always drop mention of services offered by businesses we've worked with in the past to those of interest.
            • 54672
            • 5 Posts
            it seems to me that the problem is the unknown workspace

            in the core config.inc.php it_s declared:
            ....
            if (!defined('MODX_CORE_PATH')) {

            $modx_core_path= 'C:/inetpub/wwwroot/modx/core/';

            define('MODX_CORE_PATH', $modx_core_path);

            }
            ....

            and in the modx_workspace table it's also manual inserted by me like :
            id name path created active attributes
            5 Default MODX workspace c:/inetpub/wwwroot/modx/core/ 2018-10-24 13:32:08.063 1 NULL


            are there further files/places the workspace is defined ?