• 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!

Znote AAC for TFS 0.3.6

DrComet

New Member
Joined
Nov 25, 2014
Messages
63
Reaction score
3
Hello. I've got a problem with enable paypal option on Znote AAC. It says that I get this error message:

Code:
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.

If you don't want this then disable zeotss and paypal in config.php.

But the problem is I don't have any line like that. The only curl thing I have in my php.ini is this one:

Code:
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
;curl.cainfo =

; Local Variables:
; tab-width: 4
; End:

So... What should I do now? I use php5 and host on ubuntu 14
 
Last edited:
Back
Top