Hi,
made an upgrade to latest opendb (git) and changed to PHP7.
Problem:
After the upgrade, the imdbsearch got Error 500 in Browser and messages from subject in the log.
Solution:
(Quick fix only, while i am not a programmer)
- Make a copy of the file
- Find the two lines with "break" in the imdbsearch.class.php file
- Replace it with "return false" (found as a solution on stackoverflow.com)
- Reload the browser.
After that, everything worked as expected so far.
Yet i haven't fully testet everything.