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 during install
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
::  
Author Message
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 12:28 pm    Post subject: problem during install

hi at step 4 when i want to this:

Code:
   4) Connect yourself as admin and go to http://www.yourdomain.com/phpbb_folder/gym_sitemaps/gym_install.php to install


this error appars:
Code:
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 844: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 186: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 187: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 188: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 189: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)


i also use my function.php and retry but same messege appear.

plz help. Laughing

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

problem during installPosted: Thu Jul 10, 2008 12:48 pm    Post subject: Re: problem during install

Try deleting this useless piece of code in gym_sitemaps/gym_install.php :

Code:
   $phpbb_seo->modrtype = intval($phpbb_seo->modrtype);
   if ($phpbb_seo->modrtype < 1 || $phpbb_seo->modrtype > 3) {
      $phpbb_seo->modrtype = 1;
   }


++

_________________
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
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 12:55 pm    Post subject: Re: problem during install

tnx i 'll try it

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 1:01 pm    Post subject: Re: problem during install

tnx now when i go to install tab this appear:

Code:
[phpBB Debug] PHP Notice: in file /gym_sitemaps/includes/phpbb_seo_class_light.php on line 78: Undefined variable: phpEx
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 186: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 187: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 188: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)
[phpBB Debug] PHP Notice: in file /gym_sitemaps/gym_install.php on line 189: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2973)

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

problem during installPosted: Thu Jul 10, 2008 1:04 pm    Post subject: Re: problem during install

Grr, should be good now, replace :
Code:
      global $config;


with :

Code:
      global $config, $phpEx;


in gym_sitemaps/includes/phpbb_seo_class_light.php

Wink

_________________
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
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 1:07 pm    Post subject: Re: problem during install

great tnx i 'll try it now Laughing

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 1:12 pm    Post subject: Re: problem during install

now this error appear:

Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/m4pspnet/public_html/forum/gym_sitemaps/includes/phpbb_seo_class_light.php on line 36

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

problem during installPosted: Thu Jul 10, 2008 1:15 pm    Post subject: Re: problem during install

Are you sure you did nothing wrong during copy pasting ?

_________________
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
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 1:18 pm    Post subject: Re: problem during install

dcz wrote:
Are you sure you did nothing wrong during copy pasting ?


yes,do u want to take a look at it with ftp?

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 1:35 pm    Post subject: Re: problem during install

heyyyyyyyyy great thanks.
sorry i had added
Code:
gglobal $config, $phpEx;


now it insstalled Embarassed

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

problem during installPosted: Thu Jul 10, 2008 1:37 pm    Post subject: Re: problem during install

Great Very Happy

_________________
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
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 1:47 pm    Post subject: Re: problem during install

now another problem.

see here:
http://www.mobile4persian.com/forum/sitemap.php
http://www.mobile4persian.com/forum/gymrss.php

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

problem during installPosted: Thu Jul 10, 2008 1:57 pm    Post subject: Re: problem during install

hmmm, sorry for all these, we did not really test the standalone mod well it seem ...

So, please add :

Code:
      if (!isset($phpbb_seo->seo_opt['url_rewrite'])) {
         $phpbb_seo->seo_opt['url_rewrite'] = $this->url_settings['modrtype'] > 0 ? true : false;
      }


before :
Code:

      if ($phpbb_seo->seo_opt['url_rewrite']) {


in gym_sitemaps/modules/rss_forum.php and gym_sitemaps/modules/google_forum.php

we will make it !

Wink

_________________
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
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 1:59 pm    Post subject: Re: problem during install

sure dear dcz.
yo are welcom.
i'll do it now Laughing

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Professional
PR1
PR1


Joined: 07 Apr 2008
Posts: 194
Location: 1/2 of the World

problem during installPosted: Thu Jul 10, 2008 2:05 pm    Post subject: Re: problem during install

it didn't solve.
plz see again:
http://www.mobile4persian.com/forum/sitemap.php
http://www.mobile4persian.com/forum/gymrss.php

_________________
انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » GYM Sitemaps & RSS
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: