Page 2 of 2

Re: Front End blank page after CMSMS 2.0.1.1 upgrade from 1.

Posted: Mon Oct 19, 2015 9:33 am
by jamaa
ok, I think I'm slowly getting to the root of the problem.

ShowTime does indeed not work with CMSMS 2, but that was not the cause for the blank page. Have submitted a bug report here.

Seems like it is the CustomContent module that is the main problem. It apparently is compatible with CMSMS 2, though. After changing the module calls as described in the help, I am getting error messages "access to static class 'ccUser' not allowed by security setting". Have submitted a bug report here. Perhaps you guys know what this could be about?

I also had to switch from {breadcrumbs} to {nav_breadcrumbs}, and fiddle around with that a little (parameters have changed), perhaps that's worth documenting in the upgrade notes, since it is a core module.

Also, I managed to get access to the php error logs, but so far I have not gotten any useful information from it (same messages that are displayed in the browser).

Re: Front End blank page after CMSMS 2.0.1.1 upgrade from 1.

Posted: Mon Oct 19, 2015 9:56 am
by jamaa
otopanne wrote:What's a bit weird about your sys info, is that you seem to have installed CGExtensions & FrontEndUsers twice? (could be a copy-paste error, though)
Have checked, and it's not a copy paste error. That's how it's displayed in the system information. The module manager does not list those modules twice, though. Do you think this is a problem?

Re: Front End blank page after CMSMS 2.0.1.1 upgrade from 1.

Posted: Mon Oct 19, 2015 12:01 pm
by Jo Morg
jamaa wrote:Seems like it is the CustomContent module that is the main problem. It apparently is compatible with CMSMS 2, though. After changing the module calls as described in the help, I am getting error messages "access to static class 'ccUser' not allowed by security setting". Have submitted a bug report here. Perhaps you guys know what this could be about?
CustomContent has been deprecated and is no longer being actively developed. If you have the latest FrontendUsers module, all the CC functionality is now supported by it. Check the module help page on specifics.

Re: Front End blank page after CMSMS 2.0.1.1 upgrade from 1.

Posted: Mon Oct 19, 2015 2:54 pm
by jamaa
Jo Morg wrote:CustomContent has been deprecated and is no longer being actively developed. If you have the latest FrontendUsers module, all the CC functionality is now supported by it. Check the module help page on specifics.
OK thanks for the heads up. That kind of information should be displayed front and center on the module's forge page! The only information available on that page is the last release note, which states: "Works with CMSMS 2.0".