phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
problem

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
::  
Author Message
kalwi



Joined: 07 Aug 2008
Posts: 7

problemPosted: 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
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 4006

problemPosted: Thu Aug 14, 2008 12:32 pm    Post subject: Re: problem

You mean that you edited the language/yourlangcode/common.php ?

You must have introduced a typo while doing so. Please double check.

_________________
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

problemPosted: 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
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 4006

problemPosted: Sat Aug 16, 2008 7:53 am    Post subject: Re: problem

Then you must have introduced a typo while doing so, either breaking the php string with a quote or not using utf-8 while editing.

Do not use notepad / wordpad to edit this file, but rather a real text editor like gvim or notepad++.

_________________
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

problemPosted: 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
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 4006

problemPosted: 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

problemPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

problemPosted: Mon Aug 18, 2008 11:34 am    Post subject: Re: problem

So your error comes from the common.php lang file editing, with what do you replace :
Code:
'INDEX' => 'Index page',


and what is the text editor you're using ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
kalwi



Joined: 07 Aug 2008
Posts: 7

problemPosted: 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
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 4006

problemPosted: Thu Aug 21, 2008 9:27 am    Post subject: Re: problem

SeO wrote:

Do not use notepad / wordpad to edit this file, but rather a real text editor like gvim or notepad++.


I guess we have our clue. Have you tried to re do the code change from scratch with notepadd++ (set as UTF-8 without BOM) ?

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
Page 1 of 1

Navigation Similar Topics

Jump to: