Quote:
Originally Posted by JayS
Some old debug code in your config.php? 
|
Nah I had
Code:
$content=$r["content"];
instead of
Code:
$content=$r["image"];
That is the worst part about programming, some problems can just marvel you for ages and you can't figure out what they are. Then they turn out to be the most simple things you have missed.