Skip navigation

Помечено: 

Эта тема содержит 0 ответов, имеет 1 голос.

Последнее обновление: gianfrancoa-3 5 месяцев, 1 неделя назад.

При содействии: Dražen.

Автор Записи
26 сентября, 2024 на 7:43 дп #16223328

gianfrancoa-3

Background of the issue:
I've found a lot of this PHP Warnings in my error log:

open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/mywebiste/) in /home/mywebsite/www/wp-includes/l10n/class-wp-translation-controller.php on line 106

I'm trying to understand the cause of this issue and fix it. I've also found a similar support thread but it seems it ends without a solution: https://wpml.org/forums/topic/multiple-open_baserdir-warnings/

Symptoms:
I've got a lot of this PHP Warnings in my error log:

open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/mywebiste/) in /home/mywebsite/www/wp-includes/l10n/class-wp-translation-controller.php on line 106

Questions:
How can I remove and/or fix those PHP warnings?