meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installation_hestiacp [2025/09/22 23:03] – [Install HestiaCP] johnnyinstallation_hestiacp [2026/07/04 02:56] (current) – [Troubleshooting] johnny
Line 22: Line 22:
   * Login as root:    * Login as root: 
   * ''apt update''   * ''apt update''
-  * ''apt install php-intl php-curl php-gd php-zip php-mbstring -y''+  * ''apt install php-intl php-curl php-gd php-zip php-mbstring php-xml -y''
  
 ===== Create User ===== ===== Create User =====
Line 81: Line 81:
 ===== Troubleshooting ===== ===== Troubleshooting =====
   * shell_exec and exec must be enabled in Server Settings > Configure > Web Server > php-fpm   * shell_exec and exec must be enabled in Server Settings > Configure > Web Server > php-fpm
-  * If mailparse is listed as not installed in ITFlow - Debug and no feedback is returned when running ''php -m | grep mailparse'', you must install mailparse for your version of PHP. E.g., ''apt-get install php8.2-mailparse''