Forums
(@wordpresssa)
18 years, 10 months ago
Try downloading feedburner from this link. This solved my similar problem.
http://forums.feedburner.com/viewtopic.php?t=8381&view=previous&sid=fa1326eb3221f0021f3d164b38154986
18 years, 11 months ago
Got the bug.. The ‘foreach’ behaviour in the php 4.3.10 created al the mess. It got installed when I replaced 556 occurences of foreach with
while(list($key, $value) = each($array))