header information - A lot of errors

This is the right place to report general bugs, make suggestions or ask for help.
Post Reply
cmarangon
Posts: 17
Joined: Thu Feb 03, 2022 6:35 pm
Location: Curitiba - Brazil
Contact:

header information - A lot of errors

Post by cmarangon » Sun Jun 23, 2024 3:41 pm

Hello!

I have moved my site to another server and I get the errors below.


Site adress:
http://areaseg.com/flat/

Please help me!

Errors report:
Image

User avatar
fraenkiman
Posts: 263
Joined: Thu Feb 03, 2022 7:25 pm
Location: Berlin, Germany
Contact:

Re: header information - A lot of errors

Post by fraenkiman » Sun Jun 23, 2024 11:01 pm

Hello cmarangon,

that is a strange error pattern. You can try deleting the header already set by PHP. However, this only works if the header has not yet been sent. To do this, open the defaults.php file in the blog root directory. In the second line, insert the following:

Code: Select all

if (!headers_sent()) {
	foreach (headers_list() as $header) {
		header_remove($header);
	}
}
If this does not work, check the server configuration (apache.conf or nginx.conf). The header may already be defined here. If it is an Apache web server, rename existing .htaccess files as a test (e.g. dot_htaccess).

It may also make sense to update from FlatPress 1.2.1 to FlatPress 1.3.1.
https://www.flatpress.org/download

With best regards
Frank
:pencil: You are strong in PHP and Java Script? :point_right: Then help us to improve FlatPress. :point_left:

:exploding_head: Looking for ideas, templates, examples and answers to frequently asked questions?
:bulb: You'll find it here.

My :de: FlatPress-Blog: https://frank-web.dedyn.io

User avatar
fraenkiman
Posts: 263
Joined: Thu Feb 03, 2022 7:25 pm
Location: Berlin, Germany
Contact:

Re: header information - A lot of errors

Post by fraenkiman » Sun Jun 23, 2024 11:54 pm

I have one more idea: check whether the problem also occurs with another theme.
:pencil: You are strong in PHP and Java Script? :point_right: Then help us to improve FlatPress. :point_left:

:exploding_head: Looking for ideas, templates, examples and answers to frequently asked questions?
:bulb: You'll find it here.

My :de: FlatPress-Blog: https://frank-web.dedyn.io

cmarangon
Posts: 17
Joined: Thu Feb 03, 2022 6:35 pm
Location: Curitiba - Brazil
Contact:

Re: header information - A lot of errors

Post by cmarangon » Mon Jun 24, 2024 3:46 am

Hello!

I sincerey don't know what happened.
Site is fine now. :)
Maybe some upgrade on the server!

http://areaseg.com/flat

Best regards,

Carlos


Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest