New Yunohost install, Fatal Error installing NextCloud

Hi,

Greetings to all!

I installed yunohost on the same host several times before and it’s only now that this happened.

My YunoHost server

Hardware: VPS bought online (4GB Memory and 2 Cores)
YunoHost version: 4.2.8.3 (stable)
Access : Through SSH

Are you in a special context… ? : no

Description

I did a fresh install of yunohost and everything went well. However, I cannot install NextCloud. It ends in an error (see log below for NextCloud).

I reinstalled Yunohost several times but the result is still the same.

I also changed php’s memory_limit to 256M and max_execution_time to 360, still the same.

Any idea on what’s causing the problem?

Please help.

Thank you very much!

Log

args:
  app: nextcloud
  args: domain=domain2.tld&path=%2F&admin=orgadmin&is_public=1&user_home=0
  force: false
  label: Cloud
  no_remove_on_failure: false
ended_at: 2021-09-21 05:28:30.996516
env:
  YNH_APP_ARG_ADMIN: orgadmin
  YNH_APP_ARG_DOMAIN: domain2.tld
  YNH_APP_ARG_IS_PUBLIC: '1'
  YNH_APP_ARG_PATH: /
  YNH_APP_ARG_USER_HOME: '0'
  YNH_APP_ID: nextcloud
  YNH_APP_INSTANCE_NAME: nextcloud
  YNH_APP_INSTANCE_NUMBER: '1'
  YNH_APP_MANIFEST_VERSION: 22.1.1~ynh1
error: An error occurred inside the app installation script
interface: api
operation: app_install
parent: null
related_to:
- - app
  - nextcloud
started_at: 2021-09-21 05:26:53.783655
success: false
yunohost_version: 4.2.8.3

============ ( See link below for complete log. [ exceeds max characters allowed] )

2021-09-21 05:00:11,883: DEBUG - + sudo -u nextcloud php7.3 --define apc.enable_cli=1 occ --no-interaction --no-ansi maintenance:install --database mysql --database-name nextcloud --database-user nextcloud --database-pass ********** --admin-user admin --admin-pass ********** --data-dir /home/yunohost.app/nextcloud/data
2021-09-21 05:00:12,079: WARNING - PHP Fatal error:  Maximum execution time of 0 seconds exceeded in /var/www/nextcloud/3rdparty/symfony/console/Application.php on line 65
2021-09-21 05:00:12,080: WARNING - {"reqId":"FvBzHdVXVKOAobiL6UhQ","level":3,"time":"2021-09-21T05:00:12+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Maximum execution time of 0 seconds exceeded at /var/www/nextcloud/3rdparty/symfony/console/Application.php#65","userAgent":"--","version":""}
2021-09-21 05:00:12,093: DEBUG - + ynh_die '--message=Unable to install Nextcloud'
2021-09-21 05:00:12,128: DEBUG - + ret_code=1
2021-09-21 05:00:12,129: DEBUG - + echo 'Unable to install Nextcloud'
2021-09-21 05:00:12,129: DEBUG - + exit 1
2021-09-21 05:00:12,129: DEBUG - + ynh_exit_properly
2021-09-21 05:00:12,129: DEBUG - + local exit_code=1
2021-09-21 05:00:12,130: DEBUG - + rm -rf /var/cache/yunohost/download/
2021-09-21 05:00:12,130: WARNING - Unable to install Nextcloud
2021-09-21 05:00:12,131: DEBUG - + '[' 1 -eq 0 ']'
2021-09-21 05:00:12,131: DEBUG - + trap '' EXIT
2021-09-21 05:00:12,131: DEBUG - + set +o errexit
2021-09-21 05:00:12,132: DEBUG - + set +o nounset
2021-09-21 05:00:12,132: DEBUG - + sleep 0.5
2021-09-21 05:00:12,633: DEBUG - + type -t ynh_clean_setup
2021-09-21 05:00:12,634: DEBUG - + exit 1
2021-09-21 05:00:13,636: ERROR - Unable to install nextcloud: An error occurred inside the app installation script


Complete log can be viewed here: Riseup Pad

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.