OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Installation/Technical Issues or Problems Error due to Doctrine and composer update

This topic contains 0 replies, has 1 voice, and was last updated by  kelton23om 9 years, 2 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #35153

    kelton23om
    Participant

    Hi Oro guys,

    During a deployment We have detected a problem due to the last version of doctrine loaded during composer Update.

    Details of the problem:
    the class Oro\Bundle\CacheBundle\Provider\FilesystemCache extends Doctrine\Common\Cache\FilesystemCache.
    and Doctrine\Common\Cache\FilesystemCache extends Doctrine\Common\Cache\FilesCache

    or in the doctrine/cache commit #50 :
    https://github.com/doctrine/cache/commit/bb45616599ae1ff70084a3dd15929cee0c02e093

    in lib/Doctrine/Common/Cache/FileCache.php this line:
    protected $extension = ”;
    was changed by
    private $extension;

    and in lib/Doctrine/Common/Cache/FilesystemCache.php this line disappear:
    protected $extension = self::EXTENSION;

    Version of Oro:
    – crm 1.5.0
    – platform 1.5.0

    In don’t know if it’s an error or a not coming from doctrine, but you shoud fix a stable version of doctrine first,
    to avoid this kinf of problems.

The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top