Hello, I noticed that DcxApiClient.php uses a hardcoded file path for its cache file: $cache_filename = '/tmp/dcx_api_client_context_' . md5($url) . '.ser'; This can lead to trouble when you have more than one website on a server both using DCX and having the same urls.
Hello,
I noticed that DcxApiClient.php uses a hardcoded file path for its cache file:
This can lead to trouble when you have more than one website on a server both using DCX and having the same urls.