• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows Znote AAC cURL disabled

Niioxce

Otland lurker
Joined
Jun 22, 2012
Messages
324
Reaction score
4
Location
Sweden
I don't even know what they mean tbh..
php cURL is not enabled. It is required to for paypal and ZEOTSS services.
1. Find your php.ini file.
2. Uncomment extension=php_curl
Restart web server.

I have searched around and it's all confusing and unclear, anyone mind explain?
 
php.ini is in your linux/windows etc. server. For example a XAMPP has a path to php.ini like: C/XAMPP/PHP/php.ini.
Open that file and find:
Code:
;extension=php_curl.dll
To uncomment this code just remove ";" and save the file.
Now restart server (xampp here).
If I helped you, like this post. :)
 
php.ini is in your linux/windows etc. server. For example a XAMPP has a path to php.ini like: C/XAMPP/PHP/php.ini.
Open that file and find:
Code:
;extension=php_curl.dll
To uncomment this code just remove ";" and save the file.
Now restart server (xampp here).
If I helped you, like this post. :)
That worked like a charm! Thanks
 
Back
Top