Uncaught Exception Error: "Call to undefined function Espo\Core\Utils\File\chown()"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • myoneindia
    Junior Member
    • Jan 2024
    • 2

    Uncaught Exception Error: "Call to undefined function Espo\Core\Utils\File\chown()"

    I Have a same problem in fresh installation on cpanel i have cross requirement page all are success when i click the next than page is blank.
    Hear is my log..
    [2024-01-26 03:35:35] ERROR: Uncaught Exception Error: "Call to undefined function Espo\Core\Utils\File\chown()" at /www/wwwroot/lms.advisor.in/application/Espo/Core/Utils/File/Permission.php line 446 {"exception":"[object] (Error(code: 0): Call to undefined function Espo\\Core\\Utils\\File\\chown() at /www/wwwroot/lms.advisor.in/application/Espo/Core/Utils/File/Permission.php:446)"}

    Please help me
    Last edited by yuri; 01-26-2024, 11:06 AM.
  • yuri
    Member
    • Mar 2014
    • 8471

    #2
    Something is missing in your PHP. Never encountered chown function not available in PHP. https://www.php.net/manual/en/book.filesystem.php

    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

    • xdr21
      Junior Member
      • Oct 2024
      • 2

      #3
      I had the same issue, you need to go into php.ini and look under "disable_functions =" and make sure you remove chown from the list.

      Comment

      Working...