I will now answer each question, thank you for your patience.
Did you try running composer require flarum-lang/spanish:"*"? That's what has been mentioned in the other discussion (I'll lock that one to prevent any confusion).
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires hwi/oauth-bundle ^0.6.3 -> satisfiable by hwi/oauth-bundle[0.6.3].
- hwi/oauth-bundle 0.6.3 requires php ^5.6|^7.0 -> your php version (8.1.11) does not satisfy that requirement.
Problem 2
- php-http/client-common[1.9.0, ..., 1.11.0] require php ^5.4 || ^7.0 -> your php version (8.1.11) does not satisfy that requirement.
- php-http/httplug-bundle[1.20.0, ..., 1.27.0] require php-http/client-common ^1.9 || ^2.0 -> satisfiable by php-http/client-common[1.9.0, 1.9.1, 1.10.0, 1.11.0, 2.0.0, ..., 2.6.0].
- php-http/client-common[2.2.1, ..., 2.6.0] require php-http/httplug ^2.0 -> satisfiable by php-http/httplug[v2.0.0, 2.1.0, 2.2.0, 2.3.0].
- You can only install one version of a package, so only one of these can be installed: php-http/httplug[v1.1.0, v2.0.0, 2.1.0, 2.2.0, 2.3.0].
- php-http/guzzle6-adapter[v1.1.0, ..., v1.1.1] require php-http/httplug ^1.0 -> satisfiable by php-http/httplug[v1.0.0, v1.1.0].
- php-http/httplug-bundle[1.15.0, ..., 1.15.2] require php ^5.5 || ^7.0 -> your php version (8.1.11) does not satisfy that requirement.
- php-http/httplug-bundle 1.16.0 requires php ^7.1 -> your php version (8.1.11) does not satisfy that requirement.
- php-http/client-common[2.0.0, ..., 2.2.0] require php ^7.1 -> your php version (8.1.11) does not satisfy that requirement.
- php-http/httplug-bundle[1.17.0, ..., 1.19.0] require php ^7.2 -> your php version (8.1.11) does not satisfy that requirement.
- php-http/httplug[v2.0.0, ..., 2.1.0] require php ^7.0 -> your php version (8.1.11) does not satisfy that requirement.
- Root composer.json requires php-http/guzzle6-adapter ^1.1 -> satisfiable by php-http/guzzle6-adapter[v1.1.0, v1.1.1].
- Root composer.json requires php-http/httplug-bundle ^1.15 -> satisfiable by php-http/httplug-bundle[1.15.0, ..., 1.27.0].
Installation failed, reverting ./composer.json to its original content.
In other words, I get several different errors...
Can you provide the output of php flarum info or if that doesn't work php -V?
Where can I find it?
Can you provide the contents of composer.json?
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Flarum",
"email": "info@flarum.org",
"homepage": "https://flarum.org/team"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://docs.flarum.org/"
},
"require": {
"flarum/core": "^1.5",
"flarum/approval": "*",
"flarum/bbcode": "*",
"flarum/emoji": "*",
"flarum/lang-english": "*",
"flarum/flags": "*",
"flarum/likes": "*",
"flarum/lock": "*",
"flarum/markdown": "*",
"flarum/mentions": "*",
"flarum/nicknames": "*",
"flarum/pusher": "*",
"flarum/statistics": "*",
"flarum/sticky": "*",
"flarum/subscriptions": "*",
"flarum/suspend": "*",
"flarum/tags": "*"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}
Thank you very much in advance