Thank you for the hint. Looking at that generic CLI documentation it just states what I already know but it does not anwer my questions.ssl wrote: Thu Mar 21, 2024 7:00 am You will find all the information about the CLI here: https://area51.phpbb.com/docs/dev/3.3.x/cli/index.html
This is the problem with phpBB as a whole. There's no desire to make progress and improve the software.warmweer wrote: Thu Mar 21, 2024 9:03 am There's no need for CLI.
You can easily use the ACP to configure your users (I suspect you're referring to the permissions)
We know that you are no longer in agreement with phpBB's development policy, in which case what are you still doing here?danieltj wrote: Fri Mar 22, 2024 3:10 pm This is the problem with phpBB as a whole. There's no desire to make progress and improve the software.
What ‘managing’ are you talking about specifically?
Oh, come off it.danieltj wrote: Fri Mar 22, 2024 3:10 pm This is the problem with phpBB as a whole. There's no desire to make progress and improve the software.
So I’m not allowed an opinion?ssl wrote: Fri Mar 22, 2024 3:27 pmWe know that you are no longer in agreement with phpBB's development policy, in which case what are you still doing here?danieltj wrote: Fri Mar 22, 2024 3:10 pm This is the problem with phpBB as a whole. There's no desire to make progress and improve the software.
Is really? I’m not suggesting that phpBB should add loads of social features, but look at the last minor release (3.3) feature list. Emojis were added plus some other boring features no one cares about.warmweer wrote: Sat Mar 23, 2024 10:04 amOh, come off it.danieltj wrote: Fri Mar 22, 2024 3:10 pm This is the problem with phpBB as a whole. There's no desire to make progress and improve the software.
That statement is ridiculous.
As to CLI: that's something for advanced users (a minority of which, even with 20+ years of using phpBB, I don't consider myself part of).
In this case use your energy to help the development of phpBB, you who are so quick to give a negative opinion.
That's the point: I do not want to manually configure users. Instead I want to script the setup. But how would you add users if you cannot even check whether the user already exists or has been created successfully?warmweer wrote: Thu Mar 21, 2024 9:03 am There's no need for CLI.
You can easily use the ACP to configure your users (I suspect you're referring to the permissions)
Any activity of bringing a vanilla installation of phpbb up to speed for a running setup. There are settings that can be done via the UI, and somehow I'd expect a CLI to allow me doing the same via command line. Now there is a command to get and set configuration parameters. Setting takes two parameters: a key and the value. But what are the known keys? Since there is no list function, I also cannot print the current values and compare to what I want to have.
Looks like I found a value that gives a meaningful result:
Code: Select all
php bin/phpbbcli.php config:get captcha_plugin
core.captcha.plugins.recaptcha_v3
Code: Select all
mariadb -e "select * from phpbb_config" phpbb