| :: |
| Author |
Message |
kalwi
Joined: 07 Aug 2008 Posts: 7
|
Posted: Wed Aug 13, 2008 8:08 pm Post subject: problem |
|
|
after i changed tittle in my board i have a error in rss and site map look
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 136: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 146: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 147: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 149: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 151: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 136: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 146: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 147: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 149: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 151: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/gym_output.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1) |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 4006
|
|
| Back to top |
|
 |
kalwi
Joined: 07 Aug 2008 Posts: 7
|
Posted: Thu Aug 14, 2008 3:25 pm Post subject: Re: problem |
|
|
| Yes i edited couse i wannted to change title of home page |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 4006
|
|
| Back to top |
|
 |
kalwi
Joined: 07 Aug 2008 Posts: 7
|
Posted: Sat Aug 16, 2008 11:31 am Post subject: Re: problem |
|
|
| Ok so what I must to do to fix it my forum url is l e x y c mmunity . c o m |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 4006
|
Posted: Sat Aug 16, 2008 11:36 am Post subject: Re: problem |
|
|
The simpler would be to put back the original common.php language file, and then to edit it with a decent text editor to change the title.
If you still experience trouble using one of the editor I mentioned, please post here the code you're trying to replace, should not be more than a quote or something like that. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
kalwi
Joined: 07 Aug 2008 Posts: 7
|
Posted: Sat Aug 16, 2008 12:05 pm Post subject: Re: problem |
|
|
Ok in steps
1. 'INDEX' => 'Index page', changed it]
2.Error:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3594: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3596: etc...
3.includes/function.php
find : Code:
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
and replace with: Code:
//header('Content-type: text/html; charset=UTF-8');
//header('Cache-Control: private, no-cache="set-cookie"');
//header('Expires: 0');
//header('Pragma: no-cache');
4 Now index page works good but map and rss dont and cant login to admin panel
Thanks for help! |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
kalwi
Joined: 07 Aug 2008 Posts: 7
|
Posted: Mon Aug 18, 2008 4:30 pm Post subject: Re: problem |
|
|
| I did it via standart windows text editor now i have Notepad++ |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 4006
|
|
| Back to top |
|
 |
|
|