Author Topic: prob after update 1.7.9 to 1.7.11 $additional_image_fields  (Read 3668 times)

0 Members and 1 Guest are viewing this topic.

Offline jipexu

  • Pre-Newbie
  • Posts: 1
    • View Profile
prob after update 1.7.9 to 1.7.11 $additional_image_fields
« 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 ...