You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This runs fine the first time, but on the second pass creating the image results in the following:
[Notice] Trying to get property 'ID' of non-object Line 72 in /var/www/html/vendor/dnadesign/silverstripe-populate/code/PopulateFactory.php
And then attempting to reference the image results in:
[Emergency] Uncaught InvalidArgumentException: No fixture definitions found for "=>SilverStripe\Assets\Image.imageOne" Line 332 in /var/www/html/vendor/silverstripe/framework/src/Dev/FixtureBlueprint.php
The text was updated successfully, but these errors were encountered:
davejtoews
added a commit
to davejtoews/silverstripe-populate
that referenced
this issue
Sep 19, 2022
Version 2.1.0
Relevant portion of my yml
This runs fine the first time, but on the second pass creating the image results in the following:
[Notice] Trying to get property 'ID' of non-object
Line 72 in /var/www/html/vendor/dnadesign/silverstripe-populate/code/PopulateFactory.php
And then attempting to reference the image results in:
[Emergency] Uncaught InvalidArgumentException: No fixture definitions found for "=>SilverStripe\Assets\Image.imageOne"
Line 332 in /var/www/html/vendor/silverstripe/framework/src/Dev/FixtureBlueprint.php
The text was updated successfully, but these errors were encountered: