Good, another ICDSoft user! We will have to keep each other informed of any quirks etc.
I have not yet done much, but I can access the manager, and was able to use package management to install the modxss sample site.
If there is anything specific you are trying to do that is failing let me know and I’ll try out the same function on my installation.
The only things I have done, that may differ from your install are:
1. On installation I told the installer to set the following privileges for new components:
Folders: 755
Files: 644
2. I have the following php.ini file. ICDSoft said that for a php.ini file to work it has to be present in every folder that contains a php file that requires it. I do not know which files require it so I put a copy of the file into every folder that contains a php file. Perhaps someone can advise whether this is necessary, and if not which folders it would be required in?
register_globals = off
post_max_size = 20M
memory_limit = 200M
upload_max_filesize = 20M
max_execution_time = 120
expose_php = off
mysql.default_socket=/tmp/mysql5.sock
mysqli.default_socket=/tmp/mysql5.sock
pdo_mysql.default_socket=/tmp/mysql5.sock