Rango wrote:
@kiko karkoma: please provide your Order ID, Transaction ID and URL to your page via Private Message to verify your license.
Oh. thats its a problem cause is a private network (the reason that i cant work from home)
My error is in this line:
if(!count($images) && count($currItem->get_enclosures())) $rssFeed['items'][$rssFeedItem]['image'] = $currItem->get_enclosures()[0]->link;
Parse error: syntax error, unexpected '['
If i put this, change "get_enclosures()[0]" to "get_enclosure()"
if(!count($images) && count($currItem->get_enclosures())) $rssFeed['items'][$rssFeedItem]['image'] = $currItem->get_enclosure()->link;
We dont have error, but don't see the image of the article