libretime / libretime-debian-packaging

Debian packaging for LibreTime
Other
8 stars 3 forks source link

Zendframework issue #5

Closed whiteblue3 closed 5 years ago

whiteblue3 commented 5 years ago

I have some error

PHP Fatal error: Declaration of Zend_Rest_Route::assemble($data = Array, $reset = false, $encode = true) must be compatible with Zend_Controller_Router_Route_Module::assemble($data = Array, $reset = false, $encode = true, $partial = false) in /srv/airtime/vendor/zendframework/zendframework1/library/Zend/Rest/Route.php on line 52

cannot avoid this error. can you help?

hairmare commented 5 years ago

This will be fixed in the next LibreTime release. For now you need to use a php < 7.2.

hairmare commented 5 years ago

The merge request for php 7.2 compat is here: https://github.com/LibreTime/libretime/pull/670

paddatrapper commented 5 years ago

Unfortunately the deb only works with Ubuntu Xenial (16.04) as 18.04 and Debian Buster ship php >= 7.2. Once the php 7.2 compat PR is merged, we will be able to extend the supported versions for the deb

whiteblue3 commented 5 years ago

thank you guys