By Klaus Kroenert on Sunday, 08 January 2023
Posted in Technical Issues
Replies 4
Likes 0
Views 537
Votes 0
Hello,

on PHP 8.2 with Joomla 3.9.11 we have a Devision byZero error on Komento Dashboard
After Downgrade to PHP 7.4 - Dashboard work.

With PHP 8, we ha

IN PHP-Log we have no error
On IIS Weblog the result is an Error 500 (internal error):
/administrator/index.php option=com_komento 443 - 127.0.0.1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/108.0.0.0+Safari/537.36+Edg/108.0.1462.76 https://www.MySite.com/administrator/ 500 0 0 1056

and:
/administrator/index.php?option=com_komento&view=themes 500 0 0 595
Hello,

Debug-Mode show this: JROOT\administrator\components\com_komento\includes\comment\comment.php:1473

Finaly change on line 1472:
I modify the code ant it works :
Orginal: if (!is_null($this->rownumber) && $this->rownumber)

My Change: if (!is_null($this->rownumber) && $this->rownumber && $limitperpage)
·
Sunday, 08 January 2023 19:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Kluas,

Thank you for reporting this issue.
I've logged this into our issue tracker and we will include this fix in future releases.

Thank you for understanding!
·
Sunday, 08 January 2023 19:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Kluas,

Thank you for reporting this issue.
I've logged this into our issue tracker and we will include this fix in future releases.

Thank you for understanding!


Hi Manisha,

that's nice, but my primary issue is, that Komento 4.06 not work.
Please look here: https://stackideas.com/forums/komento-4-0-6-not-working
·
Sunday, 08 January 2023 21:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

We will check the issue and will reply on that respective forum.

Thank you!
·
Sunday, 08 January 2023 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post