Warning: Undefined array key "has_comments" in Frontend Themes Bootstrap4 and 2k11

Found a bug? Tell us!!
Post Reply
moonchild
Regular
Posts: 201
Joined: Mon Nov 21, 2005 11:23 pm
Location: Esslingen
Contact:

Warning: Undefined array key "has_comments" in Frontend Themes Bootstrap4 and 2k11

Post by moonchild »

Hi there,
new year, new bug? The Bootstrap 4 theme displays the following error:

[code]Warning: Undefined array key "has_comments" in /home/www/templates_c/bootstrap4/e4/f2/eb/e4f2eb6ce8e02d14ebdd52bd9b61557faf235c48_0.file.entries.tpl.php on line 115[/code]

also in 2k11:

[code]Warning: Undefined array key "has_comments" in /home/www/templates_c/2k11/92/ea/3b/92ea3b4ea171b24feb377dea8922da516c66c6e4_0.file.entries.tpl.php on line 111

Warning: Undefined array key "has_comments" in /home/www/templates_c/2k11/92/ea/3b/92ea3b4ea171b24feb377dea8922da516c66c6e4_0.file.entries.tpl.php on line 112[/code]

and in Clean Blog:

[code]Warning: Undefined array key "freetag" in /home/www/templates_c/clean_blog/41/b6/c6/41b6c6bf987f16200b21f0d99c8ca58d3ef8340f_0.file.entries.tpl.php on line 173[/code]

in Next:

[code]Warning: Undefined array key "has_comments" in /home/www/templates_c/next/b3/5d/d0/b35dd022276a0069edcfda952c53ba161deca363_0.file.entries.tpl.php on line 91[/code]

And so on with Serendipity 2.4.0 and PHP 8.0.25.

What can I do to make the errors disappear?

TIA,
Thomas
moonchild
Regular
Posts: 201
Joined: Mon Nov 21, 2005 11:23 pm
Location: Esslingen
Contact:

Re: Warning: Undefined array key "has_comments" in Frontend Themes Bootstrap4 and 2k11

Post by moonchild »

Just now I noticed with the Bootstrap 4 theme that when I publish posts, it gives me the following error messages:

[code]Warning: Undefined array key "res" in /home/www/templates_c/bootstrap4/fc/b9/a3/fcb9a300241541f6ace78741f3825c0cdae7cf3f_0.file.preview_iframe.tpl.php on line 58

Warning: Attempt to read property "value" on null in /home/www/templates_c/bootstrap4/fc/b9/a3/fcb9a300241541f6ace78741f3825c0cdae7cf3f_0.file.preview_iframe.tpl.php on line 58

Warning: Undefined array key "lastSavedEntry" in /home/www/templates_c/bootstrap4/fc/b9/a3/fcb9a300241541f6ace78741f3825c0cdae7cf3f_0.file.preview_iframe.tpl.php on line 63

Warning: Attempt to read property "value" on null in /home/www/templates_c/bootstrap4/fc/b9/a3/fcb9a300241541f6ace78741f3825c0cdae7cf3f_0.file.preview_iframe.tpl.php on line 63
Der Eintrag wurde gespeichert Anzeigen
Warning: Undefined array key "preview" in /home/www/templates_c/bootstrap4/fc/b9/a3/fcb9a300241541f6ace78741f3825c0cdae7cf3f_0.file.preview_iframe.tpl.php on line 79

Warning: Attempt to read property "value" on null in /home/www/templates_c/bootstrap4/fc/b9/a3/fcb9a300241541f6ace78741f3825c0cdae7cf3f_0.file.preview_iframe.tpl.php on line 79[/code]

...
Post Reply