Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] page call triggers multiple requests
#1

[eluser]Unknown[/eluser]
hey there

i noticed a strange behaviour with CI: everytime I call a page, multiple responses get sent (seen via firebug) they all contain the EXACT SAME content. At first, I though it is because of the custom templating i wrote to ease up the management with views but after disabling it completely, it still shows the behaviour. I also use Doctrine but after disabling it too, nothing changes, still multiple responses.

The config files are (except for the loading of differet classes) pretty default.

Checked the forum to find a similar problem but wasn't lucky. I tried different ways of outputting the views (returning the view data and sending it to the page with the help of the output class/only with the output class/only with the help of load->view).

i hope you guys can help me fix the problem since this causes some wired behaviours when writing data to the database with doctrine.

best regards
dominik

ps: using the latest CI, regular apache+ubuntu+mysql setup




Theme © iAndrew 2016 - Forum software by © MyBB