Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Liip-Imagine/Gaufrette media integration #457

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

David-Crty
Copy link

@David-Crty David-Crty commented Dec 12, 2022

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets fixes #431 #344
License MIT

I have made some fixes about the liip/gaufrette integration, I only used the filter already available by sylius.

Please let me know if I need to do more about this MR 馃檹

Because I'm working on a new project, I'm not sure if the change on setPath is a breaking change 馃

fixing path prefix for gaufrette
@David-Crty David-Crty changed the title Better Liip Imagine media integration Better Liip-Imagine/Gaufrette media integration Dec 13, 2022
@@ -1,6 +1,12 @@
<h2>{{ media.name|raw }}</h2>

<img class="ui fluid image" src="{{ media.path }}" alt="{{ media.name }}"
{% if page.image.path starts with 'data:' %}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change throws 500 error on main page.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you show me the 500?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @David-Crty. I also noticed this 500 error on fresh install with default fixtures.
2024-05-22_09-18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants