If possible is your host able to upgrade you to PHP 5.4? If they can then please upgrade and see if issue persists.
Please Log in or Create an account to join the conversation.
We've confirmed it appears to be PHP related. We've tested PHP 5.3, which has the issue. Then PHP 5.4, which does not. We'll be looking into a way to resolve the issue, but at this time I unfortunately have nothing to suggest as a workaround.My host cannot provide different PHP-versions to customers so unfortunately not. It would be a huge project just for this test.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
martinmg wrote: Hi,
...
When I try to access a profile list (e.g. index.php?option=com_comprofiler&task=userslist&Itemid=297)
I get the following error Fatal error: Cannot access static:: when no class scope is active in /../../public_html/test/j30/libraries/CBLib/CBLib/Language/Pluralization.php on line 53
Please Log in or Create an account to join the conversation.
krileon wrote: You can use "Custom HTML" fields for that purpose.
krileon wrote: We're not adding anymore layouts. Those provided were already there and we've just made it an option to use either/or. We've plans for a layout builder and XML usage on frontend so we don't want to implement then have to remove. A lot of your suggestions can be done with CB Auto Actions adding jQuery to the page if you're wanting them now.
Please Log in or Create an account to join the conversation.
Ok, that's a PHP 5.3-related issue. Easy fix for that one is to replace the keyword "static::" by "Pluralization::" on that line. Is fixed for next release.
Please Log in or Create an account to join the conversation.