transmission-php icon indicating copy to clipboard operation
transmission-php copied to clipboard

problem with transmission connection

Open sagar3506 opened this issue 7 years ago • 2 comments

Fatal error: Call to undefined method Symfony\Component\PropertyAccess\PropertyAccess::getPropertyAccessor() in /var/www/html/vendor/kleiram/transmission-php/lib/Transmission/Util/PropertyMapper.php on line 21

sagar3506 avatar Apr 11 '17 11:04 sagar3506

This was fixed in the following commit: https://github.com/kleiram/transmission-php/commit/320b48ae5b2fdd83cd1f81bf823bc734980adba4

But there has not been a tagged release since that commit.

vmitchell85 avatar Jun 12 '17 12:06 vmitchell85

It might be that the composer.json version for symfony/property-accessor is a bit too permissive - it looks like >=2.2.1 includes even version 3.x.x https://semver.mwl.be/#?package=symfony%2Fproperty-access&version=%3E%3D2.2.1&minimum-stability=stable

@kleiram not sure what's best here, but given the version constraint new users are already on 3.something.. maybe tag a minor release capping it at the final 2.x release, then a major release with a stricter constraint on the package?

afk11 avatar Jun 12 '17 17:06 afk11