Mail problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Koos
    Junior Member
    • May 2019
    • 5

    Mail problem

    Hi,
    I have been working with Espo crm for a few weeks. However, since 15 May the email is no longer updated. The cron works fine and gives no errors. In the log see this line always coming back:
    [15-May-2019 10:30:18 UTC] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4196511 bytes) in /home/dac/ public_html/crm-3/vendor/zbateson/mail-mime-parser/src/Message/MimePart.php on line 449
    Anyone have an idea how I can solve this?
    thanks
    the system requirements in the Administration -> System Requirements. Are all oke.
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hello,
    please increase the memory_limit parameter in the php.ini file for your PHP CLI. Set it to at least 128M.

    Comment

    • Koos
      Junior Member
      • May 2019
      • 5

      #3
      Maximus this i s wat is set right now:
      allow_url_fopen = On
      allow_url_include = Off
      display_errors = Off
      enable_dl = Off
      file_uploads = On
      max_execution_time = 180
      max_input_time = 180
      max_input_vars = 1000
      memory_limit = 300M
      post_max_size = 128M
      session.gc_maxlifetime = 1440
      session.save_path = "/var/cpanel/php/sessions/ea-php71"
      upload_max_filesize = 128M
      zlib.output_compression = Off

      Bust stil no mail stream

      Comment

      • Koos
        Junior Member
        • May 2019
        • 5

        #4
        Any one an idea?

        Comment

        • Maximus
          Senior Member
          • Nov 2018
          • 2731

          #5
          Originally posted by Koos
          Maximus this i s wat is set right now:
          allow_url_fopen = On
          allow_url_include = Off
          display_errors = Off
          enable_dl = Off
          file_uploads = On
          max_execution_time = 180
          max_input_time = 180
          max_input_vars = 1000
          memory_limit = 300M
          post_max_size = 128M
          session.gc_maxlifetime = 1440
          session.save_path = "/var/cpanel/php/sessions/ea-php71"
          upload_max_filesize = 128M
          zlib.output_compression = Off

          Bust stil no mail stream
          This could be the php.ini parameters of your web server. The php.ini file for the web server and PHP CLI are different. For example, php.ini file for the web server Apache is in the /etc/php/7.2/apache2 but php.ini file for the CLI is in the /etc/php/7.2/cli.

          Comment

          Working...