Seiten: 1
After upgrading to version 13 and testing it with php versions 8 and 8.1, I noticed php-warnings, if 'related albums' are shown in the menue (and of course if related albums are present):
Warning: Undefined array key "count_images" in /www/htdocs/xxxyyy/test/_data/templates_c/ljbwkp^d388b16d6dc2ed819fe18692899a1ca0cd5884f2_0.file.menubar_related_categories.tpl.php on line 51 Warning: Undefined array key "count_categories" in /www/htdocs/xxxyyy/test/_data/templates_c/ljbwkp^d388b16d6dc2ed819fe18692899a1ca0cd5884f2_0.file.menubar_related_categories.tpl.php on line 56
The named file shows:
50 <?php } 51 if ($_smarty_tpl->tpl_vars['cat']->value['count_images'] > 0) {?> 52 <span class="badge" title="<?php echo l10n_dec('%d photo','%d 53 photos',$_smarty_tpl->tpl_vars['cat']->value['count_images']);?> 53 "><?php echo $_smarty_tpl->tpl_vars['cat']->value['count_images'];?> 54 </span> 55 <?php } 56 if ($_smarty_tpl->tpl_vars['cat']->value['count_categories'] > 0) {?> 57 <span class="badge badgeCategories" title="<?php echo l10n('sub-albums');?> 58 "><?php echo $_smarty_tpl->tpl_vars['cat']->value['count_categories'];?> 59 </span>
In php7.4 everything is fine.
Offline
Slim schrieb:
Otherwise please post in the English forum.
Sorry, mein Fehler. Ich dachte, ich sei im englischen Forum. Schande über mich!
Mir ist auch klar, dass es seine Zeit braucht, alle Fehler auszumerzen. Wollte nur darauf hinweisen.
cu
Offline
Seiten: 1