OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Show detail error messages

This topic contains 1 reply, has 2 voices, and was last updated by  vitaliyberdylo 6 years, 1 month ago.

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

  • Creator
    Topic
  • #25432

    zhex900
    Participant

    Hi,

    I am trying to debug my code. How do I get a full dump of the error stack. So I know what when wrong. I am using orocrm 2.1, dev.

    Thanks

    Jake He

    Screen_Shot_2017_06_03_at_2_04_24_am

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25433

    vitaliyberdylo
    Participant

    Hello, zhex900.
    Sorry for the late reply.
    You can find errors in log files.

    for dev environment:
    app/logs/dev.log

    for prod environment:
    app/logs/prod.log

    For example for Uncaught PHP Exception them will starts from:
    request.CRITICAL: Uncaught PHP Exception Exception:

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top