Drupal Imagecache not working

I created an Imagecache setting that just resizes to 125 pixels. The first problem is that the preview image is 404.

Then I want to print the image with

<?php print theme('imagecache', 'imported_image', $node->picture, 'test', 'test',  $attributes);  ?>

'imported_image' is a preset, and the image <node β†’ is the correct path. Html prints ok, but the path by which it tries to load the image does not exist. In sites / default / files / imagecache there is no folder with the name of the preset. Flushing a preset does nothing. The imagecache folder is written by everyone. This is on MAMP.

Does anyone know what the problem is?

+3
source share
2 answers

Imagecache , URL- . , "" / /. , . Imagecached . dev Win Mac, Drupal.

+5

Source: https://habr.com/ru/post/1720291/


All Articles