Duplicator
version: 1.2.6
» info » help
Step 1 of 4: Deployment



The system validation checks help to make sure the system is ready for install.
Requirements (must pass) [toggle]
Pass
+ Directory Writable
Deployment Path: /home/uglwa/amoladoras.net
Suhosin Extension: Disabled

The deployment path must be writable by PHP in order to extract the archive file. Incorrect permissions and extension such as suhosin can sometimes inter-fear with PHP being able to write/extract files. Please see the FAQ permission help link for complete details.
Pass
+ PHP SafeMode
PHP with safe mode must be disabled. If this test fails please contact your hosting provider or server administrator to disable PHP safe mode.
Pass
+ PHP mysqli
Support for the PHP mysqli extension is required. Please contact your hosting provider or server administrator to enable the mysqli extension. The detection for this call uses the function_exists('mysqli_connect') call.
Pass
+ PHP Version
This server is running PHP: 8.4.4. A minimum of PHP 5.2.17 is required. Contact your hosting provider or server administrator and let them know you would like to upgrade your PHP version.

Notices (optional) [toggle]
Good
+ Configuration File
Duplicator works best by placing the installer and archive files into an empty directory. Typically, if a wp-config.php file is found in the extraction directory it may indicate that your trying to install over an existing WordPress site which can lead to un-intended results. If this is not the case, then just ignore this notice, but be aware that you will have to remove the wp-config.php file later on in the deployment process.
Good
+ Directory Setup
Deployment Path: /home/uglwa/amoladoras.net

There are currently [8] items in the deployment path. These items will be overwritten if they also exist inside the archive file. The notice is to prevent overwriting an existing site or trying to install on-top of one which can have un-intended results. This notice shows if it detects more than 40 items.
Warn
+ Package Age
The package is 2889 day(s) old. Packages older than 180 days might be considered stale
Good
+ PHP Open Base
Open BaseDir: Disabled

If open_basedir is enabled and your having issues getting your site to install properly; please work with your host and follow these steps to prevent issues:
  1. Disable the open_basedir setting in the php.ini file
  2. If the host will not disable, then add the path below to the open_basedir setting in the php.ini
    "/home/uglwa/amoladoras.net"
  3. Save the settings and restart the web server
Note: This warning will still show if you choose option #2 and open_basedir is enabled, but should allow the installer to run properly. Please work with your hosting provider or server administrator to set this up correctly.
Good
+ PHP Timeout
Archive Size: 32.97MB (detection limit is set at 300MB)
PHP max_execution_time: 0 (zero means not limit)
PHP set_time_limit: Success

The PHP max_execution_time setting is used to determine how long a PHP process is allowed to run. If the setting is too small and the archive file size is too large then PHP may not have enough time to finish running before the process is killed causing a timeout.

Duplicator attempts to turn off the timeout by using the set_time_limit setting. If this notice shows as a warning then it is still safe to continue with the install. However, if a timeout occurs then you will need to consider working with the max_execution_time setting or extracting the archive file using the 'Manual package extraction' method. Please see the FAQ timeout help link for more details.