Jump to content

Controller(codeigniter) don't run when payson send data


webbhelp

Recommended Posts

Hi!

 

I got a controller in codeigniter which will update a database if a customer has paid or not!

I am using Payson to do this. and payson will send back post data to site (controller) where it will say if the payment worked or not. and if it worked it would update the database.

 

THE PROBLEM:

I have set payson to send those data to a controller: www.site.se/paying/payson.

but that controller never runs, so nothing happeneds, and I know that because I was trying to create a file(fil_put_contents()); to see if it worked but it didn't.

 

WORKS:

But! It works if I set payson to send the data to a file without the codeigniter framework; a normal file.php.

So codeigniter make this unworkable.

 

Can you please tell me your idéa about why this may not work! guess or something!

 

Thanks in advance =)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.