Minor - add error log

pull/2487/head
jmontoyaa 8 years ago
parent e6b3a47b80
commit 4d4e555536
  1. 1
      app/Migrations/Schema/V110/Version20151214170800.php

@ -44,6 +44,7 @@ class Version20151214170800 extends AbstractMigrationChamilo
error_log("Migration: Image does not exists: $imagePath");
$imagePath = realpath($imagePath);
error_log("Hotspot realpath: $imagePath");
error_log("api_get_path: SYS_PATH: ".api_get_path(SYS_PATH));
continue;
}
$imageSize = getimagesize($imagePath);

Loading…
Cancel
Save