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 6 years, 3 months ago.]
is the MIME type allowed?
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.
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 ?