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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image not found #78

Open
maki3000 opened this issue Jul 20, 2021 · 2 comments
Open

Image not found #78

maki3000 opened this issue Jul 20, 2021 · 2 comments

Comments

@maki3000
Copy link

Hello! I'm on october CMS v2 (2.0.26).

Question:
Is the resize filter now in the core?

I installed the plugin, but I get "Image not found" placeholder. When I disable the plugin, the images aren't found either. I cleared the cache, but I get the same results.

Here's my code inside my plugins component:

<div class="board__image-container">
                <img src="{{ board.image.path|resize(180, 200) }}" alt="{{ board.image.file_name }}" class="board_image">
</div>

When I remove the resize filter, it all works fine.

@lieszkol
Copy link

I am the maintainer of the NovemberGallery plugin, which also makes use of this plugin and no longer works with OctoberCMS v2. From reading issue #55 and octobercms/october#5231 it is my understanding that this plugin should not be installed on OctoberCMS v2 anymore and that the migration to core has been completed. Am I correct? It would be nice to get a confirmation on this as well as to add a note in the plugin description / documentation instructing new users to no longer use this plugin (with perhaps a link to documentation of the functionality migrated to core).

@renickbuettner
Copy link

Just had the same issue today, upgraded from 1.1 to 2.x. Needed to manually clear the storage/app/resources/resize folder. Then resizing worked again :-)

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

No branches or pull requests

3 participants