[phpmyadmin] php_engine = PHP-8.4 public_dir = {base_dir}
Настроил config.inc.php
$cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['host'] = 'MySQL-8.4'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['AllowNoPassword'] = true;
Включил все модули, подключил эти модули в проект с phpMyAdmin, запускаю и получаю 100500 ошибок об устаревших переменных и в конце ошибку:
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser. session_start(): Session cannot be started after headers have already been sent Cannot modify header information - headers already sent by (output started at Z:\OSPanel\home\phpMyAdmin\vendor\thecodingmachine\safe\generated\datetime.php:339)
Помогите пожалуйста
