[SOLVED] mythweb no longer has popups

Have a MythTV related problem? Ask for help from other MythTV users here.

Moderator: Forum Moderators

Post Reply
weff
Junior
Posts: 28
Joined: Sun Nov 26, 2017 5:46 am
Australia

[SOLVED] mythweb no longer has popups

Post by weff »

[Solved but posted here in case it helps others - also maybe there's an error in the packaging not pulling in php-json automatically]

Problem: With mythtv-28, mythweb would provide a popup of the programs description when the mouse sprite hovered over the listing.

But no popups with mythtv-29.

This is on fedora-29

This is thrown in /var/log/php-fpm/www-error.log:

Code: Select all

[29-Mar-2019 20:23:03 Australia/Brisbane] PHP Fatal error:  Uncaught Error: Call to undefined function json_encode() in /usr/share/mythweb/modules/tv/get_show_details.php:10
Stack trace:
#0 /usr/share/mythweb/modules/tv/handler.php(82): require_once()
#1 /usr/share/mythweb/mythweb.php(35): require_once('/usr/share/myth...')
#2 {main}
  thrown in /usr/share/mythweb/modules/tv/get_show_details.php on line 10
Solution: install php-json
Post Reply