zoph: Cannot complete installation setup in stable container
I am testing in stable container, running in development mode.
ERROR plinth.setup Error running setup - ('zoph', '', 'PHP Fatal error: Uncaught userNotFoundException: User not found in /usr/share/zoph/www/php/classes/user.inc.php:489\nStack trace:\n#0 /usr/share/zoph/www/php/auth.inc.php(56): user::getByName(\'root\')\n#1 /usr/share/zoph/www/php/include.inc.php(39): require_once(\'/usr/share/zoph...\')\n#2 /usr/bin/zoph(88): require_once(\'/usr/share/zoph...\')\n#3 /usr/bin/zoph(62): init()\n#4 {main}\n thrown in /usr/share/zoph/www/php/classes/user.inc.php on line 489\nTraceback (most recent call last):\n File "/freedombox/actions/zoph", line 147, in <module>\n main()\n File "/freedombox/actions/zoph", line 143, in main\n subcommand_method(arguments)\n File "/freedombox/actions/zoph", line 71, in subcommand_setup\n _zoph_configure(\'import.enable\', \'true\')\n File "/freedombox/actions/zoph", line 66, in _zoph_configure\n subprocess.run([\'zoph\', \'--config\', key, value], check=True)\n File "/usr/lib/python3.7/subprocess.py", line 487, in run\n output=stdout, stderr=stderr)\nsubprocess.CalledProcessError: Command \'[\'zoph\', \'--config\', \'import.enable\', \'true\']\' returned non-zero exit status 255.\n')
Traceback (most recent call last):
File "/freedombox/plinth/setup.py", line 78, in run
self.module.setup(self, old_version=current_version)
File "/freedombox/plinth/modules/zoph/__init__.py", line 93, in setup
helper.call('post', actions.superuser_run, 'zoph', ['setup'])
File "/freedombox/plinth/setup.py", line 122, in call
return method(*args, **kwargs)
File "/freedombox/plinth/actions.py", line 105, in superuser_run
log_error=log_error)
File "/freedombox/plinth/actions.py", line 200, in _run
raise ActionError(action, output, error)
plinth.errors.ActionError: ('zoph', '', 'PHP Fatal error: Uncaught userNotFoundException: User not found in /usr/share/zoph/www/php/classes/user.inc.php:489\nStack trace:\n#0 /usr/share/zoph/www/php/auth.inc.php(56): user::getByName(\'root\')\n#1 /usr/share/zoph/www/php/include.inc.php(39): require_once(\'/usr/share/zoph...\')\n#2 /usr/bin/zoph(88): require_once(\'/usr/share/zoph...\')\n#3 /usr/bin/zoph(62): init()\n#4 {main}\n thrown in /usr/share/zoph/www/php/classes/user.inc.php on line 489\nTraceback (most recent call last):\n File "/freedombox/actions/zoph", line 147, in <module>\n main()\n File "/freedombox/actions/zoph", line 143, in main\n subcommand_method(arguments)\n File "/freedombox/actions/zoph", line 71, in subcommand_setup\n _zoph_configure(\'import.enable\', \'true\')\n File "/freedombox/actions/zoph", line 66, in _zoph_configure\n subprocess.run([\'zoph\', \'--config\', key, value], check=True)\n File "/usr/lib/python3.7/subprocess.py", line 487, in run\n output=stdout, stderr=stderr)\nsubprocess.CalledProcessError: Command \'[\'zoph\', \'--config\', \'import.enable\', \'true\']\' returned non-zero exit status 255.\n')