OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Installation/Technical Issues or Problems Undefined mask: MASK_CREATE_SYSTEM

This topic contains 16 replies, has 3 voices, and was last updated by  kirank 7 years, 6 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
  • #35350

    jesuisnewman
    Participant

    Hey guys,

    I’ve been trying to install OroCommerce with the command

    but I keep getting the following error:

    Any ideas of what might be happening?

Viewing 16 replies (of 16 total)
  • Author
    Replies
  • #35366

    kirank
    Participant

    Thanks for investigating Mike. Just to summarize so people watching this thread know. This issue is narrowed down to a scenario where the database is running on a Percona Xtra DB Cluster (PXC) with multiple nodes. In PXC when a record with auto increment is inserted, it consumes 2 additional auto increment ID. This is shown in
    [“VIEW”]=> int(1), [“CREATE”]=> int(4), [“EDIT”]=>int(7)

    This non continuous increase in ID is something that is unexpected in ORO’s permission calculation code.

    Further investigation is on by Mike to figure out a the exact root cause and solution.

    Thanks.

Viewing 16 replies (of 16 total)

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

Back to top