Embedding G2 into an application that uses Smarty

derelict22

Joined: 2005-06-20
Posts: 1
Posted: Mon, 2005-06-20 18:42

I am trying to embed G2 into an application that already uses Smarty
for page rendering. Everything works fine in Mozilla (the best browser), but in IE the page never renders, seems to go through an endless refresh loop. Removing the handleRequest call causes the page to load with no gallery of course. Is there anything I can do to prevent this? Or is it simply not possible to embed G2 into an application that already uses Smarty?

Thanks,

D

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2005-06-20 18:55

Smarty is server side processing, so i wonder why it should have to do anything with it.

i don't know the other application, it might do crazy stuff.

in G2, you can activate immediate debug mode in config.php then you see what redirects it tries to do.