Post by straightlight » Sat Mar 31, 2018 9:57 pm

There has been a few posts regarding the $_x variables that could not be tracked by the browser when installing OC. This is caused by either an invalid BOM file or with a valid BOM file during upload. For those using valid BOM file and having the same issue,

find:

Code: Select all

public function __construct() {
add below:

Code: Select all

$_GET = &$_GET;		
		$_POST = &$_POST;
		$_REQUEST = &$_REQUEST;
		$_COOKIE = &$_COOKIE;
		$_FILES = &$_FILES;
		$_SERVER = &$_SERVER;
This should rectify the issue.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 161 guests