После обновления drupal стала выскакивать ошибка
Notice: Undefined index: width in theme_image_style() (line 1187 of /var/www/user2320/data/www/drupal.prostitutki-moskvi77.ru/modules/image/image.module).
Notice: Undefined index: height in theme_image_style() (line 1188 of /var/www/user2320/data/www/drupal.prostitutki-moskvi77.ru/modules/image/image.module).
вот кусок кода на который указывает
<?phpfunction theme_image_style($variables) {
// Determine the dimensions of the styled image.
$dimensions = array(
'width' => $variables['width'],
'height' => $variables['height'],
);
image_style_transform_dimensions($variables['style_name'], $dimensions);
$variables['width'] = $dimensions['width'];
$variables['height'] = $dimensions['height'];
// Determine the url for the styled image.
$variables['path'] = image_style_url($variables['style_name'], $variables['path']);
return theme('image', $variables);
}?>
как решить эту проблему?
Как все это
Комментарии
сделать бэкап) да, к.о. Пс. Объсните кто-нибудь, зачем вообще обновляться? Если на сайте есть модуль, значит он и так пашет, нафиг ему обновление?