Problems installing WordPress PHP 7.3

Problems installing WordPress PHP 7.3

Problems with the Wordpress installation PHP 7.3 installation aborts with a warning message
https://paste.yunohost.org/raw/moqecohiwo
Maybe somebody can help me

Sounds like the sury signing key expired … not sure exactly

Anyway, you can try to run

curl https://packages.sury.org/php/apt.gpg | apt-key add

and see if that fixes the issue

1 Like

admin@s-grabisch:~$ sudo curl https://packages.sury.org/php/apt.gpg | apt-key ad d
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0E: This command can only be used by root.
100 1769 100 1769 0 0 5580 0 --:–:-- --:–:-- --:–:-- 5580
(23) Failed writing body

Then try curl https://packages.sury.org/php/apt.gpg | sudo apt-key add

2 Likes

Thanks Word Press is running
When I press configuration, the following message appears.
GET] /apps/wordpress/config-panel?full
An internal error has occurred in Yunohost
we are really sorry
You should check the forum or chat for help in fixing the issue, or report a bug in the bug tracker.
The following information might be useful to the person helping you:
Error: β€œ500”

Action: β€œGET” /yunohost/api/apps/wordpress/config-panel?full&locale=de

Error message:
Configuration panel versions β€˜0.1’ are not supported.
Do you have an idea?

That’s β€œnormal” (still should be fixed at some point) and there is nothing in there that should be of interest for you (PHP-FPM power user things, that can be done manually).

1 Like

Thanks

Why can’t I login under wp-admin. I keep coming back to /yunohost/sso/
a login as admin in wordpress is not possible

In the Applications β†’ Wordpress β†’ Groups and Permissions.

Under the Visitors section you need to add Wordpress (admin).

1 Like

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