MythTV / mythweb

The official MythTV mythweb repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error thrown when trying to create new recording schedule in tv/detail/

mymatenige opened this issue · comments

If I search for a program, find it, look at the detail and set it to record, the following error is thrown:

  error type:  Warning
error string:  !!NoTrans: Use of undefined constant Math - assumed 'Math' (this will throw an Error in a future version of PHP)!!
    filename:  modules/tv/classes/Schedule.php
  error line:  295

@bennettpeter Any chance that this can also be merged into master for PHP 8.0?

@bennettpeter Any chance that this can also be merged into master for PHP 8.0?

Sure - I will give it a quick test and if all is well I will merge it.

Fixed in 38bee4a with pull request #59

Thanks Peter.