Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

cropResize not working

Started by Muut Archive 11 years ago · 11 replies · 612 views
11 years ago

I'm having trouble with using cropResize in a simple gallery. I'm basically replicating the simple gallery recipe from the cookbook, but cropResize() is breaking and I'm not getting any useful information from the debug bar or using twig dump(). This is my twig:
<section>
<ul>
{% for image in page.media.images %}
<li>
{{ image.html() }} <!-- this works -->
{{ image.cropResize(300,300).html() }} <!-- this doesn't work ? -->
</li>
{% endfor %}
</ul>
</section>

I have images in the folder with the gallery template, etc. not sure what else I should look at? Thanks

11 years ago

Do you get any error message? Are errors.display and debugger.enabled enabled in system.yaml?

11 years ago

yes, both of those are enabled. I'm not getting any messages.

11 years ago

Check to make sure you have gd installed for PHP. That is required for image manipulation to function.

11 years ago

My next step is to deploy my test site on a vagrant vm and see if the issue is specific to my MAMP stack or not.

11 years ago

thanks for the stackoverflow link. I checked those libraries too. so far everything looks like it should work. I'm using bitnami's mampstack because I was trying to avoid the native installs on Mac and I've found bitnami's lamp and wamp stacks to be decent for development. But I'm going to try it on a vagrant linux box and see what happens.

11 years ago

ok, I made some progress on it. I changed the template for the 01.home page and the call works there. i had it nested several modules deep originally. so it's probably an issue with nesting page modules.

11 years ago

That might be a routing issue then. Does the page actually show up? If so then routing is working, but could be a pathing issue on image specifically.

11 years ago

the page shows up, but the folder paths were probably too long. I'm playing around with that to see if I can work around it.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1348 9 years ago
Archive · by Muut Archive, 9 years ago
2 934 9 years ago
Archive · by Muut Archive, 9 years ago
2 4060 9 years ago
Archive · by Muut Archive, 9 years ago
1 2946 9 years ago
Archive · by Muut Archive, 9 years ago
3 1117 9 years ago