Hi,
I have a channel entries tag that looks like this:
<?php
{exp:channel:entries channel="podcast_feed" sort="asc"}
...code…
{/exp:channel:entries}
?>No problems so far. However, when I add a limit attribute to the channel entries tag like this:
<?php
{exp:channel:entries channel="podcast_feed" sort="asc" limit="5"}
...code…
{/exp:channel:entries}
?>I get the following PHP error:
“Parse error: syntax error, unexpected ‘http’ (T_STRING), expecting ‘,’ or ‘;’ in [path]\system\expressionengine\libraries\Functions.php(683) : eval()‘d code on line 586”
Has anyone else encountered this, and do you know how to fix it?
Thanks!
Regards,
James.