VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: AndrAAx on March 15, 2013, 09:35:45 AM

Title: [ SOLVED ] Cant create invoice in backend
Post by: AndrAAx on March 15, 2013, 09:35:45 AM
Can anyone help and explain why im getting this?

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/xxx/libraries/tcpdf/tcpdf.php on line 7543

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/xxx/libraries/tcpdf/tcpdf.php on line 7543

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/xxx/libraries/tcpdf/tcpdf.php on line 7543
Title: Re: Cant create invoice in backend
Post by: techlabpro on March 15, 2013, 10:46:31 AM
Hello,

Can you please make sure in your server CURL is enable?

You can test by this code

<?php

      phpinfo();

?>
Title: Re: Cant create invoice in backend
Post by: AndrAAx on March 15, 2013, 13:15:57 PM
curl

cURL support   enabled
cURL Information   7.24.0
Age   3
Features
AsynchDNS   No
Debug   No
GSS-Negotiate   No
IDN   Yes
IPv6   Yes
Largefile   Yes
NTLM   Yes
SPNEGO   No
SSL   Yes
SSPI   No
krb4   No
libz   Yes
CharConv   No
Protocols   dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
Host   x86_64-unknown-linux-gnu
SSL Version   OpenSSL/1.0.0
ZLib Version   1.2.3
Title: Re: Cant create invoice in backend
Post by: AndrAAx on March 15, 2013, 13:19:25 PM
I also get that VM cant send out emails to customers, cant initiate mailfunktion
Title: Re: Cant create invoice in backend
Post by: AndrAAx on March 17, 2013, 09:50:42 AM
The new update fixed this problem!