Hello,
it is turned on. I checked again with phpinfo (see image)
allow_url_fopen On
the code where the image is included is just like this:
<table class="header">
<tr>
<td colspan="1"><img src="
www.meintraining.at/images/logo.gif"/
>
</td>
<td colspan="5">
<div class="storeaddress">
<?php
$store = str_replace(array("\r\n","\n","\r"),array('<br/>','<br/>','<br/>'),$config->get('store_address',''));
if(JText::_($store)!=$store){
$store = JText::_($store);
}
echo $store;
?>
</div>
</td>
</tr>
</table>
What else can I test, has this worked ever in an invoice?