4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: jipexu on February 04, 2015, 01:29:36 PM

Title: prob after update 1.7.9 to 1.7.11 $additional_image_fields
Post by: jipexu on February 04, 2015, 01:29:36 PM
Hello

in category.php the array additional_image_fields arrive empty .. but in the file db_field_definitions.php i have some additional fields... so this condition must give true and a full $additional_sql ...


if (!empty($additional_image_fields)) {
  foreach ($additional_image_fields as $key => $val) {
    $additional_sql .= ", i.".$key;
  }


this work before i done manually the upgrade...
where i made a mistake ??

Thanks for help ! I look further to understand what is wrong ...