Errors after installation of 11.9 Elba

bryanmt

New member
After installation of 11.9 Elba, when I go to the index.php or admin.php pages, I get a completely blank page. I checked the error_log file and I have these errors reported.

[07-May-2023 18:55:14 America/Boise] PHP Warning: session_name(): Session name cannot be changed after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:14 America/Boise] PHP Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:14 America/Boise] PHP Warning: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:14 America/Boise] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/ftmidgmy/public_html/admin/members/include/config_custom.php:14) in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:14 America/Boise] PHP Warning: session_start(): Session cannot be started after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 17:55:14 America/Los_Angeles] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/ftmidgmy/public_html/admin/members/include/config_custom.php:14) in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 17:55:14 America/Los_Angeles] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/ftmidgmy/public_html/admin/members/include/config_custom.php:14) in /home1/ftmidgmy/public_html/admin/members/include/check_login.php on line 0
[07-May-2023 18:55:17 America/Boise] PHP Warning: session_name(): Session name cannot be changed after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:17 America/Boise] PHP Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:17 America/Boise] PHP Warning: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:17 America/Boise] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/ftmidgmy/public_html/admin/members/include/config_custom.php:14) in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 18:55:17 America/Boise] PHP Warning: session_start(): Session cannot be started after headers have already been sent in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 17:55:17 America/Los_Angeles] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/ftmidgmy/public_html/admin/members/include/config_custom.php:14) in /home1/ftmidgmy/public_html/admin/members/include/common_start.php on line 0
[07-May-2023 17:55:17 America/Los_Angeles] PHP Warning: Cannot modify header information - headers already sent by (output started at /home1/ftmidgmy/public_html/admin/members/include/config_custom.php:14) in /home1/ftmidgmy/public_html/admin/members/include/check_login.php on line 0

Does anyone know what these mean and how I can fix this?
 
Top