I am trying to migrate this code from 5.6 to 5.7. Any suggestions on how to get the available options for a select page attribute?[code]Loader::model('attribute/type');
$cak = CollectionAttributeKey::getByHandle($attribute_handle);
$satc = new SelectAtt…
I'm getting an error stating...
Class 'Concrete\Core\Permission\Response\Permissions' not found
...and the only place I see that class is in __IDE_SYMBOLS__.php, but apparently that file isn't being loaded. Should it be?
-Steve
I just discovered the cause of a very perplexing fatal error. The error occurred when I attempted to visit a page containing a GlobalArea. The error pointed to this line...
https://github.com/concrete5/concrete5-5.7.0/blob/master/web/concrete/core/Perm…
Hi, is there any more info on how this? We're currently investigating SSO options between our existing site and C5 sites that we're building so it'd be really useful to know what's being planned for the 5.7 release.
Thanks, James
Hi Guys,
it would be nice to get the development-versions running easier. Its not absolutely necessary that translators can handle PHP dependency manager (like composer) and command line tools.
But its necessary to see how the translation works - as w…
Hi, I've started to try to update some add ons to work with 5.7, on a couple I am getting an error when installing
Unknown column type "" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can…
When i add a block--page list, the page list will come out automatically, i can change the font face but how can i change font size? as i change the font size, it doesn't change at all.
What's the proper 5.7 way to go about defining a custom class?
The examples in app.php show only how to override a built-in core class. For instance, if I want a Car class, where would the class file go so that it auto loads? Do I need to register it s…
Hi I've recently been using Gumby Framework quite a lot which makes use of sass and i see in your video you will be using less for 5.7 would you consider supporting sass as well at some point?