Henning wrote:
tho thats not the problem but:
where are the pictures you want to show
your script is searching here
problogger.kodingen.com/gantry/templates...ow/monsters/img6.png
But there is no picture-file?
I would say......Sorry about that as I created these 2 demos in a hurry did not check the image path within the files that are called. However it was not important as the main project was to get the main files via proper syntax. What we put there in those files was anyway not constant. I have changed the paths and they are now pointing to correct images.
Henning wrote:
ahh I think I found it ...
change
function render($position="") {
ob_start();
?>
to
function render($position="") {global $gantry;
ob_start();
?>
I would say....... Yippee!!!
Yes you are right. That was the issue. Adding 'global $gantry;' did the trick. Now they all work perfectly. Checkout
http://problogger.kodingen.com/gantry/
Thanks Henning for taking time to look into the issue. I really appreciate you help very much because a lot of my pending work can now move on.
Just one more request. Now that this topic stands resolved, can you please move it to the appropriate section.