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.

CommentFileSizeAuthor
#2 video-transcoder-factory-1782666-2.patch613 bytesosopolar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jorrit’s picture

I 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:

 159   /**
 160    * Admin settings form for the transcoder
 161    */
 162   abstract public function adminSettings();
 163 
 164   /**
 165    * Validate admin settings. This will call when Drupal admin settings validate.
 166    */
 167   abstract public function adminSettingsValidate($form, &$form_state);
osopolar’s picture

Status: Active » Needs review
FileSize
613 bytes

Fix in #1 as patch.

Jorrit’s picture

Status: Needs review » Fixed

Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.