OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Installation/Technical Issues or Problems Oro Comunity 1.4 post install problem

This topic contains 6 replies, has 3 voices, and was last updated by  Yurii Muratov 9 years, 5 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
  • #35054

    mouali
    Participant

    Hi,

    I just update my project from oro 1.3.2 to 1.4.
    The install process gone without problems. But one update process finish, while i try to access application, i can fill the login form, then i have the error bellow:

    i found there this annotation:

    But is instance of Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken and not instance of OrganizationContextTokenInterface as expected.

    Please help.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • #35055

    Yurii Muratov
    Participant

    Hi.

    Please check if your security.yml file organization-form-login string in main firewall.
    Additional, please clear your sessions storage. By default – /app/cache/session directory.

    #35056

    mouali
    Participant

    @Yurii: Thanks for your quick answer.

    Unfortunately, organization-form-login is not available in security.yml
    And even if i clear session cache directory, the problem still occure.

    Thanks

    #35057

    Yurii Muratov
    Participant

    If You doesn’t have organization-form-login, it’s indicate that your code is not updated completely.
    What intsance do You use?

    If it’s a custom project, please change in security.yml, main firewall to:

    And in security_test.yml, main firewall to:

    #35058

    mouali
    Participant

    Thanks a lot, it work nicely with changes to security.yml.
    It’s a custom project, and we have forgot to update some apps file.

    Thanks

    #35059

    Rohan Wijesundara
    Participant

    I am going to intall ORO CRM but fillowing error is occur

    If you have multiple PHP versions installed, you need to configure ORO_PHP_PATH variable with PHP binary path used by web server

    How can i fix it

    Rohan

    #35060

    Yurii Muratov
    Participant

    Hi, Rohan.

    You can fix this with adding to /etc/profile

Viewing 6 replies - 1 through 6 (of 6 total)

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

Back to top