OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

This topic contains 5 replies, has 2 voices, and was last updated by  Yevhen Shyshkin 9 years, 8 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
  • #34966

    excedesoft
    Participant

    Hi!
    I recently upgraded Oro BAP from 1.2 to 1.3 and I have some problem with navigation. When press a link on navigation bar (e.g.: Manage Custom Reports), an exception occurre:

    But if a put the url on the browser and press enter, the page is render normally. Any ideas of what can happen?

    Thanks!



    Fabian Castillo | CEO – SR. Consultant

    Offices:
    USA. +1 347 708 0101 | Argentina: +54 351 5982563 | Skype: fabiancastle
    http://www.excedesoft.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #34967

    Yevhen Shyshkin
    Participant

    Hello, excedesoft.

    Could you please put whole exception trace here?

    #34968

    excedesoft
    Participant

    Hi Yevhen! Here is the exception trace:

    Thanks!



    Fabian Castillo | CEO – SR. Consultant

    Offices:
    USA. +1 347 708 0101 | Argentina: +54 351 5982563 | Skype: fabiancastle
    http://www.excedesoft.com

    #34969

    Yevhen Shyshkin
    Participant

    Look’s like that for some reason you have not resolved metadata. Please, try to remove cache manually (rm -rf app/cache/*) and then generate it again (php app/console cache:clear –env prod).

    If it will not help – in order of debug, please, try to remove disabling and enabling of events at ResponseHistoryListener, lines 101 and 108.

    Please, write here results of your tests – probably, depends on them we will need to do some fixes in application.

    #34970

    excedesoft
    Participant

    Hi Yevhen!

    First of all, thanks for the answer! Remove cache manually doesn’t solve the the problem, but, commenting the lines 101 and 108 from ResponseHistoryListener solve the problem and i can navigate normally through the site. Any ideas to how resolve the problem without commenting Oro Core lines?

    Thanks a lot!

    Bye bye



    Fabian Castillo | CEO – SR. Consultant

    Offices:
    USA. +1 347 708 0101 | Argentina: +54 351 5982563 | Skype: fabiancastle
    http://www.excedesoft.com

    #34971

    Yevhen Shyshkin
    Participant

    Probably, it’s the problem from our side – we should not disable listeners from external bundles.
    We’ll fix this issue as soon as possible.

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

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

Back to top