Skip to content
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

[Bug]: App is not starting (php lower 8.1 required) #1062

Closed
6 of 9 tasks
GVLLIFESTYLE opened this issue Jun 2, 2023 · 2 comments · Fixed by #1070
Closed
6 of 9 tasks

[Bug]: App is not starting (php lower 8.1 required) #1062

GVLLIFESTYLE opened this issue Jun 2, 2023 · 2 comments · Fixed by #1070

Comments

@GVLLIFESTYLE
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

[Bug]: App is not starting (php lower 8.1 required)

Steps to reproduce

  1. install php 8.1
    2.try to install maps

Expected behavior

install + activation working

Installation method

Web installer on a VPS or web space

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.1

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install of the server?

None

Is this bug present after an update or on a fresh install of the app?

None

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

not needed for this bug

Nextcloud Signing status

No response

Nextcloud Logs

No response

Browser Console

No response

Additional info

No response

@mcwimh
Copy link

mcwimh commented Jun 13, 2023

Same problem except with php8.2-fpm nextcloud 6.0.2 mariadb imaginary redis-server coturn notify_push, ubuntu 22.04

@adripo
Copy link
Contributor

adripo commented Jun 14, 2023

I will paste here the comment I posted in the related issue for better visibility:

From what I was able to test, if you upgrade to docker image v26 (which has PHP 8.2.7) and you already have the latest maps version installed (1.0.2), it will continue to work. If you, otherwise, start from a clean installation, the appstore will show the latest compatible version 0.1.10 (which I think didn't had any check on PHP version) that will not work. If you try to force the installation (which I did) by manually downloading the v1.0.2 inside the folders and enable it, you will have the following error:

./occ app:enable maps
App "Maps" cannot be installed because the following dependencies are not fulfilled: PHP with a version lower than 8.1 is required.

Is there any real limitations in using newer php versions, or it can simply be updated here? https://github.com/nextcloud/maps/blob/master/appinfo/info.xml#L37

Thanks @skjnldsv @tacruc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants