M
mattrogowski
Guest
Guest or Bot
Just sunk a chunk of time debugging an issue with an importer where the key from the
Code:
Looking at...
Read more
Continue reading...
getSteps array was comments but the associated method was called stepPosts instead of stepComments, and it threw this error on the CLI:Code:
Argument 3 passed to XF\Cli\Command\Import::XF\Cli\Command\{closure}() must be an instance of XF\Import\StepState, null given, called in /home/staging/public_html/community/src/XF/Import/Runner.php on line 171Looking at...
Read more
Continue reading...