| :: |
| Author |
Message |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
Posted: 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.  |
_________________ انجمن تخصصی موبایل برای ایرانیان
http://www.mobile4persian.com
برنامه موبایل - بازی موبایل - تم موبایل - اخبار موبایل - ترفند موبایل - s60 -s60 3rd- s80-s90-java-pocket pc-palm-ppc-UIQ3-UIQ |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
Posted: 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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
Posted: 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 !
 |
_________________ 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 |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
Professional PR1


Joined: 07 Apr 2008 Posts: 194 Location: 1/2 of the World
|
|
| Back to top |
|
 |
|
|