Skip to main content

Internal error after switching to PHP7.2 and back to 7.1

Comments

5 comments

  • sysnishit
    Hello, What is exact error in apache error_log ? You can check logs using command tail -f /usr/local/apache/logs/error_log. Also make sure version is changed (back to 7.1) for site by uploading phpinfo.php and accessing via web.
    0
  • Thunderchild
    This has been resolved for me by cPanel. the explanation was: Upon further investigation it appears that the RLimitMem setting for your server was causing a conflict that prevent all of the modules for php from loading. I am not entirely sure what it means.
    0
  • cPanelMichael
    Hello @Thunderchild, Apache's RLimitMem directive limits the memory consumption of processes launched by Apache httpd children. Per the support ticket, it looks like the Apache processes were reaching the defined memory limit which resulted in the error messages you noticed. You can read more about the RLimitMem directive at: core - Apache HTTP Server Version 2.4 Thank you.
    0
  • Thunderchild
    hm, I set that limit after the problem started in the hope of guaranteeing enough memory so it would appear something else was causing a problem perhaps. Obviously i do not know all the steps cPanel took to resolve the problem.
    0
  • cPanelMichael
    hm, I set that limit after the problem started in the hope of guaranteeing enough memory so it would appear something else was causing a problem perhaps. Obviously i do not know all the steps cPanel took to resolve the problem.

    Hello @Thunderchild, Could you respond to the existing support ticket to explain the issue persists so that one of our Technical Analysts can continue investigating? Thank you.
    0

Please sign in to leave a comment.