VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Meton on January 07, 2014, 00:08:31 AM

Title: Error on checkout
Post by: Meton on January 07, 2014, 00:08:31 AM
Hi guys,

I realy need your help!! I updated the design of my website, i installed a localhost to test on everything was ok. I uploaded my files and updated the database to my webserver. Now when i try to checkout i get the following message (debug mode is on)

Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/vhosts/MYDOMAIN/httpdocs/plugins/vmpayment/sisowideal/sisowideal.php on line 50

Does anyone know what this is and how to fix this?

Kind regards,

meton
Title: Re: Error on checkout
Post by: GJC Web Design on January 07, 2014, 00:49:58 AM
It's only a warning probably caused because your on localhost and have no DNS resolver for the sisowideal payment plug - will probably work fine on a live server
Title: Re: Error on checkout
Post by: Meton on January 07, 2014, 01:23:09 AM
Quote from: GJC Web Design on January 07, 2014, 00:49:58 AM
It's only a warning probably caused because your on localhost and have no DNS resolver for the sisowideal payment plug - will probably work fine on a live server

Thank you for your quick reply!

Its the other way around, it works on my localhost but not live...
Title: Re: Error on checkout
Post by: GJC Web Design on January 07, 2014, 09:23:17 AM
hmm - as it's a sisowideal plugin problem (link? the only one I can find is iDeal themselves - https://www.ideal-checkout.nl/downloads/idealcheckout-for-virtuemart-2-0-0.zip) will they not help?
a lot of hosts block 'file_get_contents()' for security reasons ..
Title: Re: Error on checkout
Post by: Meton on January 07, 2014, 23:44:14 PM
Quote from: GJC Web Design on January 07, 2014, 09:23:17 AM
hmm - as it's a sisowideal plugin problem (link? the only one I can find is iDeal themselves - https://www.ideal-checkout.nl/downloads/idealcheckout-for-virtuemart-2-0-0.zip) will they not help?
a lot of hosts block 'file_get_contents()' for security reasons ..

This issue is solved, it fixed itself it was an DNS problem i was having with my server.

Thx for the help!