Whc.ca shared hosting

5 posts by 2 authors in: Forums > CMS Builder
Last Post: Yesterday at 8:01am   (RSS)

Whc.ca has the psr extension enabled by default. This is causing CMSB developer console to fail to load.

I also use cacheing with Symphony/Cache via composer.

What is the recommended solution. 

Jeff Shields
yaadev.com

Hey Jeff,

Whc.ca has the psr extension enabled by default. This is causing CMSB developer console to fail to load.

What's the exact error message you're seeing? And is it just the CMSB developer console which fails to load, or any other pages as well?

I also use cacheing with Symphony/Cache via composer.

What is the recommended solution.

The psr extension does conflict with composer's Psr/* packages, because Symfony/Cache requires Psr/Cache, and composer will install it even while the extension is enabled, which creates the conflict.

If your host lets you, you can try disabling the psr extension, as it sounds like that's the most probable fix, but I should be able to give you a more concrete answer if you can provide the exact error message text, along with any other details you have.

Christine Finlay - Senior Developer
interactivetools.com

By kitsguru - Wednesday at 1:29pm - edited: Wednesday at 3:15pm

The developer console is failing to load on ...parameters on functions. Even turning off psr does not fix it.

Jeff Shields
yaadev.com

Hey Jeff,

Even turning off psr does no fix it.

Good to know - that rules out the psr extension.

The developer console is failing to load on ...parameters on functions.

Can you paste the full error message exactly as it appears? The part that's cut-off there is the important diagnostic bit. The easiest place to copy it from is the Admin Menu > Developer Log in CMSB, where PHP errors and warnings get logged. Your server's PHP error log would work too.

Also, what CMSB version are you running? And what PHP version are you on?

Christine Finlay - Senior Developer
interactivetools.com