Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
попробуй заменнить 779 строчку в /admin/conf.php наphp_flag display_errors off раскоментирован в .htaccess, ошибки все равно показываются
else if(isset($arr[$n])) $arr[$n]=cp1259_to_utf8(trim($arr[$n]));
function safe_request($arr,$pat){
if(is_array($arr)){
foreach($arr as $n=>$v){
if(is_array($n))safe_request($n);
else{
if(is_utf8($arr[$n])) {$arr[$n]=trim($arr[$n]);}
else {if(isset($arr[$n])) $arr[$n]=cp1259_to_utf8(trim($arr[$n]));}
foreach($pat as $value){$arr[$n]=preg_replace("/$value/imu","",$arr[$n]);}
}}}}
вторая ошибка вылезает из-за первой как я уже писал этот кусок кода в оригинальном конфиге закоментирован незнаю почему возможно осталось от старых версий
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 84
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 85
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../login.inc.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 12
Warning: Cannot modify header information - headers already sent by (output started at .../inc/head.inc.php:1) in .../inc/login.inc.php on line 13
Для просмотра ссылки Войдитеперь круче, той ошибки нет, но зато при попытке зайти под пользователем вылазит
Мне кажется, все таки не зря в конфиге тот кусок незакоментирован был