$_SERVER[‘REQUEST_URI’] set to invalid type
-
In the BuyPageController, a Guzzle URI object is assigned to the
REQUEST_URIglobal which should only ever be a string which breaks any code running after this expecting the usual string:// prevent 404 redirects by 3rd party plugins. $_SERVER['REQUEST_URI'] = $request->getUrl();The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.