Page 3 of 3

Re: Install Wordpress

Posted: Fri 14. Oct 2022, 15:02
by Tobi
The problem with Wordpress and PHP >= 8 is AFAIK the PHP function error_log().
In KeyHelp Versions < 22.2 this function is on the list of „disabled PHP functions“.
It must be enabled (delete it from the list) and Wordpress will work.

Re: Install Wordpress

Posted: Fri 14. Oct 2022, 15:28
by tab-kh
Yes, I can confirm that Wordpress 6.0.2 can be installed on a Keyhelp server and runs without problems at least with PHP 8.0, when error_log is removed from the list of disabled functions. Ok, I removed some more, which might not have been necessary, but at least I'm sure I removed error_log. Found the info about disabled error_log function in the PHP error log.

Re: Install Wordpress

Posted: Fri 14. Oct 2022, 15:50
by Alexander
Found the info about disabled error_log function in the PHP error log.
This time, this it was different than my previous experiences. I have seen WordPress complaining about error_log within the logs some week ago. But this time it was all silent. Maybe they changes something with their current Wordpress 6.0.2.

Re: Install Wordpress

Posted: Fri 14. Oct 2022, 15:57
by tab-kh
I definitely installed 6.0.2 about two weeks ago and had the error about the disabled error_log() function in the php error logs. Maybe it doesn't appear every time. After all, it's Wordpress :lol: :roll:

Re: Install Wordpress

Posted: Fri 14. Oct 2022, 16:16
by Tobi
I just installed Wordpress on Keyhelp 22.2, Debian 11.5, PHP 8.
No issues.

Re: Install Wordpress

Posted: Fri 14. Oct 2022, 16:36
by MLan
Tobi wrote: Fri 14. Oct 2022, 16:16 I just installed Wordpress on Keyhelp 22.2, Debian 11.5, PHP 8.
No issues.

Debian11.5 + PHP 8.1.10 + KH 22.2

Code: Select all

'PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function error_log() in /home/users/mlan/www/wp-includes/wp-db.php......
wp.png
wp.png (3.95 KiB) Viewed 7320 times

Re: Install Wordpress

Posted: Fri 14. Oct 2022, 16:50
by Alexander
So we state, it is different every time :D.