I’m using Revolution 2.1.0
I have a site with three contexts. The way that my hosting provider manages subdomains is to set up a subdomain folder at the same level as httpdocs, so it’s outside of the core modx installation.
httpdocs (main web context, where modx is installed)
Subdomains
-trails (subdomain 1)
-httpdocs
-assets
-kinesys (subdomain 2)
-httpdocs
-assets
I have the subdomains set up & working fine, but I have to use FTP to get image and css files etc onto the server.
Now I want to be able to use the file manager to add and change files that are located in these subdomains.
I was able to add the setting filemanager_path to the context and this as the key: ../subdomains/trails/httpdocs/
This shows up in my file menu correctly, and I can see all of the files, but when I click on the file to edit it, I get the following error:
Error!
File does not exist!
what other setting am I missing?
There is nothing in the error log.
thanks