Skip to main content

Something very strange with php.ini load setting

Comments

4 comments

  • cPanelMichael
    Hello, Is the PHPINFO file uploaded to the document root of the domain name, or a subdirectory within the document root? Since you are using PHP-FPM, you might be affected by the issue referenced on the following thread: .user.ini files not recursive Thank you.
    0
  • schatzman
    it's on the root folder. Thanks
    0
  • cPanelMichael
    Hello, Feel free to open a support ticket using the link in my signature so we can take a closer look. Thank you.
    0
  • KarolosW
    Hello, I had the same issue and found this solution: 1) # nano /var/cpanel/userdata/user/domain.php_fpm.yaml where "user" is replaced with the cpanel user "domain" is replaced with domain 2) ADD php_admin_value[short_open_tag]: Off 3) Rebuild the PHP-FPM configuration # /usr/local/cpanel/scripts/php_fpm_config --rebuild for more info about the PHP-FPM values Configurations Values of PHP-FPM - Documentation - cPanel Documentation
    0

Please sign in to leave a comment.