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:
header information - A lot of errors
- fraenkiman
- Posts: 263
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: header information - A lot of errors
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:
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
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);
}
}
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
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
- fraenkiman
- Posts: 263
- Joined: Thu Feb 03, 2022 7:25 pm
- Location: Berlin, Germany
- Contact:
Re: header information - A lot of errors
I have one more idea: check whether the problem also occurs with another theme.
You are strong in PHP and Java Script? Then help us to improve FlatPress.
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Looking for ideas, templates, examples and answers to frequently asked questions?
You'll find it here.
My FlatPress-Blog: https://frank-web.dedyn.io
Re: header information - A lot of errors
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
I sincerey don't know what happened.
Site is fine now.
Maybe some upgrade on the server!
http://areaseg.com/flat
Best regards,
Carlos
Who is online
Users browsing this forum: No registered users and 1 guest