Server Requirements for NS Mailer Script
To ensure optimal compatibility and performance, your server and PHP environment should meet the following requirements:
- PHP Version: PHP 7.3 or greater is required.
- IonCube Loader: Version 10 or greater of IonCube Loader must be installed and enabled.
- PHP Extensions and Settings:
- PDO (PHP Data Objects): Must be installed and enabled to facilitate access to MySQL databases.
- cURL: Required for making network requests from your PHP scripts.
allow_url_fopen
: This setting should be enabled to allow PHP to open files using URLs.file_uploads
: Must be enabled to allow the uploading of files through PHP.- OpenSSL: The OpenSSL extension must be enabled for secure data communication over HTTPS.
- PHP-FPM: PHP-FPM (FastCGI Process Manager) should be disabled.
- MySQL Version: MySQL 5.7 or greater is necessary for database management and operations.
- MySQL Settings: The SQL mode
ONLY_FULL_GROUP_BY
should be disabled.
Was this article helpful?
Dislike0 Like1
Views: 394
Dislike0 Like1
Views: 394