CryptoWoo requires the PHP extensions for cURL and GMP to be enabled on your server.
Possible error messages:
'GMP extension seems not to be installed'
'cURL extension seems not to be installed'
How to enable the required extensions on your shared hosting account
cPanel Documentation: https://www.cryptowoo.com/cpanel-enable-php-extensions/
Namecheap: https://www.cryptowoo.com/namecheap-enable-php-extensions/
How to enable the required extensions with commandline access
1. Via Commandline:
sudo apt-get install libgmp-dev php7.0-gmp curl php7.0-curl
2. Add the line below to the php.ini (e.g. /etc/php7.0/apache2/php.ini) [?]
extension=gmp.so
3. Restart your webserver (e.g. Apache):
sudo service apache2 reload
More Info:
Any questions? Write a comment below or contact us and we're happy to help you out!
Comments