Welcome Guest, Not a member yet? Register   Sign In
URL question
#1

[eluser]OlegasD[/eluser]
Hello
Maybe someone had similar problem and got it solved.
I have a problem with URL
The following url returns page not found
http://localhost/~olegas/my-project/inde...48G050433D

But when I add '&' and any other char it works, for example
http://localhost/~olegas/my-project/inde...0433D&aa;a bit frustrating, I can not make paypal to return 2 variables Wink
#2

[eluser]Twisted1919[/eluser]
Read the documentation .
By default query strings are turned off in CI , and the question mark is disallowed in the uri .
For paypal there is a library , that works perfectly , see the wiki for it, so if you use it you don't need any other changes to your system , at least i didn't had to change anything .
#3

[eluser]OlegasD[/eluser]
But why it works when 2 variables are there?

Also tried the library. It works well. But with Paypal Website payments standard. But these do not support express checkout and recurring payments, only subscriptions with a period limit.
#4

[eluser]OlegasD[/eluser]
Hmm reviewed paypal documentation again, I was wrong, subscriptions can be infinite, my bad.
But still interesting why it happens with URL Smile
#5

[eluser]OlegasD[/eluser]
Still website payments pro need to be used Sad In standard version you can not suspend/cancel subscriptions.
Any one about the url error?
I've tried to enable query strings and added question mark to the allowed chars. Still the same error
#6

[eluser]OlegasD[/eluser]
Found the answer. You can find everything on google, you just need to be able to ask right questions.
Solution can be found here:
http://www.askaboutphp.com/58/codeignite...rings.html




Theme © iAndrew 2016 - Forum software by © MyBB