Eric Pretorious
Regular Pleskian
When accepting a domain name order in WHMCS and send the domain name to the registrar (using the WHMCS built-in OpenSRS module) WHMCS complains:
I've checked WHMCS Utilities -> System -> PHP Info and mcrypt is not being loaded even though I've downloaded+installed the third party classes to the /modules/registrars/opensrs/ directory (as detailed in the section "Additional Registrar Module Files Requirement" of the WHMCS doc "OpenSRS").
Have I overlooked a setting somewhere [in Plesk or in WHMCS]?
WHMCS ver 5.2.2
Plesk ver 11.0.9 (Linux)
Fatal error: Undefined constant 'MCRYPT_DEV_URANDOM' in /var/www/vhosts/.../httpdocs/whmcs/modules/registrars/opensrs/opensrs.php on line 0
I've checked WHMCS Utilities -> System -> PHP Info and mcrypt is not being loaded even though I've downloaded+installed the third party classes to the /modules/registrars/opensrs/ directory (as detailed in the section "Additional Registrar Module Files Requirement" of the WHMCS doc "OpenSRS").
Code:
[root@www ~]# cd /var/www/vhosts/.../httpdocs/whmcs/modules/registrars/opensrs/
[root@www opensrs]# ll
total 156
-rwxr-xr-x 1 gorocketpowered psacln 10001 Mar 18 04:23 country_codes.php
drwxr-xr-x 2 root root 4096 Apr 3 02:35 Crypt
-rwxr-xr-x 1 gorocketpowered psacln 3704 Mar 18 04:23 logo.gif
-rwxr-xr-x 1 gorocketpowered psacln 38868 Mar 18 04:23 openSRS_base.php
-rwxr-xr-x 1 gorocketpowered psacln 65279 Mar 18 04:23 opensrs.php
-rwxr-xr-x 1 gorocketpowered psacln 21539 Mar 18 04:23 OPS.php
drwxr-xr-x 5 root root 4096 Apr 3 02:35 PEAR
WHMCS ver 5.2.2
Plesk ver 11.0.9 (Linux)