Undefined index in log files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    Undefined index in log files

    Does anyone have these sort of messages in their log files?

    [2016-11-21 12:44:02] Espo.NOTICE: E_NOTICE: Undefined index: REMOTE_ADDR {"code":8,"message":"Undefined index: REMOTE_ADDR","file":"/var/espo/staging/live/vendor/slim/slim/Slim/Environment.php","line":127,"context":{"settings": null,"env":{"REQUEST_METHOD":null}}} []
    [2016-11-21 12:44:02] Espo.NOTICE: E_NOTICE: Undefined index: REQUEST_URI {"code":8,"message":"Undefined index: REQUEST_URI"

    Seems to happen in every call of the cron.php script. Running nginx.
  • yuri
    Member
    • Mar 2014
    • 8627

    #2
    This is caused by Slim library. We'are going to fix it in 4.4.0
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • alasdaircr
      Active Community Member
      • Aug 2014
      • 525

      #3
      OK great stuff. I patched it out myself as it was making my logfiles unreadable.

      Comment

      Working...