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

We have face this 2 Error #10

Open
rvpatel opened this issue Feb 6, 2020 · 0 comments
Open

We have face this 2 Error #10

rvpatel opened this issue Feb 6, 2020 · 0 comments

Comments

@rvpatel
Copy link

rvpatel commented Feb 6, 2020

Notice: Undefined index: in phrets.php on line 1711

  ```

$rets = new phRETS;

$rets->AddHeader("Accept", "*/*");
$rets->AddHeader("RETS-Version", "RETS/{$_REQUEST['rets_version']}");
$rets->AddHeader("User-Agent", $_REQUEST['user_agent']);

$rets->SetParam("cookie_file", $GLOBALS['cookie_file_name']);

if ($_REQUEST['force_basic'] == "true") {
	 $rets->SetParam("force_basic_authentication", true);
}

Notice: Undefined index: cookie_file_name in functions.php on line 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant