Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error 'Undefined index: REDIRECT_URL' #1

Open
Imohamed opened this issue Dec 28, 2016 · 1 comment
Open

error 'Undefined index: REDIRECT_URL' #1

Imohamed opened this issue Dec 28, 2016 · 1 comment
Labels

Comments

@Imohamed
Copy link

i got erro msg

Fatal error: Uncaught exception 'ErrorException' with message 'Undefined index: REDIRECT_URL' in C:\wamp64\www\apple\classes\class.helper.php on line 319 ( ! ) ErrorException: Undefined index: REDIRECT_URL in C:\wamp64\www\apple\classes\class.helper.php on line 319

@alve89
Copy link
Owner

alve89 commented Dec 29, 2016

You got this error message because $_SERVER['REDIRECT_URL'] isn't set. Why isn't it set? If you tell me, I'll fix for future releases.
Until this you can fix this quick and dirty by commenting out line 33 in /inc.ssl.php and set $url to your path:
$url = "http://myDomain.tld/path/to/software/";

Does this work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants