Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jipexu

Pages: [1]
1
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 ...

Pages: [1]