-
Notifications
You must be signed in to change notification settings - Fork 278
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
Trello JSON Import Error #4818
Comments
Can you edit And replace:
with
And retry please? |
So I get the same issue (posted below is after the change and docker down/up was run):
However, my It is also extremely likely that my config.json and data.json are incorrectly setup, but that is a different issue I think.. If it is relevant I am running inside of a docker container instead of bare metal |
Just had the same issue. private ?ABoardImportService $systemInstance; to: private ?ABoardImportService $systemInstance = null; I also initially replaced the following line 186 but this did not fix the issue. if (!is_object($this->systemInstance)) { with if (!is_object($this->systemInstance) || $this->systemInstance === null) { For more info I'm using PHP 8.2.7 using the linuxserver.io nextcloud docker image. I did not restart the container after making the changes in the PHP script. |
That seems to have fixed it for me, I successfully imported a Trello JSON file, thanks all |
I'm trying to do a JSON Trello Import and I Get the following error. Any ideas?
The text was updated successfully, but these errors were encountered: