Ryan Hewitt

Results 135 comments of Ryan Hewitt
trafficstars

Are you downloading release zips? On Sun, 9 Jan 2022, 16:51 rosie607, ***@***.***> wrote: > I'm getting another issue with the filter block so don't know if I'm > missing...

Use the latest release zip from https://github.com/concrete5-community-store/community_store/releases Releases have all files ready to go and are meant for production use, unlike downloading from the master branch (which has dependency install...

If this is on V9.0.1, this sounds like you're hitting a core bug where a block doesn't load in css and js files correctly. You'll need to apply this fix...

When you've got $attributeKey, what happens when you just call `getAttributeKeyID()` on it? It _should_ work exactly the same as if it was a page attribute.. so if you can...

``` $productAtts = $product->getAttributes(); foreach($productAtts as $productAtt) { echo $productAtt; // if echo is called directly on a product attribute, it outputs the display value. // but it's not a...

I'm not sure what would be causing this, but it's worth clearing caches and doing a doctrine entity refresh.

That sounds horrible. Move to a different country perhaps? :-) Could you envisage a user interface that would solve this problem, some sort of grid entry perhaps?

( head explodes )

There's not much in that error log to be able to track down a cause. I've found the same error in my development install's logs, but only once from a...