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

Problems with relative path #352

Closed
tarcisiozf opened this issue Jan 30, 2017 · 3 comments
Closed

Problems with relative path #352

tarcisiozf opened this issue Jan 30, 2017 · 3 comments

Comments

@tarcisiozf
Copy link
Contributor

Issue Summary

if you require the sendgrid-php.php (Non-composer version) in a background process you may have relative path problems. Can be simply solved by replacing with:

<?php
	require __DIR__ . '/vendor/autoload.php';
?>
@tarcisiozf
Copy link
Contributor Author

This file is in the .gitignore file, so I had to open an issue instead of a pull request

@thinkingserious
Copy link
Contributor

Hello @tarcisiozf,

If you still would like to make the pull request, here is where we generate that file upon upload to s3: https://github.com/sendgrid/sendgrid-php/blob/master/scripts/s3upload.sh#L10

In any case, please fill out this form so we can send you some swag for being awesome :)

With Best Regards,

Elmer

@thinkingserious
Copy link
Contributor

Closing this one, since you already created the pull request here: #353

We just need your signed CLA to continue. Thanks!

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

2 participants