Hi,
I would like to send my invoices automatically via cronjob. my host has a cronjob manager which demand a php script to process the cronjob.
my php script looks as the following:
<?php
$ch = curl_init("
www.kindersport-aus-berlin.de/?option=co...view=vminvoice");
curl_exec($ch);
echo $ch
?>
according to my host, the script is alright. but joomla produces an error 500. What settings do I have to change in order to process the cronjob.
joomla version: 2.5.7, php version: 4.4, 5.2, 5.3 and 5.4, VM invoice version: 2.0.29
before I tried the automatic plug-in for sending the pdf invoices, it worked out but it also produced visible errors when the order button on the checkout page was clicked on.
thanks for help