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

DefaultParcelType.php on line 62 Fatal error #17

Open
nordhagen opened this issue Jul 1, 2015 · 0 comments
Open

DefaultParcelType.php on line 62 Fatal error #17

nordhagen opened this issue Jul 1, 2015 · 0 comments

Comments

@nordhagen
Copy link

When I deploy Craft with the Postmaster plugin to stage server I get this error in the browser when attempting to save a new entry that triggers a new campaign monitor campaign.

DefaultParcelType.php on line 62 Fatal error: Cannot access protected property Craft\Plugins\Postmaster\ParcelTypes\DefaultParcelType::$parcel in […]/craft/plugins/postmaster/core/parcel_types/DefaultParcelType.php on line 62

I see in the affecting line that there is indeed a protected property being accessed. DefaultParcelType.php, line 62:

$parcelType->parcel->send($obj);

BaseParcelType.php, line 13:

protected $parcel;
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