|
|
|
Setup main menu
Help and support
|
Setup
Checking the EGroupware Installation Checking required PHP version 7.1+ (recommended 7.3): 7.4.33 ==> True Checking php.ini: safe_mode = Off: ini_get('safe_mode')='' = Off Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='' = Off Checking php.ini: register_globals = Off: ini_get('register_globals')='' = Off Checking php.ini: display_errors = Off: ini_get('display_errors')='' = Off Checking php.ini: memory_limit >= 128M: ini_get('memory_limit')='5120M' Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='30' Checking php.ini: file_uploads = On: ini_get('file_uploads')='1' = On Checking php.ini: upload_max_filesize >= 8M: ini_get('upload_max_filesize')='2M'upload_max_filesize is set to 2M, you will NOT be able to upload or attach files bigger than that!
*** Please make the following change in your php.ini (/opt/cpanel/ea-php74/root/etc): upload_max_filesize = 8M
*** AND reload your web server, so the above changes take effect !!! Checking php.ini: post_max_size >= 8M: ini_get('post_max_size')='8M' Checking php.ini: allow_url_fopen = On: ini_get('allow_url_fopen')='1' = On Checking php.ini: include_path Contain .: ini_get('include_path')='.:/opt/cpanel/ea-php74/root/usr/share/pear' Checking php.ini: date.timezone Set and not "System/Localtime": ini_get('date.timezone')='UTC' Checking php.ini: magic_quotes_gpc = Off: ini_get('magic_quotes_gpc')='' = Off Checking php.ini: mbstring.func_overload = 0: ini_get('mbstring.func_overload')='0' = Off Checking extension session is loaded or loadable: True Checking extension pdo is loaded or loadable: True Checking extension mysqli is loaded or loadable: True Checking extension pdo_mysql is loaded or loadable: True Checking extension pgsql is loaded or loadable: True Checking extension pdo_pgsql is loaded or loadable: True Checking extension mbstring is loaded or loadable: True Checking extension ldap is loaded or loadable: FalseThe ldap extension is needed, if you use ldap as account or contact storage, authenticate against ldap or active directory. It's not needed for a standard SQL installation.
Checking extension ctype is loaded or loadable: True Checking extension json is loaded or loadable: True Checking extension zip is loaded or loadable: True Checking extension tidy is loaded or loadable: True Checking extension xsl is loaded or loadable: True Checking extension xmlreader is loaded or loadable: True Checking extension gd is loaded or loadable: True Checking extension bcmath is loaded or loadable: True Checking extension dom is loaded or loadable: True Checking extension openssl is loaded or loadable: True Checking extension xml is loaded or loadable: True Checking file permissions of /home/asinteg/public_html for Not World writable: asinteg/nobody drwxr-x---This might take a while, please wait ...
Checking if php.ini setting session.save_path='/var/cpanel/php/sessions/ea-php74' is writable by the web server: root/root drwx-wx-wt No dependencies are installed: you need to run "cd /home/asinteg/public_html" AND either "./install-cli.php install" OR "composer install"! Checking function imagecreatefromjpeg exists: TruePlease fix the above errors (
|