You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/";
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
The text was updated successfully, but these errors were encountered: