[eluser]Bramme[/eluser]
[quote author="@li" date="1223819191"]Hey man,
This might not be causing this but try replacing
Code:
<?=$this->uri->uri_string()?>
with direct URL to the script e.g
Code:
<?=form_open('your/site/admin/page');?>
Also you did mention that this was working on a different server, right? There might be something in your server configuration which causes 'curl' based submissions to fuck up. We can look into that if this doesn't work.[/quote]
Tried that now. Doesn't work
I haven't tried putting this on a different server. Did I say that anywhere? must've made a mistake. I could try putting it on localhost...