No idea, why you get an german error message ... please ask your provider ...
Problem is in phPay's login.php and if phPay is located in a directory, not in webroot.
Solution is to add in line 80 and 95:
$url = basename($url);
This command removes directory name from url. In http://phpay.sourceforge.net/demo/ it works.
Two changes, because same problem exists with changing currency.
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi pls me ...
cand i change the languages on start page have a error in right frame
Seite nicht gefunden!
Welche Seite wird denn gesucht?
Die Fehlermeldung zu HTTP-Error 404 ist normalerweise lnger als nur 'Seite nicht gefunden'
Oder handelt es sich um eine PHP-Fehlermeldung?
Gru,
Andreas.
No idea, why you get an german error message ... please ask your provider ...
Problem is in phPay's login.php and if phPay is located in a directory, not in webroot.
Solution is to add in line 80 and 95:
$url = basename($url);
This command removes directory name from url. In http://phpay.sourceforge.net/demo/ it works.
Two changes, because same problem exists with changing currency.
Greetings,
Andreas.
big thx now working :)