Just installed the new dev version, because I'm effected by #1719062, then when navigating to /admin/config I get only this error:
Fatal error: Can't inherit abstract function TranscoderFactoryInterface::adminSettings() (previously declared abstract in TranscoderAbstractionFactory) in /srv/www/htdocs/sitename/sites/all/modules/video/transcoders/TranscoderAbstractionFactoryFfmpeg.inc on line 10
Which breaks the site.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | video-transcoder-factory-1782666-2.patch | 613 bytes | osopolar |
Comments
Comment #1
Jorrit commentedI am sorry about this. I will fix this next week, as I am on a small holiday.
If you want, you should be able to fix this by removing lines 159 - 167 from includes/TranscoderFactory.inc.
These lines should be removed:
Comment #2
osopolarFix in #1 as patch.
Comment #3
Jorrit commentedFixed