alex
8
In that case then, it’s likely that the XMR configuration is wrong and that will need to be adjusted as follows:
To correct it, connect to the MySQL container and then run the following SQL:
UPDATE `setting` set `value`='tcp://cms-xmr:50001' where `setting`='XMR_ADDRESS';
Then exit out, delete the CMS cache directory at shared/cms/library/cache
, and then restart the containers.
Instructions for connecting to MySQL to run that command here:
1 Like