If the client is logged in to activeCollab, launching a link to a CMSMS site does not display the {content} block. Everything else loads and shows just fine. With CMSMS debug messages enabled, I can see that the "load properties" function isn't being called ("function $content_id" evidently) when logged in to activeCollab.
I'm assuming there's some variable conflict going on, but can't figure out which or where the CMSMS content retrieval function is being called to troubleshoot and fix this. The only solution I can think of at the moment is to come up with a hodgepodge PHP script to force a logout from activeCollab, wait a bit, then redirect to the website, and use that script as the URL to the target website instead of using HREF to it directly.
There's got to be a proper solution to this. How can I figure out the root cause of this issue? Both activeCollab and the CMSMS site are hosted on the same server but in entirely different directories.
